body {
    margin: 0;
    font-family: "Lucida Grande", sans-serif;
}

header {
    background-color: #c94c4c;
    color: #eee;
    padding: 15px 5px;
    width: 100%;

}

header nav, header h1 {
    display: inline-block;
    font-family: "Lucida Console", monospace;
}

header h1 {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 1.2em;
}

nav {
    height: 100%;
    float: right;
}

#buttonMenu {
    display: none;
    margin-right: 10px;
    width: 200%;
    height: 200%;
}

#menu {
    display: initial;
}

nav a {
    color: #eee;
    text-align: left;
    text-decoration: none;
    padding: 18px;
    height: 100%;
    width: 100%;
}

nav a:hover {
    background-color: #ddd;
    color: black;
}

section img {
    border-radius: 50%;
    width: 120px;
}

article {
    padding: 14px 14px;
    height: 100%;
}

footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.description, .illustration {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

/* Code pour le style demandé dans reponses.html */

main {
    padding: 10px;
}

.titre {
    padding-bottom: 10px;
}

h1, h2 {
    text-transform: uppercase;
}

h3 {
    margin: 0
}

main h1 {
    text-align: center;
}

.noms {
    text-align: center;
}

section h2 {
    border-bottom: dashed 1px grey;
    text-align: left;
    width: 100%;
}

/* ---------------------------------------------- */
