@charset "utf-8";
/* CSS Document */

#lightbox{
	color:white;
}

#lightbox a, #lightbox a:hover {
	color:white;
}

#outerImageContainer{
	background-color:#900;
}

#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("precedente.png") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("suivante.png") right 15% no-repeat; }

#imageContainer img{ border:1px solid #c00; }

#imageDataContainer{
	background-color: #900;
}

#closeLink {
	background:url("fermer.png") no-repeat;
}	
		
#overlay{
	background-color: #300;
}

#loadingLink {
	background:url("chargement.gif") center center no-repeat;
}

#numberDisplay { margin-top:5px; }

#vignettes a.lightboxDiaporama{ font-size:10px; color:#c00; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
#vignettes a.lightboxDiaporama:hover{  }
	