A:ACTIVE, A:LINK {
	color :  #CC3300;
	text-decoration :  underline;
}

A:HOVER {
	color :  #FF0000;
	text-decoration :  underline;
	font-weight :  bold;
}

A:VISITED {
	color :  #666600;
	text-decoration :  underline;
}

BODY {
	margin : 0;
	background-color : #FFFFFF;
	color : #000000;	
	background-repeat :  no-repeat;
}

H1 {
	font-family : "Times New Roman", Times, serif;
	font-size :  30px;
	color : Black;
}

P.texte {
	font-family : "Times New Roman", Times, serif;
	font-size :  16px;
	color : Black;	
	text-align :  justify;
}

P.signature {
	font-family : "Times New Roman", Times, serif;
	font-size :  16px;
	color : Black;	
	text-align :  right;
	font-weight :  bold;
}

P.menu {
	font-family :  Arial, Helvetica, sans-serif;
	font-size :  12px;
	text-align :  center;
}

LI {
	font-family : "Times New Roman", Times, serif;
	font-size :  16px;
	color : Black;	
	text-align :  justify;	
	list-style :  disc;
}

