body {
  text-align: center;
  font-family: arial;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

#container {
  position: relative;
  width: 780px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-family: arial;
  font-size: 11px;
}

/* ---------- Home ---------- */

#home {
  margin-top: 100px;
}

#home #navigation {
  background-color: #ffffff; 
  position: relative;
  left: -5px;
  top: 0px;
  width: 790px;
  padding: 2px 0px 0px 0px;
}

#home #navigation a {
  color: #014A96;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.19em;
  background: url(images/fond_lien.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0px 2px 0px 12px;
  margin: 0px 19px 0px 19px;
}

#home #navigation a:hover {
  color: #FFA300;
  background: url(images/fond_navigation_on.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

#texte {
  display: none;
}

#home #legal {
  margin: 10px 0px 0px 12px;
  text-align: left;
  color: #bbbbbb;
}

#home #legal a {
  color: #bbbbbb;
  text-decoration: none;
}

#home #legal a:hover {
  text-decoration: underline;
}