table#tableauVivezAventureMines {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

table#tableauVivezAventureMines td {
    text-align: left;
}

table#tableauVivezAventureMines div {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

span#vivez {
    color: #d3d3d3;
}

span#aventure {
    color: gray;
}

span#mines {
    color: #3c7e71;
}

table#saintLouis {
    margin-left: auto;
    margin-right: auto;
}

table#saintLouis td {
    padding: 0px;
    vertical-align: middle; 
}

table#gabeGottes {
    margin-left: auto;
    margin-right: auto;
}

table#gabeGottes td {
    padding: 0px; 
    vertical-align: middle;
}

table.aventure {
    margin-left: auto;
    margin-right: auto;
}

table.aventure td {
    padding: 0px; 
    text-align: left;
}

ul.liste {
    list-style: disc outside none;
    margin-left: 20px;
}

ul.liste li {
    margin: 10px;
    text-align: justify;
}

/* Texte présentation */

h1.titre {
    font-weight: bold;
    font-size: 2em;
    color: #3c7e71;
    margin-bottom: 25px;
    text-align: center;
}

h2.sousTitre {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.1em;
    color: #3c7e71;
    margin-bottom: 25px;
}

p.texte {
    margin: 20px;
    text-align: justify;
    text-indent: 50px;
}

p.texteEtroit {
    margin: 0px;
    text-align: justify;
    text-indent: 20px;
}

p.dureeVisite {
    margin: 20px;
    font-weight: bold;
}

p.reserver {
    text-align: center;
    font-size: 1.2em;
    color: #3c7e71;  
}

/* Réservation */

p.texteReservation {
    text-align: center;
}

p.texteErreur {
    text-align: center;
    color: red;
    font-weight: bold;
}

p.texteOK {
    text-align: center;
    color: #3c7e71;
    font-weight: bold;
}

table#formulaireReservation {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

table#formulaireReservation td {
    padding: 3px;
    vertical-align: middle; 
}

td.gauche {
    text-align: right;
    width: 40%;
    font-weight: bold;
    color: #3c7e71; 
}

td.droite {
    text-align: left;
    width: 59%
}

table#formulaireReservation input, textarea, select {
    border: 1px solid #3c7e71; 
    padding: 2px 2px; 
    margin-bottom: 0.3em;
}

table#formulaireReservation textarea {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 0.8em;
}

input#envoyer {
    border: 1px solid #3c7e71; 
    padding: 2px 2px; 
    margin-bottom: 0.3em;
    font-weight: bold;
    font-size: 0.9em;
}