#content table.priceList {
    width:90%;
    font-size:12px;
    border:0px;
    margin-left: 62px;
    table-layout: fixed;
}
#content table.priceList th {
    font-size:12px;
    font-weight:bold;
    height:25px;
    border:0px;
}
#content table.priceList tr {
    font-size:11px;
    line-height: 14px;
}

/*Style couleur pour avoir une ligne bleu */
#content table.priceList .border_right_bleu {
    border-right:1px solid #d2dffc;
}

#content table.priceList .td-border-padding{
    padding-left:15px;
}
