<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="Cache-Control" content="no-cache">
    <title>Oups, le site est en maintenance</title>
    <style type="text/css">
        <!--
        @charset "utf-8";

        body {
            font-family: Arial, Georgia, "Times New Roman", Times, serif;
            font-size: 0.7em;
            margin-top: 100px;
            padding: O;
            background-color: #2A2623;
        }

        #contenu {
            width: 60%;
            margin: auto;
            padding: 40px;
            background-color: #FFFFFF;
            text-align: center;
        }

        h1 {
            color: #0F7FC8;
        }

        a {
            color: #138ACE;
        }

        .ciao {
            color: #CC008B;
            text-transform: uppercase;
            font-size: 1.8em;
        }

        .message {
            color: #000;
            font-size: 1.4em;
        }

        .retenter {
            font-size: 1.1em;
        }

        -->
    </style>
</head>
<body>
<div id="contenu">
    <h1>Site en cours de maintenance technique</h1>
    <p class="message">Nous mettons à jour votre site avec un nouveau lot d'améliorations.</p>
    <p class="message">Le site sera de retour rapidement.</p>
    <p class="ciao">L'équipe Bayard Service</p>
</div>

</body>
</html>