/***** GLOBAL.CSS *****/

a:link:after, a:visited:after, a[href]:after {
  content: "";
}


/* BODY */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  /*font-size: 1em;*/
	color: #596573;
	/*background: url(../img/background-1920.png) no-repeat center top;*/
}
img { border: 0; }
a { color: #596573; text-decoration: none; }
a:hover { color: #731561; text-decoration: underline; }



/* suppression des bordures sur les liens */
a:active { outline:none; }
:focus { -moz-outline-style:none; }



/* CLASSES GENERIQUES */
.blanc { color: #fff; }
.fonce { color: #596573; }
.centre { text-align: center; }
.droite { text-align: right; }
.just { text-align: justify; }
.gras { font-weight: bold; } 
.vtop { vertical-align: top; }
.padbot6 { padding-bottom: 6px; }
.pad5 { padding: 5px; }
.ptop50 { padding-top: 50px; }
.mtop15 { margin-top: 15px; }
.mtop40 { margin-top: 40px; }
.mbot40 { margin-bottom: 40px; }
.mbot20 { margin-bottom: 20px; }
.mbot10 { margin-bottom: 10px; }
.mleft40 { margin-left: 40px; }
.no_mbot { margin-bottom: 0; }
.mright30 { margin-right: 30px; }
.bgrose { background: #bb80b0; }
.bgboxrose { background: url(../img/bg_box_violet.png) repeat-x; }
.bgboxgris { background: url(../img/bg_box_gris.png) repeat-x; }
.bggris { background: #a8abb3; } 



/* BOUTON CSS */
button.but_valid {
  background: #fafafa;
  border: 1px solid #ccc; 
  color: #666;
  padding: 5px;
  font-size: 1em;
}
button.but_valid:hover {
  background: #eee;
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
}
button.but_valid img {
  margin: 0 6px -3px 0;
  padding: 0;
  width: 16px;
  height: 16px;
}



/* BLOCS GENERAUX */
.container {
	background: url(../img/bg_ombre.png) left top;
}
#header_top {
  height: 90px;
  min-height: 90px;
  background: url(../img/header-top.png) no-repeat;
  text-align: right;
  padding-top: 10px;
  display: none;
}
#header_top #retour_accueil {
	position: absolute;
	margin-left: 19px;
	padding: 0;
	top: 0;
	width: 102px;
	height: 100px;
}
#retour_accueil:hover {
	cursor: pointer;
}
#header_image {
	height: 230px;
	border-bottom: #965089 1px solid;
	display: none;
}
#nav_menu {
  height: 35px;
  background: url(../img/bg_menu.png) no-repeat;
  display: none;
}
#nav_menu, #nav_menu * { z-index: 999; } /* probleme de z-index avec module actu */
#contenu_page {
  min-height: 300px;
  font-size: 0.8em;
  padding-top: 40px;
}
#footer_communes {
  background: #bb80b0;
  border-bottom: #731561 6px solid;
  font-size: 0.7em;
  padding: 2px 0;
  color: #fff;
  display: none;
}
#footer_adresse {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 5px 0 1px 0;
  display: none;
}
#footer_mentions {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.65em;
  padding: 1px 0;
  margin-bottom: 50px;
  display: none;
}
/*
#footer_mentions a {
	color: #333;
	text-decoration: none;
}
#footer_mentions a:hover {
	color: #333;
	text-decoration: underline;
}
*/
#fil_ariane {
	color: #bb80b0;
	font-weight: bold;
	text-transform: uppercase;
}
#fil_ariane_no_border {
  color: #bb80b0;
  font-weight: bold;
  text-transform: uppercase;
}
#fil_ariane a#link_print {
	float: right;
}
#fil_ariane a#link_print img {
	margin: 3px 0 -3px 0;
}
#bg_bottom {
  position: fixed;
  left: 0;
  /*
  background: url(../img/bg_fleur_bas_coccinelle.jpg);
  bottom: -50px;
  height: 200px;
  min-height: 200px;
  */
  /*background: url(../img/flower-down.jpg);*/
  background: url(../img/pink-flower-down.jpg);
  bottom: 0;
  height: 242px;
  min-height: 242px;
  width: 100%;
  z-index: -100;
}
#bg_top {
  position: fixed;
  top: 0;
  left: 0;
  /*
  background: url(../img/bg_hautpage_fixe.png);
  height: 384px;
  min-height: 384px;
  */
  /*background: url(../img/flower-up.jpg);*/
  background: url(../img/pink-flower-up.jpg);
  height: 350px;
  min-height: 350px;
  width: 100%;
  z-index: -100;
}



