/*Mise en page générale*/
body {
	background-color: #000;
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 207px;
}

#page {
	background-image: url(images/$page.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 800px;
	position: absolute;
}

#mainContent {
	margin-left: 190px;
	width: 600px;
}

#footer, #footer a {
	height: 52px;
	padding-top: 6px;
	margin: 5px;
	background-color: #000;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}

#footer a:hover {
	text-decoration:underline;
}
/*Fin Mise en page générale*/

/*Menu*/
#menu {
	position: relative;
	margin-left: 100px;
	height: 80px;
	padding: 0;
} 

#menuDeroulant {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li {
	float: left;
	margin: 0;
	width: 110px;
	padding: 0;
	border: 0;
	border-top: 2px solid;
	border-top-color:#000;
}
#menuDeroulant .sousMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 109px;
	border-top: 1px solid;
	border-top-color:#000;
	border-right: 1px solid transparent;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited {
	display: block;
	height: 1%;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-weight:bold;
	}
#menuDeroulant li a:hover { background-color: #FAAD1F; }
#menuDeroulant li a:active { background-color: #F60; }
#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited {
	display: block;
	color: #000;
	margin: 0;
	border: 0;
	text-decoration: none;
	background-color: #FCEDB4;
}
#menuDeroulant .sousMenu li a:hover {
	background-image: none;
	background-color: #FAAD1F;
}
#menuDeroulant .sousMenu li a:active { background-color: #F60; }
#menuDeroulant li:hover > .sousMenu { display: block; }
/*Fin Menu*/

/*CSS 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: 66px; 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; }
/*fin CSS lightbox*/

/*Mise en page particulière*/
a {
	color: #F60;
	text-decoration: none;
}

.imgright {
	float: right;
	margin-left: 5px;
}

.imgleft {
	float: left;
	margin-right: 5px;
}

.lien { font-weight:bold}
.lien:hover { color:#F00}

h1#titre {
	font-size:2em;
	padding:5px 30px;
	border-bottom:solid;
	border-bottom-color:#FF9933;
}

.tarif {
	background-color:#FF9933;
	text-align:center; 
	font-size:18px;
	font-weight:bold;
	border:solid;
}

.photos:hover {
	color:#F00;
}

.photos a:hover {
	color:#F00;
	font-weight:bold;
}

.lieu {
	position:absolute;
	width:350px;
}

.date {
	width:150px;
	margin-left:400px;
	height:20px;
}

/*Fin Mise en page particulière*/