/** 
 * Slideshow style rules.
 */
#slideshow {
	/*margin:0 auto;*/
	margin:20px 0 0 15px;
	width:600px;
	height:250px;
	/*background:transparent url(../images/img/bg_slideshow.jpg) no-repeat 0 0;*/
	  background-image:url(../images/modele/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:500px;
  height:250px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
  background-image:url(../images/modele/fond-slide.jpg);
  background-repeat:repeat-x;

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:250px;
  background-image:url(../images/modele/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/caroussel/control_left.jpg) no-repeat 0 0;

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


.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  	font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color:#fff;
  letter-spacing:-1px;

}

.slide p {
  color:#ffffff;
  text-align:justify;
}
.slide img {
  float:right;
  margin:0 60px 0 10px;
  border:1px solid #000;
}

a {
  color:#ffffff;

}

a:hover {
  color:#ffffff;
  text-decoration:none;

}





