/* Paramètres de base */

a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


/* CSS */

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
a:link.txt {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.txt {
	color: #FF9900;
	text-decoration: underline;
}

.signet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6769C5;
}
a:link.signet {
	color: #6769C5;
	text-decoration: none;
}

a:hover.signet {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
	line-height: 5px;
	color: #FFFFFF;
}

