/* CSS Document */

<!--
.texte {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt ;
	 SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ff99ff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ff99ff;
	SCROLLBAR-ARROW-COLOR: #ff99ff;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #ff99ff;}

-->
a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
:link,:hover { cursor: url(example.svg#linkcursor), url(jim_1.cur), pointer }
