.custom_preview_image {
    width : 100px;
    height : 100px;
}

#tab_ajout_lot thead td {
    background-color : #000;
    color : #FFF;
    text-align : center;
    text-transform : uppercase;
}

#tab_ajout_lot td {
    width : 150px;
    text-align : center;
}

#tab_ajout_lot td span {
    float : left;
    display : block;
    width : 45px;
}

.no-back {
    background : none!important;
    width : 200px;
}

#ligne_ajout {
    margin-top : 30px;
}

.up_lot, .ajout_lot, .valide_modif, .suppr_def {
    background-color : #CCC;
    color : #FFF;
    font-size : 10px;
    padding :2px 5px;
}

.sup_lot, .annule_modif{
    background-color : #CCC;
    color : #FFF;
    font-size : 10px;
    padding :2px 5px;
    margin-left : 5px;
}