.tableau {
    display: table;
    width: 100%;
}

.tableauenligne {
    display: inline-table;
    width: 100%;
}

.ligne-tableau {
    display: table-row;
    width: 100%;
}

.cellule-tableau {
    display: table-cell;
    vertical-align: top;
}
