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

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

h1 {
    background-color: black;
    color: white;
}

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