/* Feuille de style */

body
{
   width: 100%;
   margin: auto; /* Pour centrer la page */
   background-color: #8e9340;
}

#wrapper
{
position:relative;
padding-bottom: 306px;
height: 100%;
}

#banner
{
	width: 100%;
	height: 116px;
	background-image: url("images/topwood.png");
	background-repeat: repeat-x;
	overflow: visible;
	margin-bottom: 0px;
}

#menu
{
	width: 909px;
	height: 116px;
	margin: auto;
	position: relative;
}

#menu_logo
{
	width: 385px;
	height: 116px;
	background-image: url("images/logo.png");
}

#liens_menu
{
	position: absolute;	
	top: 0px;
	left: 379px;
}
#liens_menu a
{
	display: block;
	height: 116px;
	background-repeat: no-repeat;
	border: none;
	float: left;
}

#menu_about
{
	width: 79px;
	background-image: url("images/about.png");
}

#menu_blanks
{
	width: 89px;
	background-image: url("images/blanks.png");
}

#menu_gallery
{
	width: 99px;
	background-image: url("images/gallery.png");
}

#menu_links
{
	width: 71px;
	background-image: url("images/links.png");
}

#menu_contact
{
	width: 102px;
	background-image: url("images/contact.png");
}

#menu_about:hover
{
	width: 79px;
	background-image: url("images/about_over.png");
	outline: 0;
}

#menu_blanks:hover
{
	width: 89px;
	background-image: url("images/blanks_over.png");
	outline: 0;
}

#menu_gallery:hover
{
	width: 99px;
	background-image: url("images/gallery_over.png");
	outline: 0;
}

#menu_links:hover
{
	width: 71px;
	background-image: url("images/links_over.png");
	outline: 0;
}

#menu_contact:hover
{
	width: 102px;
	background-image: url("images/contact_over.png");
	outline: 0;
}

#centre
{
	width: 909px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 238px;
}

#image
{
	width: 198px;
	height: 290px;
	float: left;
}

#drapeaux a
{
	display: block;
	background-repeat: no-repeat;
	border: none;
	float: right;
	margin-top: -20px;
}

#drapeaux a:hover
{
	display: block;
	background-repeat: no-repeat;
	border: 1px dotted #45481a;
	float: right;
	margin-top: -20px;
}

#fr
{
	width: 20px;
	height: 14px;
	background-image: url("images/fr.gif");
	margin-right: 27px;
}

#nl
{
	width: 20px;
	height: 14px;
	background-image: url("images/nl.gif");
	margin-right: 5px;
}

#main
{
	width: 456px;
	background-color: #45481a;
	background-image: url("images/main-top.png");
	background-repeat: no-repeat;
	float: left;
	margin-left: 57px;
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}

.mainbottom
{
	height:38px;
	width: 456px;
	position: relative;
	margin: auto;
	top:10px;
	margin-top: -20px;
	boder: none;
}

#bottom
{
height: 265px;
width: 100%;
background-image: url("images/motif-bottom.png");
position: absolute;
bottom: 41px;
}

#bottom_image
{
	width: 909px;
	height: 265px;
	margin: auto;
	background-position: center;
	background-image: url("images/bottom.jpg");	
	background-repeat: no-repeat;
}

#nav_index
{
	width: 242px;
	height: 62px;
	position: relative;
	top: -27px;
	left: 82px;
	background-image: url("images/nav_about.png");	
	background-repeat: no-repeat;
}

#nav_blanks
{
	width: 261px;
	height: 62px;
	position: relative;
	top: -27px;
	left: 82px;
	background-image: url("images/nav_blanks.png");	
	background-repeat: no-repeat;
}

#nav_gallery
{
	width: 275px;
	height: 62px;
	position: relative;
	top: -27px;
	left: 82px;
	background-image: url("images/nav_gallery.png");	
	background-repeat: no-repeat;
}

#nav_links
{
	width: 231px;
	height: 62px;
	position: relative;
	top: -27px;
	left: 82px;
	background-image: url("images/nav_links.png");	
	background-repeat: no-repeat;
}

#nav_contact
{
	width: 275px;
	height: 62px;
	position: relative;
	top: -27px;
	left: 82px;
	background-image: url("images/nav_contact.png");	
	background-repeat: no-repeat;
}

#footer
{
width: 100%;
height: 41px;
background-repeat: repeat-x;
background-image: url("images/footer.png");
position: absolute;
bottom: 0px;
}

h1
{
color: #c8c26b;
font-size: 25px;
font-family: Georgia, Verdana, Arial, serif;
font-weight: normal;
padding-top: 19px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
}

h2
{
color: #bec467;
font-size: 14px;
font-family: Georgia, Verdana, Arial, serif;
padding-left: 10px;
padding-right: 10px;
}

#main p
{
color: #8e9340;
font-size: 11px;
font-family: Verdana, Arial, Georgia, serif;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
border: none;
}


#footer p
{
color: #bec467;
font-size: 9px;
font-family: Verdana, Arial, Georgia, serif;
text-align: center;
padding: 5px;
margin: 0px;
}

#footer a
{
color: #bec467;
font-size: 10px;
font-family: Verdana, Arial, Georgia, serif;
text-align: center;
padding: 5px;
margin: 0px;
text-decoration: none;
}

#footer a:hover
{
color: white;
font-size: 10px;
font-family: Verdana, Arial, Georgia, serif;
text-align: center;
padding: 5px;
margin: 0px;
text-decoration: none;
}

.link
{
color: #bec467;
font-size: 11px;
font-family: Verdana, Arial, Georgia, serif;
text-align: center;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.link:hover
{
color: white;
font-size: 11px;
font-family: Verdana, Arial, Georgia, serif;
text-align: center;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.liste
{
list-style-position: inside;
list-style-image: url("puce.png");	
text-align: left;
text-decoration: none;
color: #8e9340;
font-size: 11px;
font-family: Verdana, Arial, Georgia, serif;
}

li a
{
text-align: left;
text-decoration: none;
color: #8e9340;
font-size: 12px;
font-family: Verdana, Arial, Georgia, serif;
}

li a:hover
{
color: #bec467;
}

li p
{
font-size: 7px;
margin-left: 6px;
margin-top: 0px;
}

.link_description
{
font-size: 9px;
}

/* Light Box ! */

.thumb, a .thumb
{
	width: 130px;
	height: 130px;
	border: 1px solid #8e9340;
	padding: 1px;
	background-color: #45481a;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#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-image: url("images/prev.gif") left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover 
{ 
	background-image: url("images/next.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;
	}