li {
	list-style-image: url(images/puces_01.jpg);
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	color: #666666;
	font-size: 13px;
}
dt {
	list-style-image: url(images/puces_02.jpg);
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
}
dd {
	font-style: italic;
	color: #999999;
	text-align: right;
}
a:link {
	color: #CC9966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

