body {
  margin: 0px auto;
  width: 900px;
  background-color: silver;
  font-family: Arial,Helvetica,sans-serif;
}
#entete {
  background-image: url(images/commun/pano.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 290px;
}
#menuH {
  margin: 0px;
  padding: 0px;
  width: 900px;
  display: inline;
  height: 35px;
  color: white;
  background-color: #CFE2FF;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  list-style-type: none;
}
#menuH a {
  border-style: outset;
  border-color: #CFE2FF;
  color: white;
  display: block;
  width: 130px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 20px;
  text-align: center;
  padding-top: 2px;
}
#menuH li {
  float: left;
  padding-top: 5px;
  background-color: #3366FF;
}
#content {
  background-color: #CFE2FF;
  height: 550px;
}
#menuH a:hover {
  border-style: inset;
  border-color: #003300;
  background-color: #293828;
}
h1 {
  color: #3366FF;
  padding-top: 15px;
  padding-left: 15px;
}
#pied {
  width: 900px;
  background-color: #3366FF;
  height: 40px;
}
.Komposer {
  margin-left: 10px;
  margin-top: 20px;
  float: left;
}
h6 {
  padding-top: 10px;
  color: white;
  margin-left: 15px;
  font-size: 10px;
  font-style: oblique;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: lighter;
}
h2 {
  padding-top: 10px;
  padding-left: 15px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
}
p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 5px;
  margin-left: 20px;
}
h5 {
  font-size: 12px;
  margin-left: 10px;
  font-weight: lighter;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#content1 {
  padding-right: 40px;
  height: 1000px;
  text-align: justify;
  padding-left: 40px;
  background-color: #CFE2FF;
}
pre {
  font-family: "Times New Roman",Times,serif;
  margin-left: 20px;
  margin-right: 30px;
  text-align: justify;
  width: 900px;
}

#content2 {
  padding-right: 40px;
  height: 1000px;
  text-align: justify;
  padding-left: 40px;
  background-color: #CFE2FF;

