/** 
 * Slideshow style rules.
 */
#slideshow {
	/*margin:0 auto;*/
	margin:20px 0 0 15px;
	width:539px;
	height:250px;
	/*background:transparent url(../images/img/bg_slideshow.jpg) no-repeat 0 0;*/
	  background-image:url(../images/mise-en-page/fond-slide.jpg);
  background-repeat:repeat-x;
	position:relative;
	border-bottom:1px solid #5e5f5e;
	border-top:0 solid #000;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:492px;
  height:250px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
  background-image:url(../images/mise-en-page/fond-slide.jpg);
  background-repeat:repeat-x;

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:492px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:250px;
    background-image:url(../images/mise-en-page/fond-slide.jpg);
  background-repeat:repeat-x;
}

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

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/img/control_left.jpg) no-repeat 0 0;

}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/img/control_right.jpg) no-repeat 0 0;
}


.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#fff;
  letter-spacing:-1px;

}
.slide img {
  float:right;
  margin:0 60px 0 10px;
  border:1px solid #000;
}




