body {
  background: #0b0c22 none repeat scroll 0% 50%;
  color: #f0e39e;
}
a {
  color: #ff6533;
}
a:hover, a:focus {
  color: #ff4c00;
}
strong {
  color: #a1b55d;
}
#global {
  border-right: 20px solid #355270;
  background: #fffffa url(gauche.png) repeat-y scroll left top;
  color: #f0e39e;
}
#entete {
  background: #355270 none repeat scroll 0% 50%;
}
#navigation {
  background: #355270 none repeat scroll 0% 50%;
}
#navigation a {
  color: #ff6533;
}
#navigation a:hover, #navigation a:focus {
  background: #000000 none repeat scroll 0% 50%;
}
#contenu {
  background: transparent url(coin.png) no-repeat scroll left top;
  color: #363b29;
}
#contenu a {
  color: #332510;
}
#contenu a:hover, #contenu a:focus {
  color: #6e5122;
}
#contenu strong {
  color: #181a12;
}
body {
  padding: 30px 10px 0;
}
#global {
  overflow: hidden;
  width: 90%;
  min-width: 700px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#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: 180px;
  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;
}
#nav-boite {
  margin-left: 20px;
  margin-top: 50px;
}
#contenu {
  padding: 10px 20px 10px 40px;
  margin-left: 220px;
}
#contenu > *:first-child {
  margin-top: 10px;
}
#contenu p, #contenu li {
  line-height: 1.5;
}
#copyright {
  margin: 0;
  padding: 0 0 10px 20px;
  width: 180px;
  text-align: left;
}

