.resultats-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 0.9em;
    font-weight: bold;
}

.resultats-entete {
    height: 28px !important;   
    background-color: #094cb8;
    font-weight: bold;
    padding: 1px 1px 1px 15px;
    font-size: 1em;
    color: white;
    margin: 1px;
}

.resultats-header-row {
    font-weight: bold;
    background-color: #cce4ff;
    margin:0px;
}

.resultats-ligne:nth-child(even) {
    background-color: #f2f6ff !important;
}

.resultats-ligne:nth-child(odd) {
    background-color: #ffffff;
}

.resultats-ligne td, .resultats-header-row td {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
}

.resultats-table td,
.resultats-table th {
    border: none;
    padding: 2px 6px;
    line-height: 1.1;
    font-size: 0.95em;
    margin:0px;
}

.resultats-groupe-separation {
    border-top: 2px solid #000;
    margin: 5px 0;
}

.resultats-cell {
    padding: 0px !important;
    margin: 1px !important;
    font-size: 1em  !important;
}
.centre {
    text-align: center;
}
.gris-clair {
    color: #ccc;
    font-weight: normal;
}
.resultats-sous-entete td {
    background-color: #e1e9fc;
    text-align: left;
    font-weight: bold;
    padding-left: 20px !important;
}
 