/* HEADER */
/*
#header_top p {
	text-align: right;
	padding: 3px;
	margin: 0;
	font-size: 0.7em;
}
#header_top p a {
	text-decoration: none;
	color: #596573;
}
#header_top p a:hover {
	text-decoration: underline;
	color: #596573;
}
#px1 { background: #bb80b0; margin: -1px 5px 0 5px; }
#px2 { background: #965089; margin: 0 5px; }
#px3 { background: #731561; margin: 0 5px; }
*/



/* FOOTER */
/*
#footer_communes a {
	color: #fff;
	text-decoration: none;
}
#footer_communes a:hover {
	color: #fff;
	text-decoration: underline;
}
*/


/* ACCUEIL */
.sidebox {
  border: #a8abb3 1px solid;
  background: #fff;
  margin-bottom: 40px;
  display: none;
}
/*
.sidebox .titrebox {
	margin: 0;
  padding: 6px 0 6px 10px;
  font-weight: bold;
  color: #fff;
}
.sidebox ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.sidebox ul li {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	background-image: url(../img/box_spacer_228.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sidebox ul li.last {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	background: #fff;
}
.sidebox ul li img { margin: 3px 8px -3px 8px; }
.sidebox ul li a {
	color: #596573;
	text-decoration: none;
}
.sidebox ul li a:hover {
	color: #596573;
	text-decoration: underline;
}
.sidebox p {
	margin: 0;
	padding: 5px 5px 0 5px;
}
img.box_spc {
	margin: 5px 0;
}
img.box_spc_nomargin {
	margin-left: 0;
}
*/



/* CARNET DE VOYAGE */
.accueil_lib_cat {
	font-weight: bold;
	color: #965089;
	padding: 10px 5px 0 5px;
}
#side_carnet a, #side_carnet a:hover {
	font-size: 0.9em;
	font-weight: bold;
	color: #596573;
}
span.ville_small {
	display: block;
	font-size: 0.7em;
	margin-bottom: 10px;
}
.carnet_titre_cat {
	border-bottom: #965089 1px dotted;
	font-weight: bold;
	color: #965089;
	font-size: 1.1em;
}



/* METEO */
/*
#meteo_jour {
	float: left;
	margin: 0;
	padding: 15px 0 0 25px;
	font-size: 1.5em;
	text-align: center;
}
#meteo_jour_picto {
  float: right;
  width: 100px;
  margin: 0;
}
.sidebox #conditions {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 5px 0 5px;
}
*/


