#page {
  text-align: left;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#entete {
  background-image: url(entete.gif);
  height: 120px;
}
#menu {
  text-align: center;
  background-color: #f3d3eb;
  height: 3em;
}
#menu ul {
  padding-left: 0;
  text-align: center;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#menu li {
  list-style-type: none;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  width: 118px;
  padding-top: 1em;
  padding-bottom: 1em;
}
#menu a {
  color: #14819f;
}
#contenu {
  font-family: Arial,Helvetica,sans-serif;
}
#pied {
  text-align: center;
  background-color: #6199cc;
  color: #ffffff;
}
body {
  text-align: center;
}
#pied a {
  color: #000000;
}


