body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; margin: 0; padding: 0; text-align: center; } /* En-tête */ h1 { background-color: #0073e6; color: white; padding: 20px; margin: 0; font-size: 28px; text-transform: uppercase; } h2 { color: #0073e6; margin-top: 20px; } /* Paragraphes */ p { max-width: 800px; margin: 10px auto; line-height: 1.6; padding: 10px; background: white; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } /* Images */ img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } 