/* ACTU */
/*
#bloc_actu {
  background: #fff url(../img/accueil/bg_actu.png) no-repeat top right;
}
#blocs_accueil {
  background: #fff url(../img/accueil/bg_accueil_milieu.png) repeat-y top right;
}
*/
#bas_accueil {
  /*background: #fff url(../img/accueil/bg_accueil_bas.png) no-repeat top right;*/
  height: 50px;
  min-height: 50px;
}
#container_actuÊ{
	clear: both;
}
#titre_sejour {
  border-left: #bc6049 6px solid;
  padding-left: 15px;
  color: #bc6049;
  font-weight: bold;
  font-size: 1.1em;
}
#titre_patrimoine {
  border-left: #badc52 6px solid;
  padding-left: 15px;
  color: #badc52;
  font-weight: bold;
  font-size: 1.1em;
}
#titre_loisirs {
  border-left: #99d7ff 6px solid;
  padding-left: 15px;
  color: #99d7ff;
  font-weight: bold;
  font-size: 1.1em;
}
#titre_gastro {
  border-left: #f4ac14 6px solid;
  padding-left: 15px;
  color: #f4ac14;
  font-weight: bold;
  font-size: 1.1em;
}
#contenu_actu {
	width: 480px;
	padding-top: 15px;
}
#contenu_sejour, #contenu_patrimoine, #contenu_loisirs {
  border-left: #d0d1d5 6px solid;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 60px;
}
#contenu_gastro {
  border-left: #d0d1d5 6px solid;
  padding-left: 15px;
  padding-right: 20px;
}
#contenu_sejour span, #contenu_patrimoine span, #contenu_loisirs span, #contenu_gastro span {
	display: block; 
  padding-bottom: 5px;
  margin: 0;
  font-weight: bold;
}
#contenu_sejour img, #contenu_patrimoine img, #contenu_loisirs img, #contenu_gastro img {
  padding-bottom: 10px;
}
#contenu_sejour p, #contenu_patrimoine p, #contenu_loisirs p, #contenu_gastro p {
  clear: both;
}
#contenu_sejour ul, #contenu_patrimoine ul, #contenu_loisirs ul, #contenu_gastro ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#contenu_sejour ul li, #contenu_patrimoine ul li, #contenu_loisirs ul li, #contenu_gastro ul li {
	margin-bottom: 6px;
}
#contenu_gastro ul li:last-child {
	margin-bottom: 0;
}
#contenu_gastro ul li.accueil_last_li {
	margin-bottom: 0;
}
#contenu_sejour ul li a, #contenu_patrimoine ul li a, #contenu_loisirs ul li a, #contenu_gastro ul li a {
	display: block;
	padding-left: 10px;
	background: url(../img/accueil/bg_link.png) repeat-y;
	color: #596573;
	text-decoration: none;
}
#contenu_sejour ul li a:hover, #contenu_patrimoine ul li a:hover, #contenu_loisirs ul li a:hover, #contenu_gastro ul li a:hover {
	display: block;
	padding-left: 10px;
	background: url(../img/accueil/bg_link.png) repeat-y;
	color: #596573;
	text-decoration: underline;
}
#contenu_sejour ul li a, #contenu_sejour ul li a:hover { border-left: #bc6049 6px solid; }
#contenu_patrimoine ul li a, #contenu_patrimoine ul li a:hover { border-left: #badc52 6px solid; }
#contenu_loisirs ul li a, #contenu_loisirs ul li a:hover { border-left: #99d7ff 6px solid; }
#contenu_gastro ul li a, #contenu_gastro ul li a:hover { border-left: #f4ac14 6px solid; }
#spacer_actu {
	height: 60px; 
  min-height: 60px;
}
#spacer_bottom_50 {
  height: 50px; 
  min-height: 50px;
}



/* AGENDA ACCUEIL */
/*
#liste_agenda_accueil, #liste_agenda_accueil li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#liste_agenda_accueil li {
	display: block;
	padding: 5px;
}
.date_evt { float: left; }
.couleurs_evt { 
	float: right;
	margin: 0;
	padding: 0; 
}
#liste_agenda_accueil li span.couleurs_evt img { 
	margin: 3px 0 0 5px; 
	padding: 0;
	float: left;
}
#liste_agenda_accueil li div.nom_commune {
	font-size: 0.8em;
}
#liste_agenda_accueil li.last a, #liste_agenda_accueil li.last a:hover  {
	text-decoration: underline;
	margin: 10px 0;
	font-weight: bold;
	display: block;
}
*/



/* LIENS UTILES */
#liste_liens {
  width: 790px;
  margin: 0;
  padding: 0;
}
.liens_col {
  width: 380px;
  padding: 0;
  margin: 0;
}
.liens_centrale {
  width: 30px;
  margin: 0;
  padding: 0;
}
.lien_contenu {
	width: 380px;
	margin: 0;
	padding: 0;
}
.lien_img {
	width: 129px; /* 117 + 2 + 10 */
}
.logo_lien {
	border: #ccc 1px dotted;
	background: #fff;
	margin: 0 10px 0 0;
}
.nom_lien {
	color: #965089;
	font-weight: bold;
}



/* DOC A TELECHARGER */
ul#liste_doc_a_telecharger {
	margin: 0;
	padding: 0;
	list-style: none;
}
#liste_doc_a_telecharger li {
	display: block;
	height: 25px;
}
#liste_doc_a_telecharger li img {
	margin: 0 8px -2px 0;
}



