/* CSS Document */
.categorie {
	font-family: Arial;
	font-size: 18px;
	color: #666666;
}
.cat2 {
	font-size: 16px;
	font-family: Arial;
	color: #2A2A72;
}
.copyright {
	font-size: 12px;
	font-family: Arial;
	color: #2A2A72;
	}
.mediateam {
	font-size: 14px;
	font-family: Arial;
	color: #2A2A72;
	text-decoration:underline;
	}

a:link {
	text-decoration: none;
	color: #003300; 
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #003300;
}


