body {
    font-family: Arial;
    font-size: 12px;
    background: url(images/fond.jpg);
}

h1 {
    color: white;
    background: black;
}

h2 {
    color: red;
    text-decoration: underline;
}

p {
    line-height: 25px;
    text-align: justify;
}
