/** 
 * Slideshow style rules.
 */
#slideshow {
	width:556px;
	height:340px;
	float:left;
	text-align:center;
	margin:0 auto;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:556px;
  height:340px;
  float:left;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:556px;
  height:340px;
  float:left;
  text-align:left;
}

#slideshow #slidesContainer .slide h1 {
  font-size: 17px;
  font-family:"Trebuchet MS";
  color:#000;
  letter-spacing:-1px;
  padding:0px;
  margin:0px;
  margin-bottom:10px;
  float:left;
  font-weight:normal;
  width:100%;
}

#slideshow #slidesContainer .slide .number {
	float:right;
	padding:3px;
	text-align:center;
	background:#ccc;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:inline !important;
  width:39px;
  height:260px;
  text-indent:-10000px;
  cursor: pointer;
  float:left;
  margin-top:40px;
}
#navDiapo{
	display:inline;
	width:460px;
	height:20px;
	right:25px;
	bottom:10px;
	cursor:pointer;
	float:right;

}
#leftControl {
  background:transparent url(../../img/precedent.png) no-repeat 0 0;
  float:left;
  display:none !important;
}
#rightControl {
  background:transparent url(../../img/suivant.png) no-repeat 0 0;
  float:left;
  display:none !important;
}

.slide p {
  margin:0px;
  color:#626262;
  font-size:12px;
  font-family:"Trebuchet MS";
  padding:5px;
  padding-left:0px;
  line-height:13px;
  float:left;
}

.slide p a {color:#000; text-decoration:underline; font-weight:bold;}
.slide p a:hover {color:#000; text-decoration:none; font-weight:bold;}

.slide img {
  margin:0;
}
