/*-------------------------------- CSS Document -----------------------------*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#3e3e3e;
}
/*-------------------------------- Général au site -----------------------------*/
*{
	outline:none;
}
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dl{
	display:inline;
	margin:0px;
	padding:0px;
}
div {
	margin:0px;
	padding:0px;
}
a img{
	border:none;
}
a{
	text-decoration:none;
}
table{
	border-collapse:collapse;
}
p{
	font-size:12px;
}
/*-------------------------------- Global -----------------------------*/
#global{
	width:950px;
	margin:0px auto;
	padding:0px 50px;
	background:url(../images/boot.jpg) repeat-y #373737;
}
#global #vague{
	width:950px;
	background:url(../images/vague.jpg) no-repeat;
}
/*-------------------------------- Global - Entete -----------------------------*/
#global #entete{
	width:950px;
	height:280px;
}
#global #entete a{
	float:left;
}
#global #entete h3{
	float:left;
	width:630px;
	height:255px;
}
#global #entete div{
	position:relative;
	float:left;
	width:950px;
	height:25px;
	background:url(../images/boot-menu.jpg) repeat-x;
}
#global #entete div h1{
	float:left;
	line-height:25px;
	font-size:12px;
	font-weight:400;
}
#global #entete div h1 a{
	margin:0px 5px;
	padding:0px 10px;
	color:#474747;
	background:url(../images/boot-menu.jpg) repeat-x;
}
#global #entete div h1 a:hover{
	background:url(../images/boot-menu-h.jpg) repeat-x;
}
#global #entete div #ss_menu{
	position:absolute;
	top:25px;
	left:240px;
	width:111px;
}
#global #entete div #ss_menu h2{
	float:left;
	width:111px;
	line-height:22px;
	font-size:11px;
	font-weight:400;
}
#global #entete div #ss_menu h2 a{
	float:left;
	width:101px;
	padding:0px 0px 0px 10px;
	color:#474747;
	background:#c9c9c9;
}
#global #entete div #ss_menu h2 a:hover{
	background:#abbec5;
}
/*-------------------------------- Global - Corps -----------------------------*/
#global #corps{
	float:left;
	width:950px;
}
/*-------------------------------- Global - Corps - Gauche -----------------------------*/
#global #corps #gauche{
	float:left;
	width:540px;
	padding:30px 0px 0px 0px;
}
#global #corps #gauche h1{
	float:left;
	width:500px;
	line-height:24px;
	margin:0px 0px 0px 20px;
	font-size:18px;
	font-weight:400;
	letter-spacing:-1px;
	color:#fff;
}
#global #corps #gauche h1 span{
	font-family:Arial Black;
	font-size:24px;
	color:#ffff00;
}
#global #corps #gauche p{
	float:left;
	width:500px;
	line-height:24px;
	margin:15px 0px 0px 20px;
	font-size:12px;
	color:#fff;
}
#global #corps #gauche p span{
	margin:0px 0px 0px 10px;
	font-size:20px;
	font-family:Arial Black;
}
#global #corps #gauche p.pts{
	border-top:1px dotted #fff;
}
#global #corps #gauche h4{
	float:left;
	width:500px;
	margin:20px 0px 0px 20px;
	font-family:Arial Black;
	font-size:17px;
	color:#ffff00;
}
#global #corps #gauche h5{
	float:left;
	margin:0px 0px 0px 20px;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
