body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#2a292c;
}

#page {
	width:900px;
	margin:auto;
}

#entete {
	width:900px;
	height:92px;
	border-bottom:thin solid #98bf0c;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin-bottom:7px;
}

#menu {
	width:200px;
	height:410px;
	padding:0 0 10px 0;
	background:#8ca928;
	margin-bottom:7px;
	float:left;
}

#menu p {
	font-size:14px;
	padding:0 10px 0 10px;
	color:#2a292c;
}

#menu a {
	color:#2a292c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#contenu {
	width:440px;
	min-height:400px;
	_height:400px;
	margin:0 20px 7px 20px;
	padding:10px;
	background:#dbd7c2;
	color:#4c4c4d;
	position:relative;
	float:left;
}

#contenu img {
	position:absolute;
	top:0;
	left:0;
}

#droite {
	width:200px;
	height:410px;
	float:right;
}

#disponibilite {
	width:180px;
	height:240px;
	padding:10px 10px 10px 10px;
	background:#575444;
	color:#ffffff;
	font-size:12px;
	margin-bottom:20px;
}

#photos {
	width:200px;
	height:140px;
	background:#dbd7c2;
	margin-bottom:7px;
}

#photos .cadre {
	width:54px;
	height:54px;
	text-align:center;
	border:thin solid #353436;
	margin:10px 0 0 8px;
	float:left;
}

#pied_de_page {
	width:900px;
	height:30px;
	font-size:10px;
	color:#696969;
	border-top:thin solid #98bf0c;
	clear:both;
}

#pied_de_page a {
	font-size:10px;
	color:#696969;
	text-decoration:none;
}

/********** MISE EN PAGE **********/

#google_map {
	width:430px;
	height:290px;
	border:thin solid #000000;
}

.flotte_g {
	float:left;
}

.flotte_d {
	float:right;
}

.clear {
	clear:both;
}

.sans_marge {
	margin:0;
}

.marge_h_10 {
	margin-top:10px;
}

.marge_b_0 {
	margin-bottom:0;
}

.espace_i_dg_15 {
	margin:0 15px 0 15px;
}

label {
	display:inline-block;
	width:100px;
}

.filet_rouge {
	border:thin solid #ff0000;
}

.filet_vert {
	border-bottom:thin solid #7a9423;
	margin:5px 0 5px 0;
}

/********** TEXTES **********/

.italique {
	font-style:italic;
}

.justifie {
	text-align:justify;
}

.titre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	color:#8ca928;	
}

.erreur {
	color:#ff0000;
	font-weight:bold;
}

a {
	color:#8ca928;
	text-decoration:none;
}

.txt40px {
	font-size:40px;
}

.txt23px {
	font-size:23px;
}

/********** LIENS **********/

.lien_fond {
	background:#2a292c;
	color:#8ca928;
	text-decoration:none;
	margin:0;
	padding:2px;
}

/********** LIGHTBOX **********/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	