body {
  margin: 0;
  padding: 0;
  background-color : #000;
  font-family: Courier, "Courier New", "MS Courier New", monospace;
  text-align: left;
  font-size: 9px;
  color: #000;
}

/* Structure */
#global {
  position:absolute;
  left: 50%;
  top: 50%;
  width: 750px;
  height: 570px;
  margin-top: -285px; /* moitié de la hauteur */
  margin-left: -375px; /* moitié de la largeur */
}
#header, #gauche, #fond, #droite, #bas {
  background-repeat: no-repeat;
}
#header {
  background-image :  url(interface/titre.jpg);
  width: 750px;
  height: 152px;
}
#gauche {
  background-image :  url(interface/menu.jpg);
  float: left;
  width: 259px;
  height: 393px;
}
#fond {
  background-image :  url(interface/fond.jpg);
  float: left;
}
#droite {
  background-image :  url(interface/droite.jpg);
  float: left;
  width: 8px;
  height: 393px;
}
#bas {
  background-image :  url(interface/bas.jpg);
  clear: left;
  width: 750px;
  height: 25px;
}
#fond, #overflow  {
  width: 483px;
  height: 393px;
}
#overflow {
  overflow: auto;
}
#gauche ul, #gauche li {
  list-style-type: none;
  margin:0;
  padding:0;
}
#gauche  ul{
  padding: 0 0 0 100px;
}	  
#gauche li {
  display: inline; /* correction pour IE5 et IE5.5 */
}
#gauche li a {
  display: block;
  height: 38px;
  width: 150px;
}
#gauche li a:hover {
  background :  url(interface/hover.gif) no-repeat 5px 7px;
}

/* Contenu */
#contenu li{
  margin: 3px;
}
#contenu {
  padding: 8px 8px 8px 25px;
}
dt, h3 {
  font-weight: bold;
}
dd {
  margin: 0.5em 1em;
}
#perso dt {
  margin: 1em 0 0.5em 0;
  clear: both;
}
#perso dd img {
  float: right;
  margin: 0 5px;
}
span, h1 {
  display: none;
}
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 2.5em;
  margin-bottom: 1em;
  text-align: center;
}

/* Images */
#img {
  float:right; 
  width: 160px;
}
#img img{
  margin: 5px;
}
.galerie {
  clear: both;
}
.galerie img {
  margin: 10px 30px;
}
a img {
  border: 0;
}

/* Liens */
a {
  color: #953;
  text-decoration: none;
}
a:hover {
  color: #900;
  text-decoration: none;
}
.infos {
  color: #fff;
}
