.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D5644;
	font-weight : bold;
	text-decoration : none;	
}
.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;	
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9D5644;
	font-weight : bold;
	text-decoration : none;	
}
.CellBorder {
	border: 1px solid #9D5644;
}
A:hover {
	color: #0000FF;
	text-decoration : underline;
}
