<!DOCTYPE>
<html>
        <head>
                <meta charset="utf-8" />
                <title>Site en maintenance - Site maintenance</title>
                <style>
                        body{margin:0;padding:0 20%;height:100%;color:#333;font-family:Verdana, Geneva, sans-serif;}
                        h1{margin:20px 0;font-size:2.2em;font-weight:normal;}
                        p{margin:20px 0;font-size:1.4em;}
                        .table{display:table;height:100%;width:100%;}
                        .row{display:table-row;}
                        .cell{display:table-cell;vertical-align:middle;}
                        hr{display:block;height:1px;padding:0;margin:2em 0;border:none;border-top:1px solid #999;}
                        @media screen and (max-width:980px) {
                                body{padding:0 10%;}
                                h1{font-size:1.6em;}
                                p{font-size:1.2em;}
                        }
                </style>
        </head>
        <body>
                <div class="table">
                        <div class="row">
                                <div class="cell">
                                        <h1>Site en maintenance.</h1>
                                        <p>Nous effectuons en ce moment une maintenance de l'infrastructure qui h&eacute;berge ce site.
                                        <br />Cette maintenance est pr&eacute;vue <strong>jusque 5h GMT</strong>.</p>
                                        <p>Nous vous remercions de votre compr&eacute;hension.</p>
                                        <hr />
                                        <h1>Site maintenance.</h1>
                                        <p>We are currently carrying essential maintenance on our hosting infrastructure.
                                        <br />The service should be back online <strong>before 05:00 GMT</strong>. </p>
                                        <p>We are sorry for any inconvenience, thank you for your understanding.</p>
                                </div>
                        </div>
                </div>
        </body>
</html>

