/*Site*/

body{background-image:url(../pics/back.png); margin:0; padding:0; text-align:center; }

div#conteneur{width:834px; margin:0 auto; padding:10px 0px 10px 0px; text-align:left; border:0; position:relative; }

#header{background-image:url(../pics/header.png); background-repeat:no-repeat; background-position:top left; width:834px; height:100px; margin:0; padding:0; position:relative; }

#menu{width:834px; height:26px; background:url(../pics/menu.png); margin:0 auto; padding:0; position:relative; }

#menu li{margin:0; padding:0; list-style:none; position:absolute; top:0; }

#menu li, #menu a{height:26px; text-decoration:none; display:block; }

#menu strong {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

#home{left:581px; width:65px; }
#home a:hover{background:transparent url(../pics/menu.png) -581px -26px no-repeat; }

#book{left:646px; width:59px; }
#book a:hover{background:transparent url(../pics/menu.png) -646px -26px no-repeat; }

#about{left:705px; width:66px; }
#about a:hover{background:transparent url(../pics/menu.png) -705px -26px no-repeat; }

#contact{left:771px; width:40px; }
#contact a:hover{background:transparent url(../pics/menu.png) -771px -26px no-repeat; }

#contenu{background:url(../pics/middle.png) repeat-y; width:834px; margin:0; padding:0;  position:relative; }

#inside{font-size:0.8em; font-family:arial, helvetica, sans-serif; color:#626262; padding:10px 30px 10px 30px;}

div#inside h1{text-align:left; padding-right:25px; line-height:30px; font-size:1.3em; text-transform:uppercase; letter-spacing:0.3em; color:#80a83a; border-bottom:1px solid #80a83a; }

div#inside h1 a{text-align:left; padding-left:25px; line-height:30px; font-size:0.7em; text-transform:uppercase; text-decoration:none; color:#d1d0d2; }

div#inside h2{display:block; text-align:left; text-transform:uppercase; padding-left:10px; font-size:1em; letter-spacing:0.3em;  background-color:#d1d0d2; color:#fff; clear:both; }

div#inside h3{text-align:left; padding-right:50px; line-height:25px; font-size:1em; text-transform:uppercase; letter-spacing:0.2em; color:#4d6127; }

div#inside a{color:#4d6127; }

div#inside a.up{background:url(../pics/up.png) no-repeat left bottom;  padding-left:15px; line-height:20px; text-align:center; font-size:0.7em; text-transform:uppercase; text-decoration:none; color:#4d6127; }
 
div#inside a:hover{color:#80a83a; }

#footer{background-image:url(../pics/footer.png); background-repeat:no-repeat; background-position:bottom; width:834px; height:55px; margin:0; padding:0; text-align:center; vertical-align:bottom; font-family:arial, helvetica, sans-serif; font-size:0.7em; color:#fff; position:relative; }

.valid {display:block; background:url(../pics/valid.png); float:right; width:140px; height:20px; text-indent:-9999px; overflow:hidden; }

.valid a {display: block;}

ul{list-style:none; }

hr{height:1px; border:0; margin:10px 20px 10px 20px; padding:0; color:#add962; background-color:#add962; }

.small{font-size:0.7em; color:#000;}

.img-r{float:right; border:0; }

.img-l{float:left; border:0; } 

.right{text-align:right; color:#4d6127; padding:0; }

.stop-l {visibility:hidden; clear:left; }

.stop-r {visibility:hidden; clear:right; }

.center {text-align:center; }



/*Lightbox*/

#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(../pics/lightbox/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(../pics/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/lightbox/next.gif) right 15% no-repeat; }
#imageDataContainer{font: 9px Arial, 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: 100px; background-color: #000; }