/* Feuille de style spécifique au palmares */

div.cartouche {
    margin-top: 10px;
    text-align: center;
}

div#formulaire {
    margin-top: 10px;
}

div#remarque {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    text-align: right;
}

table#tableau {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

td.ligneTitre {
    padding-bottom: 20px;
    width: 20%;
}

td.case {
    width: 20%;
    vertical-align: middle;
}
