body {
    background: url(images/fond.png);
    background-repeat: repeat-x;
    background-position: center top;
    font-family: 'Verdana';
    color: #393939;
    font-size: 13px;
}

header {
    width: 920px;
    height: 135px;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
    background-image: url(images/header.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.conteneur2 {
    width: 920px;
    margin: auto;
    background-color: #000000;
    height: 27px;
    display: flex;
}

a {
    color: #E3532D
}

nav {
    color: white;
    width: 20%;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.central {
    width: 920px;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
}

aside {
    width: 280px;
    padding-left: 10px;
}

article {
    width: 600px;
    padding-left: 10px;
}

h2 {
    color: #E3532D;
    text-decoration: underline;
}

.legende {
    text-align: center;
    color: grey;
    font-style: italic;
}