body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

h2, h3, h4 {
    color: #333;
    margin: 1em 0 0.5em;
}

header {
    background: #030303;
    color: white;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header h2.title {
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: #f7f7f7;
}

nav {
    margin-top: 10px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: underline;
}

nav ul li a:hover {
    color: #ffd700;
    text-decoration: underline;
}

section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.extrait {
    font-weight: bold;
    font-size: 1.5em;
}

.titre {
    font-size: 1.3em;
    margin-top: 0.5em;
}

.article {
    margin-top: 1em;
}

.michelbarnier {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    background: #f1f1f1;
    text-align: center;
    padding: 1em 0;
    margin-top: 20px;
}

footer h3 {
    margin-bottom: 0.5em;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin: 0.5em 0;
}

footer p {
    margin: 0.5em 0;
}
