td{
    padding-right: 50px;

}
.form_table_head{
    background: #b9c9fe ;
}
#table_form{
    background: #e8edff ;
    border-bottom: 1px solid #fff;
}
#tableau {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
#tableau th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe ;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #039;
}
#tableau td {
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid #fff;
    background: #e8edff;
}
#tableau tbody tr:hover td {
    background: #d0dafd ;
    color: #339;
}
#tableau a:hover {
    text-decoration:underline;
}
.divConteneur{
    max-height:550px;


    overflow-y:scroll;
}
.tab_result_count{
    background: #b9c9fe !important;
}
/*******************/
