div#pagewrapper {
   /*background-color: #f9fce8;  fond jaune clair */
   background: white url(fond-jaune-2010.gif) repeat-y left top;
}
div#header h1 a {
	/* jaune été #ffd707 */
   background: #ffd801 url(bandeau-logo-ete.jpg) no-repeat;
}

div#bandeau {
   background: #ffd801;
}
.saison {padding-left: 5em}

div#menu_vert a:hover {
   /* fond jaune plus foncé au survol des liens */
   background-color: #feea84;
}
div#menu_vert ul h3 {
   /* fond jaune plus foncé pour la rubrique active */
   background-color: #feea84;
}

div#footer {
   background: url(bandeau-bas-ete.png) no-repeat 0 12px;
}