/* CSS Document */
table td.gauche img {
    border : 1px solid #eeae13;
    padding: 0!important;
}

table td.gauche {
    width:25%!important;
}
table td.droite {
    width:75%!important;
}

table td.droite table,table td.droite table tr,table td.droite table td {
    border: 1px solid #FFCC00!important;
    padding-left: 2px!important;
    padding-right: 2px!important;
}

table td.droite table td p {
    padding: 0px!important; 
    margin: 0px!important;
    color:#FFFFFF!important;
}

table td.droite table td strong {
    color:#000000!important;
}

