#slider {
    width: 982px; /* important to be same as image width */
    height: 184px; /* important to be same as image height */
    position: relative; /* important */
  overflow: hidden; /* important */
     /*background-color : #D7E4DA; /* si couleur*/
   /*background: url(../images_site/Image/bandeau/bandeau1.jpg);  /* */
}


#sliderContent {
    width: 982px; /* important to be same as image width or wider */
   /*position: absolute; /* important */
   /*top: 0; /* important */
   /*margin-left: 0; /* important */
   margin : 0px;   /* modif FNR pour compatibilité IE Firefox */
   padding : 0px;  /* modif FNR pour compatibilité IE Firefox */
}
.sliderImage {
    float: left;
    position: relative;
  display: none;
}
.sliderImage span {
    position: absolute;
  font: 12px/16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;  /* 600px */
    /*background-color: #E8F0EA; /*  #000 #9BA7C1 #DCE0E9 *#E8F0EA */
    background-image: url(../images_res/template/fond_slogan_4.gif); /**/
    background-repeat: no-repeat;
    filter: alpha(opacity=80); /* 0 => 100% transparent */
    -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #681D2F;
    display: none;
}

.clear {
  clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
  top: 0px;
  left: 230px; /* 230px*/
  position : absolute;
  width: 550px !important;   /* 550px */
  height: 30px;
  overflow : hidden;
}
.bottom {
  BOTTOM: 0px;
  left: 160px;
  position : absolute;
  width: 550px !important;
  height: 30px;
  overflow : hidden;
}
.left {
  top: 0;
  left: 0;
  position : absolute;
  width: 160px !important;
  height: 96px;
  overflow : hidden;
}
.right {
  top: 0;
  right: 0;
  position : absolute;
  width: 160px !important;
  height: 96px;
  overflow : hidden;;
}
#slider ul { list-style-type: none;}

