.norm {
	font-family: "Tahoma";
	font-size: 12px;
}
a:link.lien_det{
	color: #2C47C8;
	text-decoration: underline;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	font-style: italic
}
a:visited.lien_det{
	color: #2C47C8;
	text-decoration: underline;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
a:hover.lien_det{
	color: #2C47C8;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
}
a:active.lien_det{
	color: #2C47C8;
	text-decoration: underline;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	font-style: italic;}
	
.formulaires {
	border: 1px solid #3966A7;
	font-family: "Tahoma";
	font-size: 10px;
	color: #0033CC;
}