a.menu {
display:block;
padding:2px;
text-decoration:none;
font-family:arial;
font-weight:bold;
font-size:12px;
color: #FFFFFF;
}
a.menu:hover {
background-color:#0088CB;
}
.textTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333
}
a.lien:hover { color:#0088CB}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A5A73;
	text-decoration: none;

}
.lien_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5A5A73;
	text-decoration: none;
}
a.lien_copy:hover { color:#CCCCCC} 
