/*
 *      Forme tableau d'informations 
 */

#information {
    width: 95%;
    margin: auto;
}

#information td {
    width: 50%;
    text-align: left;
}

#information td:last-child {
    text-align: right;
    padding-right: 10%;
}

#information ul {
    list-style: none;
    list-style-position: inherit;
}

/*
 *      Détail du footer
 */

footer {
    clear: both;
}

footer p {
    text-align: right;
    margin: auto 20%;
}