/*liens du bandeau haut */
a.nav_top{   
	font-family : arial;
	font-size : 9pt;
	color : #000000;
	font-weight: bold;
	color : #000000;
}

a:link.nav_top{
	text-decoration:none;
}

a:visited.nav_top{
	text-decoration:none;
}

a:hover.nav_top{
	text-decoration:underline;
}

a:active.nav_top{
	text-decoration:underline;
}