body {
  background: black;
  color: #777777;
}

a {
  color: #999999;
}

h1 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin: 10px 0px 10px 0px;
  padding-bottom: 10px;
  text-align: center;
}

h1 a {
  color: #777777;
  text-decoration: none;
}

h2 {
  font-size: 1.2em;
  letter-spacing: 0.04em;
  line-height: 2em;
  text-align: center;
}

div#contenu {
  margin: auto;
  width: 600px;
}

div#pied {
  letter-spacing: 5px;
  margin: auto;
  width: 600px;
}

div#pied p {
  font-size: 0.8em;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

div#pied p a {
  color: #777;
  text-decoration: none;
}

div#pied p a:hover {
  color: #999;
}

p {
  font-size: 0.8em;
  line-height: 2em;
  text-align: justify;
}
