
/*****************************************/
/*s3slider*/
/*****************************************/
#s3slider
{
    width:738px; /* important to be same as image width */
    position:relative; /* important */
    overflow:hidden; /* important */
    height:354px;
}
#s3sliderContent
{
    width:738px; /* important to be same as image width or wider */
    position:absolute;
    top:0;
    margin-left:0;
}
.s3sliderImage
{
    float:left;
    position:relative;
    display:none;
}
.s3sliderImage span
{
    position:absolute;
    padding:15px 10px 20px 40px;
    width:688px;
    /*background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity:0.7;
    opacity:0.7;*/
    background:url(../img/filtre.png) no-repeat top left;
    color:#fff;
    display:none;
    bottom:0;
}
#s3slider .clear
{
    clear:both;
}
.s3sliderImage span strong
{
    font-size:14px;
    font-weight:bold;
}
#s3slider .top
{
    top:0;
    left:0;
}
#s3slider .bottom
{
    bottom:0;
    left:0;
}
#s3slider .left
{
    top:0;
    left:0;
    width:110px !important;
    height:330px;
}
#s3slider .right
{
    right:0;
    bottom:0;
    width:90px !important;
    height:300px;
}
#s3slider UL,#s3slider LI
{
    margin:0;
    padding:0;
    list-style:none;
}
/*****************************************/
/*FIN s3slider*/
/*****************************************/




