body  { background-color: #000000; font-family: Arial; color: #008000; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; text-align:left; margin-left:5px;} 
  p          { font-size: 10pt; font-family: Arial; color: #008000; text-align: left; margin-left:5px; margin-top: 10px;}
table        { font-size: 10pt; font-family: Arial; margin-left:5px; margin-top:0; text-align:left; background-color:#EBFFFF;}
td           { text-align: left; margin-left: 5px; background-color:#EBFFFF;}
tr           { text-align: left; margin-left: 5px; background-color:#EBFFFF;}
a            { font-family: Arial; color: #008000;}
input        { color: #008000; font-family: Arial; color: #008000;font-size: 10pt; background-color: #EBFFFF;}
textarea     { font-family: Arial; font-size: 10pt; color: #008000; background-color: #EBFFFF;}
th           { font-family: Arial; font-size: 10pt; color: #008000; background-color: #EBFFFF; }
h1			{  text-align: left; font-size: 10pt; color: #FBFFFF; }
h2			{  text-align: left; font-size: 14pt; color: #FF0000; font :bold; }
h3			{  text-align: left; font-size: 12pt; color: #EBFFFF; }
h4			{  text-align: center; font-size: 12pt; color: #800000;}

/* Styles pour tous les liens du menu*/
a:link
{
	/*text-decoration: none;
	color:#008000;*/
}
/* Styles pour les liens survolés ou sélectionnés au clavier*/
a:hover,a:focus
{
  		color: red;
  		font-style: oblique;
  		border-bottom: 1px solid;
}