BODY {background-color: White;font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #262626; text-align:justify;}
.it{ font-style: italic;}
.ind {font-size: 10pt; font-style: italic; color: #5B5A5A}
.titre{color: #128191; font-weight: bold; text-indent: 0px; font-style: italic; text-align:left;}
.popat{width:267px; height: 350px; border-style: inset; border-spacing: 0px; border-width: 2px; border-color: Gray; background-color: White; border-collapse: separate;}
.popintat{width:267px; height: 326px; overflow:auto;}
.popdem{width:309px; height: 375px; border-style: inset; border-spacing: 0px; border-width: 2px; border-color: Gray; background-color: White; border-collapse: separate;}
.popintdem{width:309px; height: 351px; overflow:auto;}
.poptxt{text-indent: 26px; text-align:justify; display:block;}
.divbiotxt{width:407px; height: 393px; overflow:auto;}
.b{font-weight: bold;}
.contact{ text-align: right; font-size: 11pt;}
A, A:visited, A:link, A:active{ background-color: transparent; color: #410606; text-decoration: none; text-indent: 0px;}
.menuact{ background-color: transparent; color: #87830E; text-decoration: underline; text-indent: 0px; font-weight: bold;}
A:hover { background-color: transparent; color: #87830E; text-decoration: underline; text-indent: 0px;}
.copy, .copy A:active, .copy A:link, .copy A:visited { font-family: Arial, Helvetica, sans-serif; background-color: transparent; color: #4B4B4B; font-size: 9pt; text-decoration: none;}
.copy A:hover { font-family: Arial, Helvetica, sans-serif; background-color: transparent; color: #4B4B4B; font-size: 9pt; text-decoration: underline;}
.copy2, .copy2 A:active, .copy2 A:link, .copy2 A:visited { font-family: Arial, Helvetica, sans-serif; background-color: transparent; color: #4B4B4B; font-size: 6pt; text-decoration: none;}
.copy2 A:hover { font-family: Arial, Helvetica, sans-serif; background-color: transparent; color: #4B4B4B; font-size: 6pt; text-decoration: underline;}
input, select, textarea, {font-size: 10pt; color: Black; background-color: White; border-style: solid; border-color: Black; border-width: 1px;}
.tittab {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: Black; background-color: transparent;}
.formu {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #262626;}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0; background-color: #6F6F6F;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 150px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 50px;
	}

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

#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: #6F6F6F;
	   filter:alpha(opacity=100);
	-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 */
	}
	
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:White; border:1px solid White; 
  padding:0px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }	