body {
    background-color: #ffffff;
    margin: 0;
    /*supprimer les 10 px du haut */
    font-family: 'Abel', sans-serif;
}

header {
/*    background-color: #ffff00;*/
    width: 600px;
/*    height: 190px;*/
}

header img {
    margin-top: 25px;
    margin-left: 40px;
}


.global {
    width: 600px;
    /*    background-color: #965252;*/
    margin-left: 40px;
}


footer a.adresse {
    color: #000000;
    /*    font-size: 16px;*/
    text-decoration: none;
}

footer a.adresse:hover {
    /* couleur survol */
    background-color: #ffff00;
    color: #403f33;
}


footer {
    color: #c1c1c1;
    position: absolute;
    bottom: 0;
}
