h1.titre {
    font-weight: bold;
    font-size: 2em;
    color: #3c7e71;
    margin-bottom: 25px;
    text-align: center;
}

h2.sousTitre {
    font-weight: bold;
    font-size: 1.1em;
    color: #3c7e71;
    text-align: left;
    margin-top: 25px;
}

div.contenu {
    text-align: left;
    margin-left: 40px;
}

div.item {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.item a {
    color: #000000;
    font-weight: normal;
}