
ul           { list-style-image: url('images/puce.gif') }

.Texte{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
	font-weight: normal;	
}
a.Texte:active {color: #000000; text-decoration : none;}
a.Texte:link {color: #000000; text-decoration : none;}
a.Texte:visited {color: #000000; text-decoration : none;}
a.Texte:hover {color: #9D00BC; text-decoration: underline}

.TexteRouge{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #800000;
	font-weight: bold;	
}
a.TexteRouge:active {color: #000000; text-decoration : none;}
a.TexteRouge:link {color: #000000; text-decoration : none;}
a.TexteRouge:visited {color: #000000; text-decoration : none;}
a.TexteRouge:hover {color: #9D00BC; text-decoration: underline}
