html {
  height: 100%;
  background-color: #3f3f3f;
  font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
  font-size: 10px;
}

body {
  text-align: center;
}

img {
  border: none;
}

/** Page **/
div.page {
  width: 774px;
  height: 474px;
  text-align: left;
  margin: 40px auto 0 auto;
  background-color: #fff;
}

/** Menu **/
ul.menu {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  height: 20px;
  line-height: 20px;
  width: 600px;
}

  ul.menu li {
    float: left;
    margin-left: 2em;
  }
  
  ul.menu a {
    color: #717171;
    font-variant: small-caps;
    text-decoration: none;
    font-size: 12px;
  }
  
  ul.menu a:hover,
  ul.menu a.current {
    color: #fff;
  }

/** Dégradé de bas de page **/
div.degrade {
  margin: 0 auto;
  height: 12px;
  width: 774px;
  background: #3f3f3f url('../images/degrade.gif') no-repeat scroll top left;
}
#bottom_coordonnees{
	color:#717171;
	font-size: 8px;
}