/* CSS Document */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A396E;	
}

.linkmenu{
	font-size: 9px;
	color: #0A396E;
	text-decoration: none;
	
}
.linkmenu:hover {
	font-size: 9px;
	color: #0A396E;
	text-decoration: underline;
	
}
.linkmenu:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

.textform {
	
	font-size: 9px;
	color: #0A396E;
	text-decoration: none;
}
.titre{
	font-size: 14px;
	color: #0A396E;	
}

.subtitre{
	font-size: 12px;
	color: #0A396E;
	font-weight: bold;	
	
}

.linkload{
	font-size: 9px;
	color: #0A396E;
	text-decoration: underline;
	
}
.linkload:hover {
	font-size: 9px;
	color: #0A396E;
	text-decoration: none;
	
}
.linkload:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
