<!doctype html>
<html>
<head>
    <style>

        *, *::after, *::before {
            box-sizing: border-box;
        }
        body {
            margin:0;
            background:#EFEFEF;
        }
        .main {
            margin: 60px auto;
            width:100%;
            max-width:500px;
            padding:20px;
            border-radius:5px;
            background:white;
            text-align: center;
        }
        .main img {
            max-width: 224px;
            width: 100%;
        }
        .txt {
            font-family: arial,sans-serif;
            font-size:14px;
            color:#333333;
            margin-top: 20px;
            line-height: 1.4;
        }
        .txt b {
            font-size: 24px;
        }
    </style>
</head>
<body>
<div class="main">
    <img class="logo" src="http://themes.radins.net/defaut/img/logo.jpg">
    <div class="txt">
        <b>Maintenance</b>
        <br>
        Le site est temporairement inaccessible en raison d�activit�s de maintenance planifi�es.<br>
        Veuillez nous excuser pour la g�ne occasionn�e.<br>
        Merci � tous pour votre compr�hension.<br>
    </div>
</div>
</body>
</html>