/* TITRES ET RUBRIQUES DE NIVEAU */

.niveau1_rubrique {
    width: 800px;
    padding-left: 20px;
}

.niveau2_rubrique {
    width: 780px;
    padding-left: 40px;
}

.niveau3_rubrique {
    width: 760px;
    padding-left: 60px;
}

.niveau4_rubrique {
    width: 740px;
    padding-left: 80px;
}

.niveau5_rubrique {
    width: 720px;
    padding-left: 100px;
}

/* TITRES DÉCALÉS */

.titre1 {
    padding-left: 20px;
}

.titre2 {
    padding-left: 40px;
}

/* COLONNES DES NUMÉROS DE PAGE */

.niveau_page {
    width: 40px;
    text-align: left;
}

.niveau_numero_page {
    width: 40px;
    text-align: right;
}

/* ALIGNEMENT TR (selon les fichiers CLP) */

.tr_niveau1_page {
    width: 80px;
    text-align: right;
}

.tr_niveau2_page {
    width: 80px;
    text-align: right;
}

/* TABLEAUX D'INDEX */

table {
    border-collapse: collapse;
}

table, th, td {
    border: 0.5px solid grey;
}

caption, th, td {
    padding: 15px;
}

/* Alternance des lignes */
tr:nth-child(even) {
    background-color: #c5c2c2;
}

/* Colonnes de structure */

.niveau1_titre {
    width: 840px;
    padding-left: 30px;
}

.niveau3_titre {
    width: 825px;
    padding-left: 45px;
}

.niveau_page {
    text-align: left;
}

.niveau_numero_page {
    text-align: right;
}