/* Général */
body {
  background-color: #000000;
  width : 1024px;
}
/* Entête */
div#titre {
  top:2px;
  left:10px;
	width:980px;
  z-index:2;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	font-style : normal;
	padding-bottom: 10px;
	color : #cccccc;
	letter-spacing:2px;
}

/* Titre de l'image */
div#titre_photo {
  border:0px;
  width:770px;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 18px;
  color : #cccccc;
  background-color:#000000;
  text-align:right;
  padding-bottom:5px;
  border-bottom:1px solid #454545;
}

/* Légende de l'image */
div#legende {
  padding-top:5px;
  left:0px;
  height:50px;
  width:640px;
  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 {
	width: 800px;
  position:absolute;
  left:10px;
  top:130px;
}

/* Image affichée */
#previewPane {
  position:relative;
  top:0px;
	/*border: 1px solid #ffffff;*/
	margin-right: 10px;
	text-align: center;
	width: 640px;
  height:480px;
	float:left;
	z-index:2;
}

/* Sélecteur d'images */
#galleryContainer {
  position:relative;
  top:0px;
  left:5px;
  height: 480px;
	width: 128px;
	/*border: 1px solid #464646;*/
	padding: 1px;
  background-color : #000000;
  text-align:center;
	float:left;
	z-index:2;
}
#galleryContainer #arrow_down {
  background-image:url(./images/fd_bt.jpg);
	height: 30px;
}
#galleryContainer #arrow_up {
  background-image:url(./images/fd_bt.jpg);
	height: 30px;
}
#theImages {
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	height: 420px;
}
#theImages div {
	position: relative;
	left:0px;
	height: 1500px;
}
#theImages img {
	border: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/* Copyright */
div#copy {
	position:relative;
  width:770px;
  font-family: Trebuchet MS;
  font-weight: normal;
  font-size: 10px;
  color : silver;
  background-color:#000000;
  text-align:right;
  padding-top:5px;
}

.copyright {
  height:10px;
  width:600px;
  font-family: Verdana;
  font-weight: normal;
  font-size: 9px;
  color : #666666;
  background-color:#000000;
  text-align:left;
}

