h1.h1_titrePage{
  color:#1f6332;
  font-size:20px;
  font-weight:bold;
  background-image: url(../img/puce-titre-article.gif);
  background-repeat: no-repeat;
  background-position: left center;
  line-height:25px;
  padding-left:30px;
  margin-bottom:10px;
}

#div_vignettes{
  float:left;
  width:716px;
}

  #sp_vignettesPrec, #sp_vignettesSuiv{
    float:left;
    cursor:pointer;
    padding-top:15px;
  }
  
  #div_vignettesContent{
    position:relative;
    float:left;
    width:660px;
    height:85px;
    overflow:hidden;
  }
  
  #ul_vignettes{
    position:absolute;
    width:10000px;
    height:85px;
  }
  
  #ul_vignettes li{
    float:left;
    padding:3px;   
    cursor:pointer;    
  }
    div.div_imgVignette{
      width:40px;
      height:40px;
      border:2px #ffffff solid;
      overflow:hidden;
      margin-top:10px;
    }
    #ul_vignettes li img{
      width:80px;
    }
    
  li.vignette_visu div.div_imgVignette{
    width:60px!important;
    height:60px!important;
    margin-top:0!important;
  }
    li.vignette_visu img{
      width:100px!important;
    }
    
  span.sp_legende{
    position:absolute;
    bottom:0;
    left:0;
    width:660px;
    text-align: center;
    display:none;
  }
    span.legende_visu{
      display:block!important;
    }

#div_grandePhoto{
  width:716px;
  text-align: center;
  padding-top:15px;
  clear:left;
}
 
#div_grandePhoto img{
  max-width:716px;
  -width: expression(this.width > 716 ? 716: true);
}