table#tableauPrincipal {
    margin-left: auto;
    margin-right: auto;
}

table#tableauPrincipal td {
    padding: 0px;
    text-align: center;
    vertical-align: top; 
}

/* Vivez l'aventure des mines */

table#tableauVivezAventureMines {
    margin-left: auto;
    margin-right: auto;
}

table#tableauVivezAventureMines td {
    text-align: left;
}

table#tableauVivezAventureMines div {
    font-size: 2.5em;
    font-weight: bold;
}

span#vivez {
    color: #d3d3d3;
}

span#aventure {
    color: gray;
}

span#mines {
    color: #3c7e71;
}

/* Texte présentation */

p.texte {
    margin: 20px;
    text-align: justify;
    text-indent: 50px;
}