/* CARNET D'ADRESSES */
#liste_adresses {
  width: 790px;
  margin: 30px 0 0 0;
  padding: 0;
}
a.lien_carnet_cat {
	display: block;
	padding-left: 10px;
	background: url(../img/accueil/bg_link.png) repeat-y;
	color: #596573;
	text-decoration: none;
	border-left: #bb80b0 6px solid;
	margin: 0 0 3px 0;
}
a.lien_carnet_cat:hover {
	display: block;
	padding-left: 10px;
	background: url(../img/accueil/bg_link.png) repeat-y;
	color: #596573;
	text-decoration: none;
	border-left: #965089 6px solid;
	margin: 0 0 3px 0;
}
.adr_colx3 {
	padding: 0;
	margin: 0;
}
.adr_col {
  width: 380px;
  padding: 0;
  margin: 0;
}
.adr_centrale {
  width: 30px;
  margin: 0;
  padding: 0;
}
p.titre_categorie_carnet {
  color: #965089;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  border: 0;
  border-bottom: #965089 1px dotted;
}
p.titre_categorie_carnet a, p.titre_categorie_carnet a:hover {
	color: #965089;
  font-weight: bold;
  text-decoration: none;
}
.nom_adr {
	color: #965089;
}
.adr_col ul {
	list-style: none;
	margin: 0 0 40px 0;
}
.adr_col ul li {
	margin-bottom: 10px;
}
p.titre_categorie_carnet a.to_top, p.titre_categorie_carnet a.to_top:hover {
	color: #666;
	font-size: 0.8em;
	text-transform: none;
	float: right;
	font-weight: normal;
}
p.titre_categorie_carnet a.to_top img {
	margin: 2px 0 -4px 0;
}
#side_carnet p a.lien_go_carnet, #side_carner p a.lien_go_carnet:hover { 
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}



/* ARTICLE */
#ul_liste_blocs_article, #ul_liste_blocs_article li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ul_liste_blocs_article li p { margin: 0; }



/* AGENDA */
#agenda_nav {
	width: 790px; 
	display: block;
	margin : 0;
}
#agenda_nav, #agenda_nav li {
  list-style: none;
  padding: 5px 0;
}
#agenda_nav li { 
	float: left; 
}
#agenda_mois_left, #agenda_mois_right { 
	width: 50px;
	text-align: center;
	background: #bb80b0;
}
#agenda_mois_left a, #agenda_mois_right a, #agenda_mois_left a:visited, #agenda_mois_right a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#agenda_mois_left a:hover, #agenda_mois_right a:hover {
  color: #731561;
  font-weight: bold;
	text-decoration: none;
}
#agenda_mois_centre { 
	text-align: center;
	width: 690px;
	background: #bb80b0;
	text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
#ul_agenda_full { 
	width: 784px;
	margin: 20px 0 30px 3px; 
}
#ul_agenda_full, #ul_agenda_full li {
  list-style: none;
  padding: 0;
}
#ul_agenda_full li.agenda_date, #ul_agenda_full li.agenda_date_gris { 
	float: left;
	display: block;
	width: 108px;
	margin: 1px;
	border: #ccc 1px solid; 
	vertical-align: top;
	min-height: 100px;
}
#ul_agenda_full li.agenda_jour {
	float: left;
  display: block;
  width: 108px;
  margin: 1px;
  color: #596573;
  font-weight: bold;
  border: #fff 1px solid;
  padding: 10px 0;
  text-align: center;
}
.date_complete {
  display: block;
  text-align: right;
  padding: 2px 6px;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}
.date_complete_courante {
  display: block;
  text-align: right;
  padding: 2px 6px;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  color: #d0021a;
}
a.agenda_cat_lien, a.agenda_cat_lien:hover { 
  margin: 1px 2px;
  height: 17px; /* 20 - marges */
  display: block;
  text-decoration: none;
}
.agenda_cat_lien img {
  margin: -2px 5px 2px 3px;
}
#agenda_filtres {
	background: #731561;
	color: #fff;
	height: 45px;
	min-height: 45px; 
}
#agenda_filtres p {
	float: left;
	padding: 5px 10px 0 10px;
}

#agenda_filtres p select {
	background: #fafafa;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: #731561 1px solid;
	color: #731561;
}
#agenda_filtres p button {
  background: #fafafa;
  border: 1px solid #731561; 
  color: #731561;
  padding: 3px;
  font-size: 1em;
  margin-top: 5px;
}
#agenda_filtres p button:hover {
  background: #eee;
  border: 1px solid #530f45;
  color: #530f45;
  cursor: pointer;
}
#agenda_filtres p button img {
  margin: 0 6px -3px 0;
  padding: 0;
  width: 16px;
  height: 16px;
}



/*** AGENDA TABS ***/
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
  border-bottom:1px solid #ccc;	 	
}
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #ccc;	
	border-bottom:0px;
	height:18px;
	background: #eee;
	color:#777;
	margin-right:6px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}
