#slideshow {
	height:263px;
	background:url(../images/bg/bg-bloc-equipe.jpg) no-repeat 0 0;
	position:relative;
  	/*background:#fff;*/
}
#slideshow #slidesContainer {
  margin:25px auto 0;
  width:545px;
  height:263px;
  overflow:auto;
  position:relative;
  /*background:#fff;*/
}
#slideshow #slidesContainer .slide {
  width:545px;
  height:263px;
}

/* boutons */
.control {
  display:block;
  width:40px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {top:0;left:0;background:url(../images/bt/control_left.gif) no-repeat 0 0;}
#rightControl {top:0;right:0;background:url(../images/bt/control_right.gif) no-repeat 100% 0;}


.slide .blocPhoto {
	width:200px;
	text-align:center;
}
.slide .blocPhoto a{
	display:block;
	padding:25px 0;
}
.slide .blocTexte {
	width:330px;
	padding:25px 15px 0 0;
}
.slide .blocTexte .nomFiche {
	padding:5px 0 15px 0;
}
