body {
  margin: 0;
  font-family: sans-serif;
  color: white;
  background: black;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

:link { color: #FFFFFF; }
:visited { color: #FFFFFF; }
:active { color: #FFFFFF; }
:hover { color: #FFFFFF; }




.titre {
  text-align: center;
  color: white;
}


table#main {
  width: 800px;
  border-style:solid;
  border-width:1px;
}

table#menu {
  width: 200px;
  border-style:solid;
  border-width:1px;
}

table#contenu {
  border-style:solid;
  border-width:1px;
}

.td.menu {
  width: 200px;
}

.td.contenu {
  text-align: left;
}