body {
    margin: 0;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

/* Logo */
header {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

/* Taille réduite du logo */
header img {
    width: 250px;   /* Ajuste cette valeur si tu veux plus petit / plus grand */
    height: auto;
}

/* Contenu */
main {
    padding: 20px;
    color: #333;
	text-align: center;
}




