/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:560px;
	height:160px;
	position:relative;
	padding: 0px;
	text-align: center;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:480px;
	height:160px;
	overflow:auto; /* affiche une scrollbar au cas ou */
	position:relative;
	text-align: center;
	padding: 0px;
}
#slideshow #slidesContainer .slide {
	margin:0;
	width:460px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
	height:160px;
	padding: 0px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:20px;
	height:180px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#navDiapo{
	display:block;
	width:20px;
	height:30px;
	position:absolute;
	right:0px;
	bottom:10px;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/fleche-gauche.gif) no-repeat 0 0;
}
#rightControl {
  top:0px;
  right:0;
  background:transparent url(images/fleche-droite.gif) no-repeat 0 0;
}


.slide img {
	margin: 0px;
	padding: 0px 10px; 
}
#gallery {
	margin: 0px;
	padding: 60px 0px 0px 4px;
}
