#entete {
  background-position: center top;
  height: 100px;
  background-image: url(images/entete-bandeau.jpg);
  background-repeat: no-repeat;
  text-align: right;
  line-height: 20px;
  font-size: medium;
}
#entete p {
  text-align: right;
  font-size: 13px;
  line-height: 10px;
}
#menus {
  float: left;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 20px;
}
#menu1 img {
  display: none;
}
#menu1 {
  display: block;
  width: 150px;
  height: 70px;
  background-image: url(images/bloc-ent-sombr.gif);
  background-repeat: no-repeat;
}
#menu1:hover {
  display: block;
  width: 150px;
  height: 70px;
  background-image: url(images/bloc-ent-clair-court.gif);
  background-repeat: no-repeat;
}
#menu2 {
  width: 150px;
  height: 70px;
  background-image: url(images/bloc-part-clair.gif);
  background-repeat: no-repeat;
  margin-top: 20px;
}
#texte {
  margin: 30px 20px 30px 190px;
  background-color: transparent;
}
body {
  font-family: Arial;
  line-height: 20px;
  color: #b7cecf;
  background-color: #2f5376;
  list-style-image: url(images/puce.gif);
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
#pied {
  clear: left;
  margin-left: 190px;
  margin-right: 20px;
}
#page {
  background-image: url(images/ciel.jpg);
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
a {
  font-family: Arial;
  text-decoration: underline;
  color: #ffcc66;
  font-size: 10px;
}
a:hover {
  font-family: Arial;
  text-decoration: none;
  color: #fdffbd;
  font-size: 10px;
}
h1 {
  font-family: Arial;
  text-align: center;
  font-weight: bolder;
  color: #fdffbd;
  font-size: 24px;
  line-height: 30px;
}
h2 {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #fdffbd;
  font-size: 18px;
  line-height: 30px;
}
p {
  font-family: Arial;
  color: #b7cecf;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
}
cite {
  font-family: Arial;
  line-height: 10px;
  font-size: 10px;
}