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

/* BODY */
body {
	font-family: Arial, Helvetica, sans-serif;
	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;
}
#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;
}
#nav_menu {
  height: 35px;
  background: url(../img/bg_menu.png) no-repeat;
}
#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;
}
#footer_adresse {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 5px 0 1px 0;
}
#footer_mentions {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.65em;
  padding: 1px 0;
  margin-bottom: 50px;
}
#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;
}
.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;
}
#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 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 {
  position: fixed;
  top: 0;
  right: 0;
}
#pageflip_fr img {
  width: 75px; height: 75px;
  z-index: 9999;
  position: absolute;
  right: 0; top: 0;
  -ms-interpolation-mode: bicubic;
}
#pageflip_fr .msg_block {
  width: 75px; height: 75px;
  z-index: 1000; /* z-index superieur au menu mais inferieur au pageflip */
  position: absolute;
  right: 0; top: 0;
  background: url(../img/pageflip_agenda_200.png) no-repeat right top;
  text-indent: -9999px;
}

#pageflip_en {
  position: fixed;
  top: 0;
  right: 0;
}
#pageflip_en img {
  width: 75px; height: 75px;
  z-index: 9999;
  position: absolute;
  right: 0; top: 0;
  -ms-interpolation-mode: bicubic;
}
#pageflip_en .msg_block {
  width: 75px; height: 75px;
  z-index: 1000; /* z-index superieur au menu mais inferieur au pageflip */
  position: absolute;
  right: 0; top: 0;
  background: url(../img/pageflip_agenda_en_200.png) no-repeat right top;
  text-indent: -9999px;
}

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



/***** MENU *****/

.jqueryslidemenu {
  font-size: 0.8em;
  background: #fff;
  width: 870px;
}

/* menu niveau 0 */
.jqueryslidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jqueryslidemenu ul li {
  position: relative;
  display: inline;
  float: left;
}


/* liens menu niveau 0 */
.jqueryslidemenu ul li a, .jqueryslidemenu ul li a:hover {
  display: block;
  background: transparent;
  color: #333;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  height: 23px; /* 35 - padding */
}

/* IE6 hack pour le comportement des liens du niveau 0 */
* html .jqueryslidemenu ul li a { 
  display: inline-block;
}


  
/* 1er niveau sous-menu */
.jqueryslidemenu ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}
.jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
}

/* liens 1er niveau sous-menu */
.jqueryslidemenu ul li ul li a {
  font-size: 1em;
  width: 197px; /* largeur sous-menu : 214 - paddings - borders */
  padding: 7px 0 0 15px;
  margin: 0;
  border: 0;
  background: url(../img/opacite_90.png);
  text-align: left;
}
.jqueryslidemenu ul li ul li a:hover {
  font-size: 1em;
  width: 197px; /* largeur sous-menu : 214 - paddings - borders */
  padding: 7px 0 0 15px;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: left;
}



/* 2eme niveau sous-menu */
.jqueryslidemenu ul li ul li ul {
  top: 0;
}



/* personnalisation 1ere ligne */
#tmenu1, #tmenu2, #tmenu3, #tmenu4 { width: 214px; }
#tmenu1, #tmenu3 { margin-right: 5px; }
#tmenu2 { margin-right: 4px; }

/* modif de background et des bordures des sous-menus par section */
#tmenu1 ul li a, #tmenu1 ul li a:hover { 
  border-bottom: #bb80b0 1px solid;
  border-left: #bb80b0 1px solid;
  border-right: #bb80b0 1px solid;
}
#tmenu1 ul li a:hover { background: #bb80b0; }

#tmenu2 ul li a, #tmenu2 ul li a:hover { 
  border-bottom: #965089 1px solid; 
  border-left: #965089 1px solid;
  border-right: #965089 1px solid;
}
#tmenu2 ul li a:hover { background: #965089; }

#tmenu3 ul li a, #tmenu3 ul li a:hover { 
  border-bottom: #731561 1px solid; 
  border-left: #731561 1px solid;
  border-right: #731561 1px solid;
}
#tmenu3 ul li a:hover { background: #731561; }

#tmenu4 ul li a, #tmenu4 ul li a:hover { 
  border-bottom: #530f45 1px solid; 
  border-left: #530f45 1px solid;
  border-right: #530f45 1px solid;
}
#tmenu4 ul li a:hover { background: #530f45; }


/***** FIN MENU *****/



/***** SLIDESHOW *****/