ul.css-tabs a:hover {
	background: #ccc;
	color:#333;
}
ul.css-tabs a.current {
	background: #fff;
	border-bottom:2px solid #fff;
	color:#000;	
	cursor:default;
}
div.css-panes div {
	display:none;
	border:1px solid #ccc;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding: 10px 5px;
	background: #fff;	
	text-align: left;
	font-size: 0.8em;
}
.css-tabs li a img {
	margin: 2px;
}



/*** AGENDA PREVIEW ***/
#agenda_preview_jour {
  background: #731561;
  padding: 6px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.css-panes div p {
	margin: 0;
	padding: 0;
}
.css-panes div p.parag_gras_titre {
  padding: 3px;
  margin-bottom: 15px;
  color: #596573;
  font-weight: bold;
  font-style: italic;
}
.css-panes div p.parag_gras {
  padding: 3px;
  margin: 0;
  color: #596573;
  font-weight: bold;
  font-style: italic;
}
.css-panes div .description_evt {
	text-align: justify;
	margin: 0;
	padding: 3px;
	border: 0;
	display: block;
	height: 190px;
	min-height: 190px;
	overflow: auto;
	font-size: 1em;
}
.css-panes div .description_evt p { 
	margin: 0;
	padding: 0; 
}
.css-panes hr {
	margin-top: 10px;
	margin-bottom: 10px;
}



/*** CYVEL ***/
/*.height0 { height: 0; margin: 0; }*/

hr.clear_col {
  background:#fff;color:#fff;clear:both;float:none;width:100%;height:0;margin:0;border:none;	
}

ul#lst_cyvel, ul#lst_cyvel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#lst_cyvel {
	margin-top: 50px;
}
ul#lst_cyvel li { 
  display: block;
  width: 230px;
  min-height: 400px;
  float: left;
  margin: 0 50px 75px 0;
  background: url(../img/cyvel_bg_offre.jpg) no-repeat bottom right;
  border-width: 0 0 1px 0;
  border-color: #731561;
  border-style: dotted;
}

ul#lst_cyvel li.nomargin { 
  display: block;
  width: 230px;
  min-height: 400px;
  float: left;
  margin: 0 0 75px 0;
  background: url(../img/cyvel_bg_offre.jpg) no-repeat bottom right;
  border-width: 0 0 1px 0;
  border-color: #731561;
  border-style: dotted;
}

ul#lst_cyvel li img.photo {
	margin: 0 4px;
}
div.offre_nom {
  float: left;
  margin: 0;
  font-weight: bold;
  width: 185px;
  max-width: 185px;
  height: 40px;
  overflow: hidden;
  color: #965089;
}
p.offre_classement {
  float: left;
  margin: 0;
  margin-left: 3px;
  width: 42px;
  text-align: right;
}
p.offre_desc {
	margin: 0;
  padding: 10px 4px;
  min-height: 140px;
}
p.offre_coord {
  margin: 0;
  padding: 10px 4px 10px 4px;
  font-size: 0.9em;
}
a.details_offre, a.details_offre_inactif { 
	display: block; 
	margin: 0 0 4px 4px; 
}
div#bloc_filtres {
	background: #bb80b0;
	padding: 10px;
	color: #fff;
	margin-top: 30px;
}
#bloc_filtres select {
  background: #fafafa;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: #731561 1px solid;
	color: #731561;
}
#retour_carnet1, #retour_carnet2 {
  border-bottom: #bb80b0 1px dotted;
}
#retour_carnet1 a, #retour_carnet2 a {
	text-decoration: none;
	color: #bb80b0;
	font-size: 0.9em;
}
#retour_carnet1 a:hover, #retour_carnet2 a:hover {
	text-decoration: none;
	color: #bb80b0;
	font-size: 0.9em;
}
#retour_carnet1 a img, #retour_carnet2 a img { margin: 0 5px -3px 0; }


/*** CARNET DE VOYAGE ***/
a.lien_gris_carnet { 
  font-weight: bold;
  text-decoration: none;
  color: #596573;
}
a.lien_gris_carnet:hover { 
  font-weight: bold;
  text-decoration: underline;
  color: #596573;
}
a.supprimer_offre { 
	float: right;
	color: #bb80b0;
	font-size: 0.8em;
	text-decoration: none; 
}
a.supprimer_offre:hover { 
	float: right;
	color: #bb80b0;
	font-size: 0.8em;
	text-decoration: underline; 
}



