body {
    background: url(images/fond.png);
    background-repeat: repeat-y;
    background-position: center top;
    font-family: Verdana;
    color: #393939;
    font-size: 13px
}
.legende {
    text-align: center;
    color: grey;
    font-style: italic;
}
article {
    width: 280px;
    padding-left: 10px;
}
main {
    width: 920px;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
}
aside {
    width: 600px;
    padding: 10px;
}
h1 {
    background-color: #E3532D;
    color: #FFFFFF;
    font-size: 24px;
}
.texte1 {
    padding: 5px;
    border: 1px solid #E3532D;
    text-align: justify;
}
.texte2 {
    text-decoration: underline;
    font-weight: bold;
}

.orange2 {
    text-decoration: underline;
    color: #E3532D;
}