dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	top: 1em;
	left: 1em;
	width: 90%;
	z-index: 100;
}

#menu dt {
cursor: pointer;
height: 20px;
line-height: 20px;
border: 0px;
text-align: left;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 7em;
	margin-top: -1.4em;
	width: 15em;
	display: none;
}

#menu dt a:hover {
	text-decoration: none;
	background-color: #EBEBEB;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #EBEBEB;
}
.MenuTitre {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
.ssMenuTitre{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}