#ul_promosGauche{
  float:left;
  width:310px;
}

#ul_promosDroite{
  float:right;
  width:310px;
}

  li.li_promo{
    background-color: #008fdc;
    padding:5px;
    display:block;
    float:left;
    width:310px;
    clear:left;
    color:#ffffff;
    margin-bottom:10px;
  }
  #ul_promosDroite li.li_promo{
    background-color: #749511;
  }
  
  span.sp_titrePromo{
    display:block;
    line-height:20px;
    border-bottom: 2px #ffffff solid;
    margin-bottom:5px;
    font-size:13px;
  }
  
  div.div_imgPromo{
    float:left;
    margin-right:5px;
    width:130px;
    height:80px;
    overflow:hidden;
    margin-bottom:2px;
  }
    div.div_imgPromo img{
      width:130px;
    }
  
  a.a_promo{
    margin-left:3px;
    font-weight:bold;
    text-decoration: underline;
    color:#ffffff;
  }
    a.a_promo:hover{
      text-decoration: none;
    }