#global #corps #gauche a.dess{
	float:left;
	margin:10px 0px 0px 20px;
}
/*-------------------------------- Global - Corps - Gauche - Cellules -----------------------------*/
#global #corps #gauche div{
	position:relative;
	display:inline;
	float:left;
	width:230px;
	height:340px;
	margin:45px 10px 0px 20px;
	background:#515151;
	border:1px solid #fff;
}
#global #corps #gauche div h1{
	width:200px;
	margin:10px 0px 0px 15px;
	letter-spacing:0px;
}
#global #corps #gauche div h1.bambou{
	margin:150px 0px 0px 15px;
}
#global #corps #gauche div p{
	width:200px;
	line-height:18px;
	margin:5px 0px 0px 15px;
}
#global #corps #gauche div img{
	float:left;
	margin:10px 0px 5px 15px;
}
#global #corps #gauche div img.mob{
	position:absolute;
	left:0px;
	top:40px;
	margin:0px;
}
#global #corps #gauche div a.savoir{
	position:absolute;
	left:15px;
	bottom:15px;
}
#global #corps #gauche div a img{
	margin:0px;
}
#global #corps #gauche div h2{
	position:absolute;
	bottom:-23px;
	left:5px;
	width:97px;
	height:22px;
}
#global #corps #gauche div h3{
	position:absolute;
	bottom:-20px;
	right:5px;
	font-size:11px;
	font-weight:400;
}
#global #corps #gauche div h3 a{
	text-decoration:underline;
	color:#fff;
}
#global #corps #gauche div h3 a:hover{
	text-decoration:none;
}
/*-------------------------------- Global - Corps - Droite -----------------------------*/
#global #corps #droite{
	float:left;
	width:410px;
}
#global #corps #droite h1{
	float:left;
	width:380px;
	line-height:24px;
	margin:40px 0px 0px 10px;
	font-family:Arial Black;
	font-size:24px;
	color:#ffff00;
}

#global #corps #droite h1.titre_coordonnees{
	margin-top:20px;
}

#global #corps #droite h4{
	float:left;
	width:382px;
	margin:30px 0px 0px 10px;
}
#global #corps #droite h5{
	float:left;
	width:370px;
	margin:30px 0px 0px 10px;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
#global #corps #droite p{
	position:relative;
	float:left;
	width:380px;
	line-height:24px;
	margin:15px 0px 0px 10px;
	font-size:12px;
	color:#fff;
}

#global #corps #droite p.coordonnees{
	font-size:18px;
	margin-top :80px;
}

#global #corps #droite p a{
	position:absolute;
	top:0px;
	right:10px;
	font-size:11px;
	text-decoration:underline;
	color:#fff;
}
#global #corps #droite p a:hover{
	text-decoration:none;
}
/*-------------------------------- Global - Corps - Droite - Cellule -----------------------------*/
#global #corps #droite div{
	position:relative;
	display:inline;
	float:left;
	width:380px;
	margin:0px 0px 50px 10px;
	padding:0px 0px 20px 0px;
	background:#515151;
	border:1px solid #fff;
	border-width:0px 1px 1px 1px;
}
#global #corps #droite div img{
	float:left;
}

#global #corps #droite a.contact{
	float:none;
	position:relative;
	right:0px;
	font-size:12px;
}

#global #corps #droite a.contact:hover{
text-decoration:underline;
}

#global #corps #droite .lien_img_abri{
	width:380px;
	height:125px;
	margin:0px;
}

#global #corps #gauche .lien_titre{
	margin:0px;
	color:#fff;
}

#global #corps #droite .lien_titre{
	margin:0px;
	color:#0073A2;
	width:auto;
}


#global #corps #droite .lien_prod_abri{
	width:auto;
	height:15px;
	margin:20px 0px 0px 40px;
	text-decoration:underline;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#global #corps #droite div h1{
	width:225px;
	line-height:35px;
	margin:0px;
	padding:0px 0px 0px 25px;
	font-family:Arial;
	font-size:20px;
	font-weight:400;
	color:#0073a2;
	background:#fff;
}
#global #corps #droite div h1 span{
	font-family:Arial Black;
}
#global #corps #droite div p{
	width:330px;
	line-height:18px;
}
#global #corps #droite div a{
	float:left;
	width:120px;
	height:30px;
	margin:15px 0px 0px 10px;

}
#global #corps #droite div h2{
	position:absolute;
	bottom:-23px;
	left:5px;
	width:97px;
	height:22px;
}
#global #corps #droite div h2 a{
	width:97px;
	height:22px;
	margin:0px;
}
#global #corps #droite div h3{
	position:absolute;
	bottom:-20px;
	right:5px;
	font-size:11px;
	font-weight:400;
}
#global #corps #droite div h3 a{
	width:95px;
	height:15px;
	margin:0px;
	text-decoration:underline;
	color:#fff;
}
#global #corps #droite div h3 a:hover{
	text-decoration:none;
}
/*-------------------------------- Global - Corps - Droite - Galerie -----------------------------*/
#global #corps #droite #galerie{
	width:380px;
	margin:10px 0px 0px 10px;
	padding:0px 0px 20px 0px;
	border:none;
	background:none;
}
#global #corps #droite #galerie div{
	width:180px;
	margin:0px 10px 0px 0px;
	padding:0px;
	border:none;
	background:none;
}
#global #corps #droite #galerie div a{
	width:180px;
	height:130px;
	margin:0px;
}
#global #corps #droite #galerie div p{
	width:180px;
	margin:3px 0px 10px 0px;
	font-size:11px;
	line-height:15px;
	height:30px;
}
/*-------------------------------- Global - Corps - Galerie -----------------------------*/
#global #corps #gal{
	display:inline;
	float:left;
	width:930px;
	margin:0px 0px 0px 10px;
}

