body {
  margin: 0px;
  background: #666666 url(images/courriel.png) no-repeat fixed right bottom;
}
#container {
  margin: 15px auto 40px;
  width: 990px;
  text-align: justify;
  background-color: #fbfbfb;
}
#title {
  padding-bottom: 10px;
  float: left;
  font-weight: inherit;
  padding-top: 10px;
  padding-left: 10px;
}
#undertitle {
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  color: #666666;
}
#menu {
  clear: both;
  padding-bottom: 5px;
  line-height: 52px;
  padding-top: 5px;
  font-size: large;
  background-color: #999999;
  color: black;
}
#menu li {
  border-style: none solid none none;
  border-right: 2px solid black;
  padding: 0px 10px;
  list-style-type: none;
  display: inline;
}
#content {
  margin-left: 10px;
  margin-right: 10px;
}
#footer {
  margin: 20px 0px 0px;
  padding: 3px 0px;
  font-weight: inherit;
  text-align: center;
  clear: both;
  background-color: #cccccc;
  font-size: small;
  font-style: italic;
}
