dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu {
	width: 160px;
}
#dtimg {
	cursor: pointer;
	height: 51px;
	text-align: left;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#dtssimg {
	cursor: pointer;
	height:17px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #00406F;
	background-color: #8B8B8B;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu dd {
	display: none;
	background-color: #FFFFFF;
}
#menu ul {
	padding: 0px;
}
#menu li {
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #BFBCE2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.lien{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 178px;
	padding-left: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CALLAGE FIREFOX (n'est pas lu par IE) */
.lien[class] {
	width: 176px;
	height: 17px;
	line-height: 17px;
}
.lien:hover{
	background-color: #4C429E;
	color: #FFFFFF;
}
#menu li a {
	color: #2D285E;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 15px;
	line-height: 15px;
}
#menu li a:hover{
	background-color: #E77616;
	color: #FFFFFF;
}
