/* ------------------------------------------------------------------------------------
CORPS DE LA PAGE
------------------------------------------------------------------------------------ */
body {
 background:#ffffff url('images/fond.gif') repeat-x;
 margin: 0px;
 padding: 0px;
 text-align: center;
 color: #464a4f;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 scrollbar-3d-light-color:#8dc803;
 scrollbar-arrow-color:#007C30;
 scrollbar-base-color:#007C30;
 scrollbar-dark-shadow-color:#8dc803;
 scrollbar-face-color:#ffffff;
 scrollbar-highlight-color:#8dc803;
 scrollbar-shadow-color:#8dc803;
}


/* ------------------------------------------------------------------------------------
STYLE DES DIVISIONS
------------------------------------------------------------------------------------ */
#base {
 width: 734px;
 background: url('images/bords.gif') no-repeat;
 margin: 0 auto 0 auto;
 padding:0px 7px 0px 7px;
 height:auto;
}

#option {
 background: #e4fab0 url('images/fond-option.jpg') no-repeat;
 color:#007C30;
 float:right;
 height:inherit;
 width: 200px;
 text-align:justify;
 margin-right:14px;
 padding:20px 10px 10px 10px;
 line-height:20px;
}

#option span{
 background: #e4fab0;
 color: inherit;
 padding: 0px 5px 0px 5px;
}

#option a{
 background:url('images/icone-plus1.gif') top left no-repeat;
 font: 9pt Arial, sans-serif;
 color: #c01111;
 font-weight: lighter;
 text-decoration: none;
 padding-left:25px;
}
#option a:hover{
 background:url('images/icone-plus2.gif') top left no-repeat;
 font: 9pt Arial, sans-serif;
 color: #007C30;
 font-weight: lighter;
 text-decoration: none;
 padding-left:25px;
}

#intro {
 background:#ffffff;
 width:720px;
 height:auto;
 table-layout:inherit;
}

#contenu {
 float:left;
 width: 475px;
 height:auto;
 padding:20px 10px 10px 10px;
 text-align:justify;
}

#contenu table{
 font: 9pt Arial, sans-serif;
 width:inherit;
 margin: 0px;
 padding: 0px;
 border:none;
 text-align:justify;
 margin-bottom:10px;
 margin-top:10px;
 vertical-align:middle;
}

#admin {
 background: #eaffd0;
 float:left;
 color:#007C30;
 width: 700px;
 height:auto;
 padding:10px 10px 10px 10px;
}

#admin span{
 background: #eaffd0;
 color: inherit;
 padding: 0px 5px 0px 5px;
}

#copyright {
 background: url('images/bandeau-bas.gif') no-repeat;
 color: #464a4f;
 font: 8pt Arial, Helvetica, sans-serif;
 margin-top: 10px;
 padding: 10px 0px 0px 0px;
 text-align: center;
 width:720px;
 height:35px;
 clear:both;
}

#navigation {
 color: #464a4f;
 font: 13px Arial, Helvetica, sans-serif;
 margin-top: 0px;
 padding: 0px 10px 0px 10px;
 text-align: right;
 vertical-align:middle;
 width:700px;
 height:35px;
 clear:both;
}
#flag {
 margin-top: 0px;
 padding: 0px 0px 0px10px;
 text-align: left;
 vertical-align:middle;
 width:20px;
 height:15px;
 clear:left;
 float:left;
}


/* ------------------------------------------------------------------------------------
STYLE DES POLICES
------------------------------------------------------------------------------------ */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4f;
	margin-top: 0px;
	line-height: 19px;
}
#gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin-top: 0px;
	line-height: 19px;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4f;
	margin-top: 0px;
	line-height: 19px;
}
h1 {
	background:#8dc803;
	font: lighter 11pt Arial, sans-serif;
	text-transform:uppercase;
	color: #007C30;
	margin-top: 0px;
	line-height: 12pt;
 	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #464a4f;
	padding: 5px;
	margin-bottom:10px;
	background: #ffffff url('images/option.jpg') repeat-y;
	border-left: 6px solid #8dc803;	

	display: block;
}
a {
 font: 9pt Arial, sans-serif;
 color: #8dc803;
 font-weight: lighter;
 text-decoration: none;
}

a:hover {
 font: 9pt Arial, sans-serif;
 color: #007C30;
 font-weight: lighter;
}

span {
text-transform:uppercase;
 background: #ffffff;
 color: inherit;
 padding: 0px 5px 0px 5px;
}

strong {
 font: 9pt Arial, sans-serif;
 color:#000000;
 font-weight:bold;
}



h3 {
 font: 8pt Arial, sans-serif;
 color: #999999;
 font-style:italic;
}
ul {
	margin-top:0px;
}
img {
	border:none;
	margin-right:10px;
}
a img{
	border: none;
	visibility:visible;
}
img.schema {
	border:solid 3px #8dc803;
}
img.schema:hover {
	border:solid 3px #007C30;
}





/* ------------------------------------------------------------------------------------
MENU DEROULANT
------------------------------------------------------------------------------------ */
#menuDeroulant
{
	
	width: 720px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	position:absolute;
}
#menuDeroulant li
{
	float: left;
	text-align:center;
	width: 120px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type:none;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;	
	color: #ffffff;
	background: #8dc803;
	margin: 0;
	padding: 2px 2px;	
	border-bottom: 1px solid #ffffff;
 	font-weight:lighter;
	
}
#menuDeroulant li a:hover { 	
	background:#007C30;
	color: #ffffff;
 font-weight:lighter;
}
#menuDeroulant li a:active {
	background:#007C30;
	color: #ffffff;
 font-weight:lighter;
}

#menuDeroulant .sousMenu
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;

}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{	
	display: block;
	color: #ffffff;
	margin: 0;
	background: #8dc803;
	border-bottom: 1px solid #ffffff;
 font-weight:lighter;
}
#menuDeroulant .sousMenu li a:hover{
	display: block;
	background:#007C30;
	color: #ffffff;
 font-weight:lighter;
	
}







/* ------------------------------------------------------------------------------------
LIGHT BOX
------------------------------------------------------------------------------------ */
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	