#lightbox {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	padding: 0px 0px 0px 0px;
	}

#lightbox a img { border: 1px solid #6a1600; }

#outerImageContainer {
	position: relative;
	background:transparent;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	}

#imageContainer {
	padding: 0px 0px 0px 0px;

	}

#lightboxLoading {
	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: 25%;
	height: 100%;
	display: block;
background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	}
	
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 85% no-repeat; }
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;color:#e3c77d;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.0em;
border: 1px solid #6a1600;
width: 100%;
}

#imageData {
	padding:6px;
	text-align:  right;
color:#e3c77d;

}
	
#imageData #imageDetails { width: 65%; float: left; text-align: left; color:#e3c77d; }	
#imageData #caption { font-weight: normal; color:black;}
#imageData #caption strong { font-weight: bold;color:#e3c77d; /* le titre */}

#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	color:#e3c77d;}		
	
#imageData #bottomNavNext, 
#imageData #bottomNavSlideshow, 
#imageData #bottomNavPrev { padding: .3em; margin-left: .1em; background: #000; border: 1px solid #000; text-decoration: none;color:#e3c77d}	
#imageData #bottomNavClose { margin: .2em; margin-top: 1.5em; float: right; clear: right;background: #000; }	

#overlay {
	position: absolute;
	margin:0;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #170000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	

.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 */
	}	
	

