/* Entête */
div#titre {
	top:2px;
	left:10px;
	z-index:2;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	font-style : normal;
	color : #cccccc;
	letter-spacing:2px;
}

/* Titre de l'image */
div#titre_photo {
	border:0px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color : #cccccc;
	background-color:#DEDBDE;
	text-align:right;
	padding-bottom:5px;
	padding-right:5px;
	border-bottom:1px solid #454545;
}

/* Légende de l'image */
div#legende {
	padding-top:5px;
	left:0px;
	border:0px;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 14px;
	font-style:italic;
	overflow:hidden;
	color : #A9A9A9;
	background-color:#000000;
	text-align:left;
}

/* ----------------------------*/
/* Zone d'affichage des images */
/* ----------------------------*/
#slideshow {

}

/* Image affichée */
#previewPane {
	/*border: 1px solid #ffffff;*/
	margin-right: 10px;
	text-align: center;
	float:left;
	z-index:2;
	margin-top: 20px;
	margin-left: 6px;
	width: 404px;
}

/* Sélecteur d'images */
#galleryContainer {
	height: 380px;
	width: 130px;
	/*border: 1px solid #464646;*/
	padding: 1px;
	text-align:center;
	float:right;
	z-index:2;
	margin-top: 10px;
	margin-right: 15px;
}
#galleryContainer #arrow_down {
	background-image:url(./images/fd_bt.jpg);
	height: 22px;
}
#galleryContainer #arrow_up {
	background-image:url(./images/fd_bt.jpg);
	height: 20px;
}
#theImages {
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	height: 370px;
	border: 1px solid #FF0;
	margin-right: 5px;
}
#theImages div {
	position: relative;
	left:0px;
	height: 1500px;
}
#theImages img {
	border: 0px;
	filter: alpha(opacity=20);
	opacity: 0.2;
	margin: 4px;
	padding-top: 2px;
}
/* Copyright */
