#nosvaleurs_contenu {

  width:100%;
  float:left;
  height:auto;
  min-height:500px;

}

        #titre_nosvaleurs {
          width:100%;
          height:40px;
          float:left;
          position:relative;
          left:12px;
          top:10px;
          font-size:20px;
          }
        
        
        #nosvaleurs_contenu_gauche {

          width:48%;
          height:96%;
          float:left;
          position:relative;
          left:1%;
          margin-top:0px;

        }

        #nosvaleurs_contenu_droite {

          width:49%;
          height:auto;
          min-height:96%;
          float:right;
          position:relative;
          right:0%;
          margin-top:10px;

        }
        
        
        #bloc_nosvaleurs {
          width:98%;
          height:200px;
          height:auto;
          min-height:200px;
          float:left;
          position:relative;
          left:1%;
          margin-top:35px;
         }
         
         #titre_bloc_nosvaleurs {
          width:100%;
          height:20px;
          height:auto;
          min-height:20px;
          float:left;
          position:relative;
         }
         
         #texte_bloc_nosvaleurs {
          width:100%;
          height:175px;
          height:auto;
          min-height:175px;
          float:left;
          margin-top:15px;
          position:relative;
          font-size:12px;
          color:gray;
          left:-15px;
         }
         
         
         
         
         
         
         
         
         
         
         
#sliders {
    width: 410px; /* important to be same as image width */
    height: 510px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliders1 {
    width: 410px; /* important to be same as image width */
    height: 510px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slidersContent, #sliders1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slidersImage, .sliders1Image {
    float: left;
    position: relative;
	display: none;
}
.slidersImage span {
    position: absolute;
	font: 13px/18px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
    /*padding-left: 10px;*/
    /*width: 375px;*/
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliders1Image span {
    position: absolute;
    font: 13px/18px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
    /*padding-left: 10px;*/
    /*width: 375px;*/
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slidersImage span strong, .sliders1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
    bottom: 2px;
    left: 0;
    width:375px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#sliders ul { list-style-type: none;}