 /** 
 * Slideshow style rules.
 */


.DivSlider {
	/* background-image:url(https://www.ase-kayak.fr/css/skins/2/FdSlide.jpg); */
	background-position:center;
	behavior: url(https://www.gaz-distribution.fr/css/skins/PIE.htc);
	vertical-align:middle;
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 3px;
}

#slideshow {

	width:605px;
	height:260px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {

  width:605px;
  height:260px;
  overflow:hidden; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {

  width:585px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:260px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:55px;
	height:260px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index:1000;
}

#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;
}

#leftControl {
  top:80px;
  left:0;
  background:transparent url(https://www.ase-kayak.fr/css/skins/2/FlecheSlideLeft.png) no-repeat 0px 77px;
}

#rightControl {
  top:80px;
  right:10px;
  background:transparent url(https://www.ase-kayak.fr/css/skins/2/FlecheSlideRight.png) no-repeat 0px 77px ;  
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, Times New Roman, Times, serif;
  color:#efefef;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}