body
{
	color: black;
	/*background-color: #AEFFDE;  blanc cassé*/
	background-color: #BFEADA;
	background-position: center center;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal
	}
#menu
{
	/*position:absolute;*/
	background-color: #00641E; /* vert*/
}
a {color: black; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-decoration: underline}
TBODY {color: black; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px}
INPUT {background-color: #00641E;color: #FFFFFF; font-size: 10px}
TEXTAREA {background-color: #00641E;color: #FFFFFF; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px}
SELECT {background-color: #00641E;color: #FFFFFF; font-size: 10px}

th /* Les cellules d'en-tête */
{
   background-color: #00641E;
   text-align: left;
   color: white;
   font-size: 0.7em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
   line-height: 12px
}
