a {
	text-decoration: none;
	color: Blue;
	background-color: transparent;
	font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	font-size: 10pt;
}

a:Hover {
	font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	text-decoration: underline;
	color: Maroon;
	background-color: transparent;
}

p {
   font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	text-decoration : none;
	color : Black;
	background-color: transparent;	
	font-size : 10pt;
}

p.petit {
   font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	text-decoration : none;
	color : Black;
	background-color: transparent;	
	font-size : 8pt;
}

p.grand {
   font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	text-decoration : none;
	color : Black;
	background-color: transparent;	
	font-size : 12pt;
	font-weight: bold;
}

p.bottom {
   font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	text-decoration : none;
	color : Black;
	background-color: transparent;	
	font-size : 7pt;
}

center,div,p,table,tr,dl,ol,ul,li,ol,ul,form,option,select,input,br {
   font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
	font-size : 10pt;
	color : Black;
	background-color: transparent;
}