
#info ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 50px;
	font-weight: bold;
	list-style-type: none;
}





#info li a {
	width:110px;
	text-decoration: none;
	text-align: left;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-image: url(images/puce.gif);
	display: list-item;
	list-style-type: none;
}
#info li a:hover {
	color: #3399FF;	
}

