
/******* Pour le diaporama ***********/
#s3slider-1416404407 {
   width: 360px; /* important to be same as image width */
   height: 270px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider-1416404407Content {
   width: 360px; /* important to be same as image width or wider */
   position: absolute; /* important */
	 margin:0;
	 padding:0;
   top: 0; /* important */
   margin-left: 0; /* important */
	 list-style:none;
}

.s3slider-1416404407Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3slider-1416404407Image span {
   position: absolute; /* important */
   left: 0;
   font-size:14px; 
   padding: 10px 13px;
   width: 100%;
	 background:url(../../../img/fond-legende.png) repeat;
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.top {left: 0;top: 0;}
.bottom {bottom: 0;left: 0;padding: 10px 13px 15px !important;}
.clear {clear: both;} 
/*************************************/
