.base {}
.titre {font: bold large;}
.gras {font: bold; }
.sstitre {font: medium; }
.petit {font: small; font-style: italic; }
.tpetit {font-size: xx-small}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: overline underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #000000;
}



