/** 
 * Slideshow style rules.
 */
 
#slideshow {
	/*margin:0 auto;*/
	width:735px;
	height:110px;
	padding-top:5px;
	background: url(img/maquette-slider.jpg) no-repeat 0 0;
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	/*position:relative;*/
}

/* ------------------contenu interieur du slider--------------------- */
#slideshow #slidesContainer {  
  /*margin:auto;*/
  margin-left:40px;
  /*padding-top: 14px;*/
  width:650px;
  height:100px;
  /*background-color:#CFCFCF;*/
  /*border: solid 3px #CCCCCC;*/
  overflow:auto; /* allow scrollbar */
  /*position:relative;*/
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:110px;
  /*background:#ffffff;*/
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:16px;
  height:16px;
  text-indent:-10000px;
  background-color:#ffffff;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:45px;
  left:3;
  background:transparent url(img/scroll_left.png) no-repeat 0 0;
}
#rightControl {
  top:45px;
  right:10px;
  background:transparent url(img/scroll_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide  * {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#CCCCCC;
}
.slide a {
  color: #ffffff;
  font-weight:bold;
  text-decoration:none;
}
.slide a:hover {
  text-decoration:underline;
}
.slide a img {border:2px solid #ccc;}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin: 10px;
  
}
.slide h2 {
  font:italic 20px Arial, Georgia, "Times New Roman", Times, serif;
  color:#CCCCCC;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin-top:0px;
  /*margin:0 0px;*/
}
.slideLeft {
  width:420px;
  /*background-color:#FF0000;*/
  float:left;
  margin-top:0px;
  /*margin:0 0px;*/
}
.slideRight {
  float:right;
  margin-top:10px;
  /*margin:0 0px;*/
}