ul#outils {
	margin-left: 0px;
	list-style: none;
	padding: 0px;
	}
ul#outils li a {
	display: block;
	height: 15px;
	padding-left: 15px;
	margin: 4px 0;
	color: #003f75;
	font-family: Arial, Helvetica, sans-serifserif;
	font-size: 1em;
	background-image: url(../images/puce-outils.gif);
	background-repeat: no-repeat;
	background-position: left -15px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dedc26;
}
ul#outils li a:hover {
	color: #dedc26;
	background-image: url(../images/puce-outils.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-decoration: none;
	background-color: #003f75;
}
