/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:30px 0px 0px 0px;
	width:600px;
	height:300px;
	background:transparent url(/Icons/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0px auto;
  width:520px;
  height:300px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0px auto;
  width:520px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:300px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/Icons/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/Icons/control_right.jpg) no-repeat 0 0;
}

#pageContainer {
  margin:0;
  width:600px;
}
#pageContainer h1 {
  display:block;
  width:600px;
  height:114px;
  margin:auto;
  background:transparent url(/Icons/bg_pagecontainer_h1.png) no-repeat top left;
  text-indent: -10000px;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ffffcc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 10px;
}

.slide p {
  color: #ffffcc;
}

.slide li {
	margin: 0px 0px 0px 30px;
	color: #ffffcc;
	list-style-type: square;
}

.slide a {
	color: #bd981a;
}
