body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
	background-color: black; /* Fond noir pour toute la page */
	color: white
}

header {
    background-color: black;
    text-align: center;
}

header img {
    max-width: 100%;
    height: auto;
}

main {
    background-color: black;
    text-align: center;
}

.slider {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
}
