
/*****************************/
        /* TABLEAUX */
/*****************************/




table {
        width:                          100%;
        background-color:               #fff;
        border-top:                     2px solid #ebf3f9;
        border-bottom:                  2px solid #f0f6fb;
        border-collapse:                collapse;
        font-size:                      12px;
        color:                          #000;
}

thead tr.odd{
        background-color:               #fff;
        color:                          #448fc7;    
}



tr.odd {
        background-color:              #ecf4f9;
}



tr th, tr td {
        vertical-align:                 middle;
        text-align:                     left;
        border-left:                    2px solid #f0f6fb;
        padding:                        7px 3px;
}

tr td {

        font-weight:                    bold;
}

th:first-child, td:first-child {
        border-left:                    0;
}


.curseur_bas, .curseur_haut{   
        display:                        inline-block;
        margin-left:                    7px;
        vertical-align:                 middle      
}


.curseur_bas{   
        margin-left:                    14px;   
}
