/*** Slider bannière ***/


#s3slider {
   width: 635px; /* important to be same as image width */
   height: 234px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 636px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   list-style-type: none;
   padding:0 0 0 0;
   margin:0 0 0 0;
}
.arthur_image {
   width: 347px; /* important to be same as image width */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:right;
}

.bas_arthur {
   background:url(../images/bg_bas_arthur.jpg);
   background-repeat:repeat-x;
   width: 347px; /* important to be same as image width */
   height: 234px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:right;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 12px Verdana;
   color:#372f2d;
   width: 374px;
   background-color: #fff;
   filter: alpha(opacity=85); /* here you can set the opacity of box with text */
   -moz-opacity: 0.85; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.85; /* here you can set the opacity of box with text */
   opacity: 0.85; /* here you can set the opacity of box with text */
   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
   */
}

.s3sliderImage span a{
   color:#372f2d;
}

.clear {
   clear: both;
}

.banniere_right {
	top: 0;
    left: 0;
	width: 268px !important;
	height: 214px;
	padding: 20px 0 0 20px;

}
