body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image: url(images/fond.jpg);
background-color: #4c4538;
background-repeat: no-repeat;
}


/* --------------------------- MENU ET LIENS DE MENU -------------------------------*/
a{
background-color: #c7e09d;
color: #4a4955;	
}

div#menu {
position: absolute;
left: 100px;
top: 278px;
width: 188px;
height: 180px;
}

div#menu a{
color: #4a4955;				/*du bleu*/
font-variant: small-caps;
text-decoration: none;
text-align: center;
font-size: 1.2em;
background-color: #c7e09d; /*le fameux vert*/
display: block;
width: 188px;
margin-bottom: 7px;
margin-top: 7px;
padding-bottom: 2px;
padding-top: 2px;
}

div#menu a:hover{
color: #FFFFFF;				
font-variant: small-caps;
text-decoration: none;
text-align: center;
font-size: 1.2em;
background-color: #7b6f56; /*le fameux marron*/
display: block;
width: 188px;
margin-bottom: 7px;
margin-top: 7px;
padding-bottom: 2px;
padding-top: 2px;
}

.lienActif {
color: #FFFFFF;				
font-variant: small-caps;
text-decoration: none;
text-align: center;
font-size: 1.2em;
background-color: #7b6f56; /*le fameux marron*/
display: block;
width: 188px;
margin-bottom: 7px;
margin-top: 7px;
padding-bottom: 2px;
padding-top: 2px;
}

/* --------------------------- FIN MENU ET LIENS DE MENU -------------------------------*/

div#logo {
float:left;
width: 980px;
height: 91px;
background: top right no-repeat url('images/logo.gif');
}

div#conteneur {
position: absolute;
padding: 0;
margin-left: 360px;
margin-top: 190px;
width: 620px;
color: #def8b2;
}

div#conteneurGauche {
padding: 0;
float: left;
width: 290px;
height: 100%;
color: #def8b2;
}

div#conteneurGaucheBas {
padding: 0;
float: left;
width: 290px;
height: 100%;
color: #def8b2;
margin-top: 40px;
}

div#coupe {
padding: 0;
float: left;
width: 620px;
height: 100%;
color: #def8b2;
margin-top: 40px;
}

hr {
color: #def8b2;
background-color: #def8b2;
height: 3px;
border: 0;
}

.center{
text-align:center;
}

ul{
padding-left:0px;
margin-left:0;
}

ul li{
margin-bottom:20px;
}

ul li a img{
border:0;
margin-left:0;
padding-left:0;
}
p{
padding-left:0;
margin-left:0;
}
h2{
padding-left:0;
margin-left:0;
}

div#separateur {
padding: 0;
float: left;
width: 38px;
height: 100%;
}

div#separateurBas {
padding: 0;
float: left;
width: 38px;
height: 100%;
}

div#conteneurDroit {
padding: 0;
margin: 0;
float: left;
width: 290px;
height: 100%;
color: #def8b2;
}

div#conteneurDroitBas {
padding: 0;
margin: 0;
float: left;
width: 290px;
height: 100%;
color: #def8b2;
margin-top: 40px;
}

div#tableau {
padding: 0;
margin: 0;
float: left;
width: 290px;
height: 100%;
color: #def8b2;
margin-top: 40px;
margin-bottom: 40px;
}

div#conteneur ul li {
list-style-position: inside;
list-style-type: none;
margin-top: 5px;
padding-left: 0px;
margin-left: 0px;
text-indent: -1em;
}

div#conteneurGaucheBas img {
margin-left: 20px;
}

div#imageBas {
margin-top: 40px;
float: left;
padding-top: 10px;
padding-bottom: 50px;
padding-right: 10px;
background: left bottom no-repeat url('images/divPhoto.gif') #c7e09d;
}

div#imageBas img {
padding-left: 10px;
}

div#imageBas a {
border: none;
}

div#imageBas a img {
border: none;
}

div#nosParquets {
float: left;
margin-top: 20px;
color: #c7e09d;
font-variant: small-caps;
font-size: 1.1em;
width: 100%;
}
/*--------------------------- LIGHT BOX -----------------------*/

#lightbox{
	position: absolute;
	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(../images/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	/* ------------------------------LIGHT BOX FIN---------------------------*/

