<!doctype html>
<head>
  <meta charset="utf-8">
  <title>L'Humanite - Site Indisponible</title>
  <style>
    body { text-align: center; margin: auto 5%; }
    .main { display: block; margin: 0 auto; }
    h1 { font-size: 3em; }
    p { font-size: 1.5em; }
    .sg {text-align: right; margin-right: 25px; }
  </style>

</head>

<body>
  <div class="main">
      <h1>Site actuellement indisponible</h1>
      <div>
          <p>Nos équipes travaillent pour rétablir le site au plus vite.<br /> Toutes nos excuses pour le désagrement.</p>
          <p class="sg">- L'Humanité</p>
      </div>
  </div>
</body>
