body {
  background-color: black;
  color: white;}

#entete {
  width: 100%;
  height: 100px;
  margin-bottom: 10px; }

#menu {
  background-color: #eee;
  width: 19%;
  float: left;
  font-size: smaller;
  font-weight: bold;
  overflow: hidden; }

#menu ul {
  list-style: none;
  margin-left: 0; }

#menu li {
  margin-bottom: 0.5em;
  line-height: 120%;
  font-family: Verdana, Tahoma, Arial, sans-serif; }
  
#menu a:link, #menu a:visited {
  color: #009; }

#menu a:hover, #menu a:focus, #menu a:active {
  background-color: #009;
  color: #fff; }

#recherche {
  text-align: center; }

p.logo_google img, span {
  vertical-align: middle;
  display: inline-block;}
p.logo_google span {
   padding-left: 5px;}

#recherche p img {
  border: 0;}

#contenu {
  padding-top: 10px;
  position: absolute;
  right: 1px;
  width: 80%;}

p, h1, h2, h3, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em; }

#entete h1 {
  font-size: 50px;
  font-weight: bolder;
  padding-top: 25px; }

h1, h2 {
  text-align: center;}

p.ladate {
  font-size: 1em;
  color: #333;}

a:link {
  color: #000; }
 a:visited {
   color: #000;}

a:hover, a:focus, a:active {
  background-color: #00a;
  color: #fff; }

#contenu span.titre1 {
  padding-left: 1.2em; }