#lightbox {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 12;
}

#lightboximage, #lightboxtexte {
	font-size: 12px;
	position: fixed;
	z-index: 14;
	bottom: 10px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 3px;
	color: #555555;
}

#lightboxtexte p {
	margin-bottom: 10px;
}
#lightboxtexte li {
	margin: 0px 0px 5px 15px;
}

#lightboxtexte {
	background-image: url('/images/titre-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #00CD18;
	padding: 0px 5px 5px 5px;
}

#lightboxfermer {
	z-index: 13;
	position: fixed;
	background-color: #FFFFFF;
	margin: 0;
	padding: 3px;
	text-align: center;
	margin: 4px;
}

#lightboxfermer a:link, #lightboxfermer a:hover, #lightboxfermer a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial Black;
	font-size: 10px;
}

#lightboxplayer {
	z-index: 14;
	position: fixed;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	height: 24px;
}

#lightboxdescription {
	z-index: 15;
	position: fixed;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}

#lightboximage {
	background-color: #FFFFFF;
	background-image: url('/images/loader.gif');
	background-position: center;
}

#lightboxnumber {
	position: fixed;
	color: #FFFFFF;
	font-family: Arial Black;
	z-index: 14;
	height: 26px;
	width: 40px;
	text-align: right;
	overflow: hidden;
	margin: 4px;
	padding: 0px;
}

#lightboxtitre {
	position: fixed;
	color: #FFFFFF;
	font-family: Arial Black;
	z-index: 14;
	height: 26px;
	width: 100px; /* valeur par défaut; est remplacée dans lightbox.js */
	text-align: left;
	overflow: hidden;
	margin: 4px;
	padding: 0px;
	white-space: nowrap;
}