.couleur-navigation {
    background-color: rgba(255,171,51,0.65);
}

.couleur-fond {
    background-color: rgba(255,171,51,0.20);
}

.couleur-fond-bis {
    background-color: rgba(255,171,51,0.10);
}

.row-entree > td {
    /*background-color: #e8f5e9 !important;*/
}

.row-sortie > td {
    /*background-color: #fff3cd !important;*/
    background-color: #f3e6a3 !important;
    font-weight: bold;
}

.row-total > td {
    background-color: #cbf3cf !important;
    /*background-color: #e8f5e9 !important;*/
}