.lightbox-container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;	
}

.lightbox-container img {
	border: none;
}

.lightbox-container a {
	border: none;
	color: #ffffff;
	text-decoration: none;
}

.lightbox-content {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgba(218,218,218,0.9);
	background:url('gfx/fond.png') repeat;
	filter: alpha (opacity=90);  /* pour IE 6 */
	position: fixed; 
	top: 0; 
	left: 0; 
	display: none;
	z-index: 100;
}

.lightbox-content:target { 
	display: table; 
}

.lightbox-elements {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	z-index: 200;	
}

.lightbox-media  {
	width: 100%;
	margin: 0px;
	display: block;
}

.lightbox-close { 
	width: auto;
	margin: 0px;
	display: inline-block;
	text-align: right;
	
}

.lightbox-close img.close {
	position: relative;
	right: -14px;
	top: 32px;
}

.lightbox-image { 
	width: 100%;
	text-align: center;
}

.lightbox-infos { 
	width: auto;
	height: 18px;
	margin: -50px 10px 0px 10px;
	padding: 10px;
	border-top: 1px solid #ffffff;
	background-color: rgba(0,0,0,0.75);
	filter: alpha (opacity=90);  /* pour IE 6 */
	position: relative;
	z-index: 300;	
}

.lightbox-fichier { 
	color: #feb400;
}

.lightbox-photo {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 5px #888, 10px 10px 30px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 5px #888
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.lightbox-tools  {
	width: 510px;
	height: 30px;
	margin: 40px auto 0px auto;
	padding: 0px;
}

.lightbox-precedente  {
	width: 88px;
	height: 31px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}

.lightbox-suivante  {
	width: 80px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.lightbox-barre-centrale  {
	width: 330px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: transparent url('gfx/lightbox-telecharger.png') no-repeat;
	font-size: 10px;
}

.lightbox-barre-photo {
	float: left;
	padding: 5px 0px 0px 20px;
}

.lightbox-barre-telecharger {
	float: right;
	padding: 5px 20px 0px 0px;
}




