    .BonPlan
    {
        width:200px;
        height:112px;
        background: url(../Images/BonPlan.png) no-repeat;
        float: left;
        position: relative;
        overflow: hidden;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .BonPlanTitre
    {
        color:#1443A3;
        font-size: 20px;
        position: relative;
        top:15px;
        left:27px;
        display: block;
        width:160px;
        text-align: center;
    }

    .BonPlanDesc
    {
        font-size: 10px;
        position: relative;
        top:20px;
        left:26px;
        display: block;
        width:160px;
        height:50px;
        overflow: hidden;
    }
