/* Style global */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: grey;
    color: black;
}

/* Titres */
h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center;
    color: black;
}

h2 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    color: black;
}

h3 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #CE1126;
}

/* Paragraphes */
p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Listes */
ul {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}

li {
    margin-bottom: 8px;
}

/* Séparateur */
hr {
    border: none;
    height: 2px;
    background-color: black;
    margin: 40px 0;
}

a {
    color :#002B7F
}

