BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	text-align: left;
	margin: 5;
	line-height: normal
	}
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #333399;
	line-height: normal
	}
TR {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #333399;
	line-height: normal
	}
TD {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #333399;
	font-size: 11pt;
	line-height: normal;
	text-align: center
	}
TD.lang {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF974;
	line-height: 1.33em;
	text-align: center;
	color: #A7CC96;
	font-size: 10pt ;
	width: 110
        }
P { 	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-indent: 1em;
	text-align: justify;
	font-size: 110%;
	font-weight: normal;
	background-color: #000000;
	margin-bottom: 0% ;
	margin-top: 0%}

H1 {font-family: Arial, Helvetica, sans-serif;
	color: #B20000;
	font-size: 200% ;
	font-weight: normal;
	background-color: #00000;
	margin-bottom: 0% ;
	margin-top: 0% ;
	text-align: center}

HR {COLOR: #339999}

/* style du lien */
a.chemin:link {
text-decoration: underline;
color: #990000;
}
/* style du lien qui a déjà été visité */
a.chemin:visited {
text-decoration: underline;
color: #00ff00;
}
/* style du lien qui est survolé par la souris */
a.chemin:hover {
text-decoration:none;
color: #0000ff;
}
/* style du lien au moment où il est cliqué */
a.chemin:active {
text-decoration: underline;
color: #000000;
}

