ul.ul_partenaires{
  list-style-type: none!important;
  margin:0!important;
  list-style-image: none!important;
  padding-left:0!important;
}


ul.ul_partenaires li{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px #404040 dotted;
}

div.div_imgPartenaire{
  float:left;
  margin-right:20px;
  width:220px;
  text-align: center;
}
  div.div_imgLien img{
    max-width:220px;
    max-height:150px;
    -width: expression(this.width > 220 ? 220: true);
    -height: expression(this.width > 150 ? 150: true);
  }
  
h2.h2_titreLien{
  color:#7fa312;
}

div.div_descPartenaire{
  float:left;
  width:440px;
}
