/***************************************
		SUR TOUT LE SITE
***************************************/
#positionnementSite{
	margin:0 auto;
	width:100%;
	position: absolute;
 	text-align: left;	
}
#positionnementSiteCMS {
	width:100%;
 	position: absolute;
 	text-align: left;
	top:110px;
}
.header{
	width:100%;
	border-bottom: 1px solid #606060;
	height:197px;
}
.headerTitre{
	margin:0px auto;
	width:925px;
	height:97px;
	padding-top:100px;	
}
.logo{
	height:96px;
	width:320px;
}
.titreSite{
	margin:-62px 335px;
	height:30px;
	width:400px;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}


.logoLabel{
	margin: -67px 768px;
	height:97px;
	width:157px;
	font-size:12px;
	color:#ffffff;
}
.contenu{
	margin:0 auto;
	width:925px;
 	text-align: left;
}

.bottom{
	margin:0 auto;
	width:925px;
	height:60px;
	background-image:url(../../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#949496;
	background-color:#2b2b2b;
	letter-spacing:1px;
}
/***************************************
 		 LANGUE 
**************************************/
.langue{
	color:#949496;
}
.langue:hover{
	color:#d4de25;
}
.blocLangue{
	position:relative; 
	left:30px; 
	width:155px; 
	text-align:left; 
	height:10px; 
	color:#949496;
	margin-top:30px;
}

/***************************************
 				MENU 
**************************************/
.borderMenu{
	/*border-top:1px solid #969292;*/
}
.menu{
	font: 11px Tahoma, Arial, Helvetica, sans-serif;	
	/*color:#949496;*/
	text-decoration: none; 
	line-height:25px;	
	
}
.divMenu{
	position:relative;
	width:300px; 
	/*border-top:1px solid #9b9595; */
	height:25px;
}

.divSMenu{
	line-height:25px;
	width:300px;	
}
.divOpacite{
	position:absolute;
	left:0px;
	width:300px;	
	/*background-color:gray; 		
	filter:alpha(opacity=20);
   -moz-opacity:0.2;
	opacity: 0.2;*/
	z-index:10;
	height:25px;
	color:red;
}
.divText{
	position:relative;
	top:0px;
	left:0px;
/*	color:#d4de25;*/
	z-index:20;
	margin-left:30px;
	height:25px;
}
a.menu{
	color:#949496;
	text-decoration:none;
}
a.menu:hover{
	color:#d4de25;
	text-decoration:none;
}


/* ****************************** 
	 	GALLERY
****************************** 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0; margin-top:10%;}
#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); 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; }
*/

