body {
  font-size: 12px;
  margin-bottom: 40px;
  font-family: arial,verdana,sans-serif;
  background-color: #f3d3a8;
}
#header1 {
  border-style: solid;
  border-color: green;
  border-width: 2px 4px;
  background-color: #fbffe1;
  width: 923px;
  height: 100px;
  margin-left: 27px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rubriques {
  font-size: 18px;
  list-style-type: none;
  text-decoration: none;
  margin-bottom: 0px;
}
.menu {
  float: left;
  width: 180px;
}
.items {
  border-style: solid;
  border-color: green;
  border-width: 2px 4px;
  padding: 0px 2px;
  background-color: #f3d3a8;
  margin-top: 0px;
  margin-left: 27px;
  width: 150px;
}
.liste2 {
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  margin-bottom: 5px;
  background-image: url(liste2.jpg);
  margin-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0px;
  width: 150px;
  line-height: 15px;
  list-style-type: none;
  text-align: right;
}
.liste4 {
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  margin-bottom: 5px;
  margin-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 0px;
  width: 150px;
  line-height: 15px;
  list-style-type: none;
  text-align: center;
}
.liste3 {
  border-top: 2px solid green;
  border-bottom: 10px solid green;
  margin-bottom: 5px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  background-color: #97ddf8;
  font-style: italic;
  font-weight: bold;
  font-size: 19px;
  margin-left: 0px;
  width: 150px;
  line-height: 15px;
  list-style-type: none;
  text-align: left;
  
}
.contenu {
  border-style: solid;
  border-color: green;
  border-width: 2px 4px 4px;
  background-color: #fbffe1;
  margin-left: 200px;
  width: 750px;
  margin-top: 0px;
  padding-top: 5px;
  text-align: justify;
}
h1 {
  color: green;
  margin-right: 15px;
  text-align: right;
}
h2 {
  border-left: 5px solid #fbffe1;
  border-right: 5px solid #fbffe1;
  background: #77ca4f none repeat scroll 0% 50%;
  color: #fbffe1;
  margin-right: 0px;
  text-align: right;
  padding-right: 5px;
}
a {
  padding: 4px;
  color: red;
  text-decoration: none;
}
a:hover {
  color: #ff9900;
}
p {
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
h3 {
  border-bottom: 2px solid green;
  margin-left: 15px;
  margin-right: 250px;
}

