body {
  color: #2B2B2B;
}
a {
  color: #c5d0cf;
}
a:hover, a:focus {
  color: #c5d0cf;
}
strong {
  color: #616666;
}
#global {
  background: #cfdbdb none repeat scroll 0%;
  color: #616666;
}
#navigation {
  background: #c5d0cf none repeat scroll 0%;
}
#navigation a {
  color: #c5d0cf;
}
#navigation a:hover, #navigation a:focus {
  background: #2B2B2B none repeat scroll 0%;
}
#contenu {
  background: #cbd888 none repeat scroll 0%;
  color: #363b29;
}
#contenu a {
  color: #616666;
}
#contenu a:hover, #contenu a:focus {
  color: #616666;
}
#contenu strong {
  color: #616666;
}
body {
  padding: 30px 50px;
}
#global {
  overflow: hidden;
  width: 100%;
}
#entete {
  padding: 20px;
}
#entete h1 {
  margin: 0;
}
#entete h1 img {
  margin: 7px 20px 10px 0;
  float: left;
}
#entete .sous-titre {
  margin: 4px 0 15px;
}
#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%;
}
#contenu > *:first-child {
  margin-top: 10px;
}
#contenu p, #contenu li {
  line-height: 1.5;
}
