body {
  background-color: #E7E3E1;
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#container {
  position: absolute;
  left: 50%;
  top: 45%;
  background-color: #E7E3E1;
  width: 756px;
  margin: -250px 0px 0px -378px;
  text-align: left;
  font-family: verdana,arial;
  font-size: 10px;
}


/* ----- Corps ----- */

#corps {
  background: url(images/fond_home.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 756px;
  height: 492px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/* ----- Langues ----- */

#langues {
  width: 756px;
  height: 60px;
}

#langues a {
  display: block;
  width: 130px;
  color: #727174;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
}

#langues a:hover {
  color: #000000;
}


/* ----- Navigation ----- */

#navigation {
  position: relative;
}

#navigation a {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}

#navigation a p {
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 108px;
  _height: 32px;
  min-height: 32px;
  margin: 0px 0px 0px 0px;
}

#navigation a.gr1:hover p {
  background-position: 0px 110px;
  background-repeat: no-repeat;
  background-color: #f26d19;
}

#navigation a.gr2:hover p {
  background-position: 0px 110px;
  background-repeat: no-repeat;
  background-color: #37225C;
}

#navigation a.gr3:hover p {
  background-position: 0px 110px;
  background-repeat: no-repeat;
  background-color: #218D69;
}

#navigation a p b {
  display: block;
  margin: 4px 5px 4px 2px;
}


/* ----- Footer ----- */

#footer {
  background-color: #E7E3E1;
  height: 23px;
}

#footer span {
  display: block;
  float: left;
  width: 108px;
  height: 23px;
  text-align: center;
}

#footer a.gris {
  display: block;
  width: 108px;
  height: 23px;
  line-height: 23px;
  background-color: #A19E9D;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#footer a.gris:hover {
  background-color: #8C8989;
  color: #ffffff;
}

#footer a.noir {
  display: block;
  width: 108px;
  height: 23px;
  line-height: 23px;
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#footer a.noir:hover {
  background-color: #ffffff;
  color: #000000;
}