.normal {
	font-family: "Times New Roman, Times, serif" ;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	color: #000000; 
}
.titre {
	font-family: "Times New Roman, Times, serif";
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: bolder;
}

a{
	font-family:"Times New Roman, Times, serif";
	font-size: small;
}

a.menu:link {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

a.menu:hover{
	font-weight: bold;
	text-decoration: underlined;
	color: #000000;
} 

a.menu:visited {
	text-decoration: none;
	color:#999999;
}