@charset "utf-8";
/* CSS Document */

/** 
 * Slideshow style rules.
 */
#slideshow {
	width:640px;
	height:373px;
	position:relative;
	background-image: url(../images/fondSlide.png);
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:520px;
  height:373px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:373px;
}
#slideshow #slidesContainer .slide img{
	margin-top: 20px;
	margin-left: 45px;
	border: 3px solid #999999;
}
#slideshow #slidesContainer .slide .logos{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

}
#leftControl {
	top:120px;
	left:10px;
	background-color: transparent;
	background-image: url(../images/flecheG.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
  top:120px;
  right:10px;
	background-color: transparent;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

