ul.ul_liens{
  list-style-type: none!important;
  margin:0!important;
  list-style-image: none!important;
}

#ul_ecoLiensGauche, #ul_ecoLiensDroite{
  float:left;
  width:300px;
  padding:0 20px;
}

ul.ul_liens li{
  margin-bottom:15px;
}

div.div_imgLien{
  float:left;
  margin-right:10px;
  width:100px;
  height:120px;
  text-align: center;
}
  div.div_imgLien img{
    max-width:100px;
    max-height:120px;
    -width: expression(this.width > 100 ? 100: true);
    -height: expression(this.width > 120 ? 120: true);
  }
  
h2.h2_titreLien{
  color:#7fa312;
}
h3.h3_titreLien{
  font-weight:normal;
}
div.div_descLien{
  float:left;
  width:190px;
}