body {
  background-image: url(images/bg-body.png);
  background-position:  center center;
  background-attachment: fixed;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
}
#conteneur {
  width: 100%;
  background-position: left bottom;
}
#entete {
  border-style: none;
  background-repeat: repeat-x;
  text-decoration: none;
  background-position: left center;
  height: 35px;
  font-weight: inherit;
  font-size: medium;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/entete.jpg);
  width: 100%;
}
#phil {
  text-align: center;
  width: 30%;
  margin-left: 35%;
  text-decoration: none;
  padding-top: 6px;
}
#menu {
  margin-right: 5px;
  float: left;
  background-repeat: repeat-y;
  background-position: left center;
  width: 5%;
  margin-top: 50px;
}
#texte {
  border: 2px solid #ffffff;
  margin: 25px auto;
  padding: 5px 5px 10px;
  text-align: justify;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position:  center center;
  background-color: #d8dbe8;
  width: 80%;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
}
a:hover {
  color: #6600cc;
}
a img {
  border-style: none;
  text-decoration: none;
}
h1 {
  text-align: center;
  font-size: 1.4em;
  padding-top: 4px;
}
h2 {
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
.gif {
  border-style: none;
}
.centre {
  text-align: center;
}