#s3slider {
  width: 870px; /* largeur slider = taille image */
  height: 230px; /* hauteur slider = hauteur image */
  position: relative; /* important */
  overflow: hidden; /* important */
}

#s3sliderContent {
  width: 870px; /* largeur >= largeur image */
  position: absolute; /* important */
  top: 0; /* important */
  margin-left: 0; /* important */
}

.s3sliderImage {
  float: left; /* important */
  position: relative; /* important */
  display: none; /* important */
}

.s3sliderImage span {
  position: absolute; /* important */
  left: 0;
  font-size: 0.8em;
  padding: 0 13px 8px 13px;
  width: 854px;
  background: #fff;
  filter: alpha(opacity=70); /* opacite de la box texte (x4) */
  -moz-opacity: 0.7; 
  -khtml-opacity: 0.7; 
  opacity: 0.7; 
  color: #731561;
  display: none; /* important */
  bottom: 0;
}

.clear { clear: both; }

/***** FIN SLIDESHOW *****/



/***** FANCYBOX *****/
html, body {
  height: 100%;
}

div#fancy_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  display: none;
  z-index: 30000;
}

* html div#fancy_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
  text-align: left;
}

div#fancy_loading {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 100000;
}

div#fancy_loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
  position: absolute;
  background-color: #FFF;
  z-index: 30000;
}

div#fancy_loading_icon {
  position: absolute;
  background: url('../img/fancybox/fancy_loading.gif') no-repeat;
  z-index: 35000;
  width: 16px;
  height: 16px;
}

div#fancy_outer {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 90000;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
  position: relative;
  width:100%;
  height:100%;
  border: 1px solid #BBB;
  background: #FFF;
}

div#fancy_content {
  margin: 0;
  z-index: 100000;
  position: absolute;
}

div#fancy_div {
  background: #000;
  color: #FFF;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

img#fancy_img {
  position: absolute;
  top: 0;
  left: 0;
  border:0; 
  padding: 0; 
  margin: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
}

div#fancy_close {
  position: absolute;
  top: -12px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
  cursor: pointer;
  z-index: 181000;
  display: none;
}

#fancy_frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

#fancy_ajax {
  width: 100%;
  height: 100%;
  overflow: auto;
}

a#fancy_left, a#fancy_right {
  position: absolute; 
  bottom: 0px; 
  height: 100%; 
  width: 35%; 
  cursor: pointer;
  z-index: 111000; 
  display: none;
  background-image: url(data:image/gif;base64,AAAA);
  outline: none;
}

a#fancy_left {
  left: 0px; 
}

a#fancy_right {
  right: 0px; 
}

span.fancy_ico {
  position: absolute; 
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 112000; 
  cursor: pointer;
  display: block;
}

span#fancy_left_ico {
  left: -9999px;
  background: transparent url('../img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
  right: -9999px;
  background: transparent url('../img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
  left: 20px; 
}

a#fancy_right:hover span {
  right: 20px; 
}

.fancy_bigIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

div#fancy_bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 70000;
  border: 0;
  padding: 0;
  margin: 0;
}
  
div.fancy_bg {
  position: absolute;
  display: block;
  z-index: 70000;
  border: 0;
  padding: 0;
  margin: 0;
}

div.fancy_bg_n {
  top: -18px;
  width: 100%;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
  top: -18px;
  right: -13px;
  width: 13px;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
  right: -13px;
  height: 100%;
  width: 13px;
  background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
  bottom: -18px;
  right: -13px;
  width: 13px;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
  bottom: -18px;
  width: 100%;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
  bottom: -18px;
  left: -13px;
  width: 13px;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
  left: -13px;
  height: 100%;
  width: 13px;
  background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
  top: -18px;
  left: -13px;
  width: 13px;
  height: 18px;
  background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  z-index: 100000;
  display: none;
}

div#fancy_title div {
  color: #FFF;
  font: bold 12px Arial;
  padding-bottom: 3px;
}

div#fancy_title table {
  margin: 0 auto;
}

div#fancy_title table td {
  padding: 0;
  vertical-align: middle;
}

td#fancy_title_left {
  height: 32px;
  width: 15px;
  background: transparent url(../img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
  height: 32px;
  background: transparent url(../img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
  height: 32px;
  width: 15px;
  background: transparent url(../img/fancybox/fancy_title_right.png) repeat-x;
}
/***** FIN FANCYBOX *****/
