<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Site Web indisponible</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<style type="text/css">
body * {
  font-family: sans-serif;
}
#main {
  background-color: #eee;
  border: 1px solid #ccc;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: 40em;
}
p {
  text-align: center;
}
</style>
</head>
<body>
<div id="main">
<p>
Ce Site Web est actuellement indisponible.<br>
Veuillez contacter votre webmaster.
</p>
</div>
</body>
</html>