/*** CARTE POSTALE ***/
ul#lst_cartes, ul#lst_cartes li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#lst_cartes li { 
  display: block;
  width: 230px;
  float: left;
  margin: 0 50px 50px 0;
}
ul#lst_cartes li.nomargin { 
  display: block;
  width: 230px;
  float: left;
  margin: 0 0 50px 0;
}
ul#lst_cartes li img {
	border: #ccc 1px solid;
}
img.border_ccc {
  border: #ccc 1px solid;
}
#verso_carte {
  width: 600px;
  height: 400px;
  border: #ccc 1px solid;
  background: url(../img/verso_carte.jpg) no-repeat top left;
  margin: 0 auto 0 auto;
}
#carte_gauche, #carte_droite {
	width: 300px;
	float: left;
}
#carte_msg {
  width: 260px;
  height: 367px;
  margin: 10px 0 0 10px;
  border: #ccc 1px dotted;
  line-height: 1.3em;
  color: #333;
  font-size: 1.1em;
  font-family: "Comic Sans MS", "Brush Script MT", Tahoma, sans-serif;
}
#carte_msg_display {
	display: block;
  width: 260px;
  height: 367px;
  margin: 10px 0 0 10px;
  border: transparent 1px dotted;
  line-height: 1.3em;
  color: #333;
  font-size: 1.1em;
  font-family: "Comic Sans MS", "Brush Script MT", Tahoma, sans-serif;
}
#carte_nom_exp, #carte_mail_exp, #carte_mail_dest {
  width: 254px;
  margin-left: 24px;
  border: #ccc 1px dotted;
  color: #333;
  font-size: 0.9em;
  font-family: "Comic Sans MS", "Brush Script MT", Tahoma, sans-serif;
}
#carte_nom_exp_display, #carte_mail_exp_display, #carte_mail_dest_display {
  width: 254px;
  margin-left: 24px;
  border: transparent 1px dotted;
  color: #333;
  font-size: 0.9em;
  font-family: "Comic Sans MS", "Brush Script MT", Tahoma, sans-serif;
}
#carte_nom_exp, #carte_nom_exp_display {
  margin-top: 162px;
}
#carte_mail_exp, #carte_mail_dest, #carte_mail_exp_display, #carte_mail_dest_display  {
  margin-top: 39px;
}
#carte_erreur {
  color: #f00;
  margin-left: 100px;
}
#carte_ok {
  color: #bb80b0;
  margin-left: 100px;
  font-weight: bold;
}
button.but_carte {
  background: #fafafa;
  border: 1px solid #ccc; 
  color: #666;
  padding: 3px;
  font-size: 0.9em;
  margin: 40px 0 0 24px;
  font-family: "Comic Sans MS", "Brush Script MT", Tahoma, sans-serif;
}
button.but_carte:hover {
  background: #eee;
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
}
button.but_carte img {
  margin: 0 6px -3px 0;
  padding: 0;
  width: 16px;
  height: 16px;
}



/*** TERRITOIRE ***/
#intro_territoire p {
  text-align: justify;
  padding: 0;
  margin: 0;
}
#territoire_mairie p, territoire_description p {
	margin: 0;
	padding: 0;
}
.bloc_790 { 
  width: 790px;
  min-width: 790px;
  max-width: 790px;
  margin: 10px auto;
  background: #fff;
}
.img_99_99 {
  width: 99px;
  min-width: 99px;
  max-width: 99px;
  /*background: #f00;*/
  min-height: 99px;
  height: 99px;
  float: left;
}
.img_98_99 {
  width: 98px;
  min-width: 98px;
  max-width: 98px;
  /*background: #f00;*/
  min-height: 99px;
  height: 99px;
  float: left;
}

#retour_territoire {
  border-bottom: #bb80b0 1px dotted;
}
#retour_territoire a {
	text-decoration: none;
	color: #bb80b0;
	font-size: 0.9em;
}
#retour_territoire a:hover {
	text-decoration: none;
	color: #bb80b0;
	font-size: 0.9em;
}
#retour_territoire a img { margin: 0 5px -3px 0; }
  
  
/*** PRESSE ***/
.titre_presse {
  font-weight: bold;
  color: #bb80b0;
  border-bottom: #bb80b0 1px dotted;
}



/*** PAGEFLIP ***/
#pageflip_fr, #pageflip_en {
  display: none;
}

/***** FIN GLOBAL.CSS *****/



