dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
	cursor: pointer;
	height: 30px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	border: thin none gray;
	margin: 5px;
	background-image: url(Images/puce-menu.GIF);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #0099FF;
	text-indent: 9px;
	font-size: 12px;
}

#menu dd {
	position: absolute;
	z-index: 0;
	left: 120px;
	margin-top: -30px;
	width: 150px;
	border: 1px solid gray;
	background-color: #FFFFFF;
	font-size: 12px;
}

#menu ul {
padding: 0px;
}
#menu li {
	text-align: left;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
	text-indent: 14px;
}
#menu li a {
	background-image: url(Images/nav-puce-triangle-bleu.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#menu li a, #menu dt a {
	color: #000;
	display: block;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #FFFFCC;
}
#menu li a:visited {
	font-style: italic;
	color: #00FF00;
	background-image: url(Images/nav-puce-cx-rouge.GIF);
	background-repeat: no-repeat;
	background-position: 5px center;
	}
#menu dt a {

	cursor: pointer;
	height: 30px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	border: thin none gray;
	margin: auto;
	color: #0099FF;
}
