@charset "utf-8";

/* CSS APLIQUE PAR DEFAUT A TOUT LE SITE */

body 
{
  text-align:center;
	background-color:#D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

img
{
	border:0px;
}

a:hover img 
{
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.majuscule
{
	text-transform:uppercase;
}

/* CSS : POSITIONNEMENT DES IMAGES */

.image_gauche {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.image_droite {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}


/* CSS : AGENCEMENT GENERAL DU SITE */

#site 
{
  margin-left: auto; 
  margin-right: auto;
	padding:10px;
  width: 800px;
  text-align: left;
	background: #FFFFFF;
}

/* CSS : ENTETE DU SITE */

#site_pied 
{
	margin:0px;
	padding:0px;
  height: 45px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#site_pied a:link, a:visited, a:active 
{
	COLOR: #FBD539; text-decoration: none
}

#site_pied a:hover 
{
	COLOR: #FBD539; text-decoration: underline
}

.site_pied_logo_gauche
{
	float:left;
  margin:2px 0px 0px 3px;
  border:0px;
}

.site_pied_logo_droite
{
	float:right;
  margin:2px 3px 0px 0px;
  border:0px;
}

/* CSS : MENU DU SITE */

#site_menu 
{
  margin:0px;
  padding:0px;
  clear:both;
}

#site_menu_container ul 
{
  padding-left:0px;
  margin-left:0px;
  margin-top:0px;
  background: url('../images/bg_menu.jpg') repeat-x; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#site_menu_container ul li 
{ 
	display: inline; 
}

#site_menu_container ul li a 
{
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#site_menu_container ul li a:hover 
{
  background-color: #DE6B02;
  background: url('../images/bg_menu_hover.gif') bottom left repeat-x; 
  color: #fff;
}

/* CSS : AGENCEMENT GENERAL DE LA PAGE */

#page 
{
	padding:0px;
	margin:0px;
	margin-bottom:-15px;
  border:0px;  
	background: #FFFFFF url('../images/bg_page.gif') top left repeat-y;
	min-height:520px;
}

#page_fin
{
	clear:both;
}

/* CSS : PARTIE GAUCHE DE LA PAGE */

#page_gauche 
{
  float: left;
  width:140px;
	margin-left:10px;
	margin-top:15px;	
	padding:0px;
}

#page_gauche h3 
{
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #485B28;
	padding:0px;
  padding-top:0px;
  padding-bottom:4px;
}

#page_gauche p
{
  margin-top:5px;
	margin-bottom:15px;
  padding:4px;
	padding-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
	border-bottom: 1px solid #D1D9C4;
}

#page_gauche img
{
	margin-right:5px;
}

#page_gauche a:link, a:visited, a:active 
{
	color:#C86000; 
	text-decoration:none;
}

#page_gauche a:hover 
{
	color:#C86000; 
	text-decoration:underline;
}

/* CSS : PARTIE DROITE DE LA PAGE */

#page_droite 
{
	margin-top:10px;
  margin-left:170px;
	margin-right:20px;
  border:0px dashed #cccccc;
}

#page_droite h3 
{
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #739240;
	padding:4px;
	border-bottom: 1px solid #739240; 
}

#page_droite .page_texte
{
	margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#page_droite p, #page_droite form  
{
  margin:0px 0px 15px 0px;
	text-align:justify;
}

#page_droite .texte_niveau_1
{
	font-weight:bold;
}

#page_droite input[type=text], #page_droite input[type=password]
{
	width:200px;
	margin-bottom:2px;
}

#page_droite input[type=image] 
{
	float:left;
  border:0px;
}

#page_droite a:link, a:visited, a:active 
{
	color:#C86000; 
	text-decoration:none;
}

#page_droite a:hover 
{
	color:#C86000; 
	text-decoration:underline;
}

/* CSS UTILISE POUR AFFICHER LES IMAGES (LIGHTBOX) */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 79px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* CSS UTILISE POUR AFFICHER LE CALENDRIER DES DISPONIBILITES */

.calendrier_date 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	font-weight: bold;
	vertical-align:middle;
}

.calendrier_jours 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.calendrier_numero 
{
	/*background:url('../images/calendrier_icone.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-style:solid; 
	border-width:1px; 
	border-color:#8CAD53;/* #425227 */
	border-top:hidden;
}

.calendrier_entete 
{
	/*background:url('../images/calendrier_entete.jpg');
	background-repeat:no-repeat;*/
	background-color:#8CAD53;
	border-style:solid; 
	border-width:1px; 
	border-color:#8CAD53;/* #425227 */
}

.calendrier_dispo_passe 
{
	text-decoration: line-through;
}

.calendrier_dispo_0 
{
	background:url('../images/dispo_0.png');
}

.calendrier_dispo_1 
{
	background:url('../images/dispo_1.png');
}

.calendrier_dispo_2 
{
	background:url('../images/dispo_2.png');
}

/* CSS DE LA PAGE DES TARIFS */

#liste_tarifs 
{
	margin:0px;
  padding:0px;
  margin-left: 4px;
	margin-bottom:20px;
	border-bottom: 1px solid #8CAD53;
	border-left: 1px solid #8CAD53;
  border-right: 1px solid #8CAD53;
  width:300px;
}

#liste_tarifs li 
{
  list-style: none; 
  margin:0px;
	padding-left:5px;
  line-height:25px;
  border-top: 1px solid #8CAD53;
  font-family:verdana, arial, sans-serif;
  font-size:12px;
}

.tarif_titre
{
	text-align:center;
	color:white;
	background-color:#8CAD53;
	/*background:url('../images/calendrier_entete.jpg');
	background-repeat:no-repeat;*/
	font-weight:bold;
}

.tarif_libelle 
{
	float:left;
	width:200px;
	border-right: 1px solid #8CAD53;
}

.tarif_prix 
{
	font-weight:bold;
	padding-left:15px;
}

/* CSS DE LA PAGE AUTOUR */

.image_normandie
{
	text-align:center;
}

/* CSS DE LA PAGE DE LOCALISATION */

#localisation_carte
{
	width: 600px; 
	height: 400px;
	margin:0px 0px 15px 0px;
}

/* CSS DE LA PAGE DU LIVRE D'OR */

.livre_or
{
	background : url('../images/livre_or.jpg');
	background-repeat : no-repeat;
	width : 600px; 
	height : 550px;
	margin : 0px;
	padding : 0px;
}

.livre_or_admin
{
	width : 600px; 
	margin : 0px;
	padding : 0px;
	font-size : 11px;
}

.livre_or_admin th
{
	text-align:center;
}

.livre_or_page
{
	width : 50%;
	text-align : center;
	vertical-align:top;
	color:#AB4030;
	font-size : 11px;
}

.livre_or_page_gauche
{
	margin-left:35px;
}

.livre_or_page_droite
{
	margin-left:5px;
	margin-right:25px;
}

.livre_or_page_auteur
{
	margin-top:15px;
	margin-bottom : 10px;
	font-weight:bold;
}

.livre_or_page_date
{
	margin-bottom : 10px;
	font-style:italic;
}

.livre_or_page_message
{
	height:220px;
}

.livre_or_fleche_gauche
{
	margin-left:55px;
	margin-top:20px;
	height:15px;
}

.livre_or_fleche_droite
{
	margin-left:185px;
	margin-top:20px;
	height:15px;
}

.livre_or_numerotation_gauche
{
	margin-left:35px;
	color:#AB4030;
	font-size : 10px;
	height:45px;
}

.livre_or_numerotation_droite
{
	margin-top:5px;
	margin-left:245px;
	color:#AB4030;
	font-size : 10px;
	height:45px;
}

.livre_or_admin_0 
{
}
.livre_or_admin_1
{
	color : green;
}
.livre_or_admin_2
{
	color : red;
}

/* CSS DE LA PAGE DES LIENS */

.liens_elt_liste
{
	margin-bottom:10px;
	color:#739240;
}
