body    { background-color: #00954B }

/*{
   background-image: url("../images/neige.png");
   background-attachment: fixed; /* Le fond restera fixe 
}
    * no-repeat : le fond ne sera pas répété. L'image sera donc unique sur la page.
    * repeat-x : le fond sera répété uniquement sur la première ligne, horizontalement.
    * repeat-y : le fond sera répété uniquement sur la première colonne, verticalement.
    * repeat : le fond sera répété (par défaut).
    * top : en haut.
    * bottom : en bas.
    * left : à gauche.
    * center : centré.
    * right : à droite.
	background-repeat: no-repeat; /* Le fond ne se répète pas
	background-position: top right; /* Le fond est aligné en haut à droite */
	background-attachment: fixed; /* Le fond est fixé */


p {}

td {}
.pol1 { color: #336699; font-size: 0.8em; font-family:  Verdana, Arial,  Geneva, Helvetica, "Times New Roman", sans-serif }
.pol2 { color: #775F4D; font-size: 12px; font-family:  Verdana, Arial,  Geneva, Helvetica, "Times New Roman", sans-serif }
.bleu_p { color: #309; font-size: 10px; font-family:  Verdana, Arial,  Geneva, Helvetica, "Times New Roman", sans-serif }
.red { color: #f00; font-size: 12px; font-family: Verdana, Arial,  Geneva, Helvetica, "Times New Roman", sans-serif }
.i { color: #336699; font-size: 0.8em;font-style:italic; font-family:  Verdana, Arial,  Geneva, Helvetica, "Times New Roman", sans-serif }

h1 {
	font-family:  Verdana, Arial,Geneva, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #775F4D;
	text-decoration: none;
	text-align: center;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #330099;
	text-decoration: none;
}

h4 {
	font-family:  Verdana, Arial,Geneva, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #775F4D;
	text-decoration: none;
	text-align: center;
	
}
a { text-decoration: none }
a:link     { text-decoration: underline }
a:visited  { color: #336699 }
a:hover { color: red }



