/* CSS Document */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://sogip.ehess.fr/plugins/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="plugins/lightbox/overlay.png", sizingMethod="scale");
	}

.table{display:table;padding-bottom:10px}

.white{color:white}

.all{width:94px;height:94px;margin-right:5px;float:left;
border:0px;}

.nice{text-align:center; padding:10px; border:1px solid #ccc;}
.nice span{display:block;padding-top:4px;font-weight:bold}
.nice a{color:#ccc;text-decoration:none}


.mini_diapo{border:1px solid #ccc;padding:3px;
height:94px;width:94px;text-align:center}

.mini{text-align:center;
vertical-align:middle;height:130px;line-height:130px;}

.mini img{vertical-align:middle}

