.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.filigrane {
	background-image: url(images-pages/filigrane.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	color: #A6521B;
}
a:hover.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	color: #6361BC;
}