﻿<!doctype html>
<html lang="fr-FR">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
	</head>
	<body>
		<title>Site Maintenance</title>
		<style>
		  body { text-align: center; padding: 5%; }
		  h1 { font-size: 35px; color:#2b8fb2; text-align:center;}
		  body { font: 20px Helvetica, sans-serif; color: #333; text-align:justify;}
		  article { display: block; text-align: justify; margin: 0 auto; max-width: 90%; width:750px }
		  a { color: #dc8100; text-decoration: none; }
		  a:hover { color: #333; text-decoration: none; }
		</style>

		<article>
			<h1>Le site est en cours de mise à jour</h1>
			<div>
				<p><strong>Le site se refait une beauté</strong>. Nous vous invitons à repasser d'ici 1 heure, pour trouver votre contenu et voir le nouveau design du site!</p>
				<p><strong>&mdash; L'équipe du site</strong></p>
			</div>
		</article>
	</body>
</html>