#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: right;
	line-height: 0;
	}
/*#lightbox #caption{border:1px solid red;display:block;background-color:#31b0e7;color:#fff;}
#bottomNavClose{border:1px solid red;display:block}

#imageDetails{border:1px solid red;}
#bottomNav{border:1px solid red;}*/

ul {
	list-style:square;
	list-style-position:inside;
}
.miseenvant{
	color:#8e8e8e;
	/*font-weight:bold;*/
}

 
.contenu_credits a.link2{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.contenu_credits a:hover.link2{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #1b1b19;
	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/light_box/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/light_box/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/light_box/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 100%;text-align: left; }	
#imageData #caption{font-weight:bold;background-color:#000;color:#fff;display:block;padding:10px 6px;position:relative;margin-bottom: 1.0em;}
#imageData #numberDisplay{display:none;}			

/*
#imageData #bottomNavClose{display: block;background-color:#000;text-align:right;margin-bottom: 1.0em;}	
#imageData #bottomNavClose img{width:auto;height:auto}
*/

#hoverNav #bottomNavClose{display: block;background-color:#1b1b19;text-align:right;}
#hoverNav #bottomNavClose img{width:auto;height:auto;}


#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 */
	}
	/*.contenu_credits *{border:1px solid red}*/
.contenu_credits .article p{padding-top:0px;}
.contenu_credits .article ul{list-style-position:outside;}
.contenu_credits .article li{padding-top:5px;line-height:16px;}
		
li{list-style-position:inside;}