body
{
	margin: 80px 0 0 0;
	padding: 0 ;
	text-align: center ;
	background: #fff ;
}

div#general
{
	width: 769px ;
	height: 450px;
	margin: 0 auto ;
	text-align: left ;
	border: 0 ;
	background: #fff ;
}

/* Logo__________________________________*/

h1#header a
{
	float:right;
	width: 61px ;
	height: 47px ;
	margin: 0 ;
	margin-right: 12px ;
	display: block ;
	background: url(../images/_commun/logo-bibol-small.gif) no-repeat ;
	font-size:1px;
	color:#FFFFFF;
	
}
h1#header a:hover
{
	
	height: 59px ;
}

/* conteneur __________________________________*/
div#conteneur
{
	width: 769px;
	height: 345px;
	background: #fff ;
	margin: 0;
	padding:0;
}


div#conteneur H1{
	font-size: 14px;
	font-weight: normal;
	font-family: verdana, helvetica, sans serif;
	color: #ffffff;
	line-height: 10px;
	margin: 0;
	padding:0;
	margin-right: 5px;
	margin-left: 5px;

}

.picto{
	margin: 0;
	padding:0;
	position: relative;
	margin-left: 35px;
	top: 1px;

}

div#conteneur p {
	font-size: 11px;
	font-family: verdana, helvetica, sans serif;
	color: #ffffff;
	margin: 0;
	padding:0;
	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

div#conteneur ul{
	margin-top: 5px;
	margin-bottom: 0px;
}
div#conteneur li{
	font-size: 11px;
	font-family: verdana, helvetica, sans serif;
	line-height: 14px;
	color: #ffffff;
	margin: 0;
	padding:0;
	margin-right: 10px;
	margin-left: -10px;
	text-align: justify;
}

.suite, .precedent{ 
	font-size: 11px;
	font-family: verdana, helvetica, sans serif;
	text-decoration: none;
	color: #ffffff;
	width: 250px;
	margin-left: 10px;
	display:block;
	float:right;
}

.suite{ 
	text-align: right;
	margin-right: 10px;
	padding-bottom: 5px;
}

.precedent{ 
	text-align: right;
	margin-right: 50px;
	padding-bottom: 3px;
}

.suite:hover, .precedent:hover{ 
	text-decoration: underline;
}

/* affichier masquer texte _________________________________*/
div#afficher_masquer {
	position: absolute;
	z-index: 15;
	margin: 0 ;
	padding: 0 ;
	line-height: 11px;
}

div#afficher_masquer a{
	font-family: arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

div#afficher_masquer a:hover{
	font-weight: bold;
	border : 1px solid #CCCCCC;
}

/*Footer __________________________________*/
#footer {
	margin: 0;
	padding:0;
	margin-top:12px;
	width: 100%;
}

#footer ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none;
	display:block;
	height:11px;
}

#footer li {
	float: left;
	margin-right: 10px;
	font-size:10px;
	font-family: verdana, helvetica, sans serif;
}

#footer a {
	font-size:10px;
	display:block;
	height:11px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
/*Commun__________________________________*/

.spacer {
  clear: left;
}

/* 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(../images/_commun/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/_commun/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/_commun/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: #fff; /* couleur fond de calque recouvrant */
	}

