/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:297px;
	height:213px;
	background:transparent url(images/slider_accueil/bg_slideshow.png) no-repeat 0 0;
	position:relative;
	padding: 5px 0px 5px 0px;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:294px;
	height:213px;
	overflow:auto; /* affiche une scrollbar au cas ou */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:277px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
	height:193px;
}
#slideshow h4 {
	font-size: 1.1em;
	color: #ffffff;
	font-weight:bold;
	padding: 0px 15px 0px 15px;
}
#slideshow h5 {
	font-size: 1em;
	color: #B0C700;
	font-weight:bold;
	padding: 0px 15px 0px 15px;
}
#slideshow h5 a{
	font-size: 1em;
	color: #B0C700;
	font-weight:bold;
	text-decoration: none;
}
#slideshow h5 a:hover {
	font-size: 1em;
	color: #B0C700;
	font-weight:bold;
	text-decoration: none;
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:21px;
	height:213px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#navDiapo {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:22px;
	bottom:10px;
	cursor:pointer;
}
/*#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}
*/