#global #corps #gal select{
font-style:italic;
margin-top:20px;;
}

#global #corps #gal option{
font-style:normal;
}

#global #corps #gal h1{
	float:left;
	width:910px;
	line-height:24px;
	margin:20px 0px 0px 10px;
	letter-spacing:-1px;
	font-family:Arial Black;
	font-size:24px;
	color:#ffff00;
}
#global #corps #gal h2{
	float:left;
	width:910px;
	margin:20px 0px 0px 10px;
	font-family:Arial Black;
	font-size:17px;
	color:#ffff00;
}
#global #corps #gal a{
	float:left;
	width:180px;
	height:130px;
	margin:5px 0px 0px 3px;
	border:1px solid #fff;
}
#global #corps #gal a:hover{
	border:1px solid #ffff00;
}
/*-------------------------------- Global - Corps - Formulaire -----------------------------*/
#global #corps #formulaire{
	display:inline;
	float:left;
	width:530px;
	margin:0px 0px 0px 10px;
}

#global #corps #formulaire label{
color:#fff;
float:left;
font-size:11px;
margin:3px 10px 0px 5px;
}

#global #corps #formulaire div input.check{
width:15px;
}
#global #corps #formulaire h1{
	float:left;
	width:500px;
	line-height:24px;
	margin:20px 0px 10px 10px;
	letter-spacing:-1px;
	font-family:Arial Black;
	font-size:24px;
	color:#ffff00;
}
#global #corps #formulaire p.msg_err{
	float:left;
	width:910px;
	margin:10px 0px 0px 10px;
	color:#da3838;
}
#global #corps #formulaire div{
	display:inline;
	float:left;
	width:670px;
	margin:8px 0px 0px 10px;
}
#global #corps #formulaire div p{
	float:left;
	width:150px;
	margin:2px 0px 0px 0px;
	color:#fff;
}
#global #corps #formulaire div input{
	float:left;
	width:300px;
	padding:2px 0px;
	font-size:11px;
}
#global #corps #formulaire div input.submit{
	width:100px;
	margin:10px 0px 0px 0px;
	border:1px solid #0d8ac5;
	color:#0d8ac5;
	background:#bdbdbd;
}
#global #corps #formulaire div textarea{
	float:left;
	width:300px;
	height:150px;
	font-size:11px;
}
/*-------------------------------- Global - Pied -----------------------------*/
#global #pied{
	width:950px;
	height:80px;
	padding:50px 0px 20px 0px;
	clear:both;
}

#global #pied a{
color:#fff;
text-decoration:underline;
}

#global #pied div{
	float:left;
	width:950px;
	height:22px;
	background:#fff;
}
#global #pied div h1{
	float:left;
	padding:0px 10px;
	font-size:11px;
	font-weight:400;
	line-height:22px;
}
#global #pied div h1 a{
	color:#126080;
}
#global #pied div h1 a:hover{
	color:#373737;
}
#global #pied p{
	float:left;
	width:800px;
	line-height:20px;
	margin:15px 0px 0px 10px;
	font-size:12px;
	color:#fff;
}
/*--------- 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;
background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink { 
right: 0; 
float: right;
background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#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; }