body {
  background: #ffffff none repeat scroll 0%;
  color: #666666;
}
a {
  color: #ff6533;
}
a:hover, a:focus {
  color: #ff4c00;
}
strong {
  color: #a1b55d;
}
#navigation {
  background: #c9f80b none repeat scroll 0%;
}
#navigation a {
  color: #333333;
}
#navigation a:hover, #navigation a:focus {
  background: #33CCFF none repeat scroll 0%;
}
#contenu {
  background: #ffffff none repeat scroll 0%;
  color: #666666;
}
#contenu a {
  color: #332510;
}
#contenu a:hover, #contenu a:focus {
  color: #33CCFF;
}
#contenu strong {
  color: #181a12;
}
body {
  padding: 20px 50px;
}
#entete {
  padding: 0px 0;
}
#entete h1 {
  color : #ffffff
  margin: 0;
}
#entete h1 img {
  margin: 0px 0px 0px ;
  float: left;
}
#entete .sous-titre {
  margin: 0px 0px;
}
#navigation {
  width: 18%;
  float: left;
}
#navigation ul {
  margin: 0;
  padding: 20px 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navigation a {
  padding: 6px 6px 6px 10px;
  display: block;
  height: 1%;
  line-height: 1.5;
  font-size: 0.9em;
  text-decoration: none;
}
#contenu {
  padding: 10px 20px;
  margin-left: 20%;
  margin-bottom: 20px;
}
#contenu > *:first-child {
  margin-top: 10px;
}
#contenu p, #contenu li {
  line-height: 1.5;
}
#copyright {
  margin-left: 20%;
}


