

/* Haut de page */

#top {
  height: 454px;
  background: url(../images2/accueil-haut.jpg) no-repeat 0 0;
  }
#top p {
  color: #333;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  padding: 5px;
  background: #fff;
  }
 #top p .coul {
  color: #6D4000;
  font-size: 11px;
  font-weight: bold;
  }
  
/* Menu  de navigation principal */

#mainnav ul li.acc {
  background: #fff;
  padding: 6px 0;
  } 
#mainnav ul li.acc a {
  color: #6D4000;
  } 

/* Contenu */

#content { 
  background: url(../images2/accueil-bas.jpg) left bottom; 
  margin: 0;
  padding: 0;
  height: 306px;
  }
  
