/*police et taille pour tout le site*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* liens pour toutes les pages*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
/*lien pour le bandeau du haut */
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*titres et sous-titres*/
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
