/* ---------------------------------------------------------------- */

img {
  border: 0px;
}

/* ---------------------------------------------------------------- */

body {
  background-color: Black;
}

/* ---------------------------------------------------------------- */

#partie_centrale {
  position: relative;
  width: 1134px;
  height: 806px;
  margin: 0px auto;

  text-align: center;
}

/* ---------------------------------------------------------------- */

#cadre {
  position: absolute;
  width: 1134px;
  height: 756px;  
}

/* ---------------------------------------------------------------- */

#pieddepage {
  position: absolute;
  top: 756px;
  left: 0px;
  width: 1134px;
  height: 50px;

  color: #e1a146;
  font-size: 10pt;
  font-family: Georgia;
}

#pieddepage_gauche {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 33%;
  height: 50px;
}

#pieddepage_gauche #credits {
  padding: 5px;
  opacity: 0.6;
  text-align: left;
}

#pieddepage_milieu {
  position: absolute;
  top: 0px;
  left: 33%;
  width: 34%;
  height: 50px;
}

#pieddepage_milieu #coordonnees {
  padding: 5px;
  opacity: 0.6;
  text-align: center;
}


#pieddepage_droite {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33%;
  height: 50px;
}

#pieddepage_droite #copyright {
  padding: 5px;
  opacity: 0.6;
  text-align: right;
}

#pieddepage a:link    { color: #e1a146; }
#pieddepage a:visited { color: #e1a146; }
#pieddepage a:hover   { color: #e1a146; }
#pieddepage a:active  { color: #e1a146; }

/* ---------------------------------------------------------------- */

