div#pagewrapper {
   /*background-color: #f2f5fe;  fond bleu clair */
   background: #f2f5fe url(fond-bleu.gif) repeat-y;
}
div#header h1 a {
   background: #4E4F67 url(bandeau-logo-hiver.jpg) no-repeat;
}

div#bandeau {
   background: #4E4F67;
}
.saison {padding-left: 4em}

div#onglet-g {
	background-image: url(onglet-g-hiver.gif);
}
div#onglet-d {
	background-image: url(onglet-d-hiver.gif);
}

div#drapeaux {
   background: #4E4F67;
}

div#menu_vert a:hover {
   /* fond bleu plus foncé au survol des liens */
   background-color: #9fbae2;
}
div#menu_vert ul h3 {
   /* fond bleu plus foncé pour la rubrique active */
   background-color: #9fbae2;
}