.Main table {
    /* Largeur du tableau des cellules*/
    width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-spacing: 5px 5px;
}
tbody tr .TB30-70 {
    /* positionnement ds tableau 30% / 70% */
    width: 30%;
    display: table-cell;
    margin-left: auto;
    margin-right: auto;
}

/* Lageur de la cellule 2 class=col2*/
tbody tr .TB50-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.Main table, tbody, tr, td{
/* cible toute la table (inclus table, tbody,tr,td */
/* definit la bordure de chaque élément */
    border: thin solid #000000;
}
