body {
  margin: 0;
  padding: 0;
  color: white;
  background: black;
  font: 0.7em Verdana, Arial, sans-serif;
}

h1 {
  visibility: hidden;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

img {
  border: 0;
}

.grand_logo,
.menu,
.text,
.text p {
  text-align: justify;
}

.grand_logo,
.menu {
  overflow: hidden;
  color: white;
}

.grand_logo {
  background-color: red;
  font-size: 1.8em;
}

.menu,
.text {
  font-size: 1em;
}

.menu_archives a {
  background-color: deepskyblue;
}

.menu_about a {
  background-color: lightgreen;
}

.menu_precedent a {
  background-color: orange;
}

.menu_rss a {
  background-color: slategrey;
}

.menu_suivant a {
  background-color: teal;
}

.menu_tags a {
  background-color: blue;
}

.menu_addicted_to_noise a {
  background-color: red;
}

.text {
  overflow: hidden auto;
}

.text p {
  font-size: 1.1em;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin: -300px 0 0 -300px;
  background: black;
}

.overout {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  font-size: 2em;
}
