dt{
	cursor: pointer;
	margin-top: 15px;
	margin-left: 11px; /* Marge a gauche texte */
	margin-bottom: 35px; /* Marge a gauche texte */
	height: 5px; /* Hauteur de l'encadre du titre*/
	line-height: 14px;
	text-align: left;
}

dd{
	margin-left:5px;
	margin-right:5px;
	margin-top: -22px;
	margin-bottom:15px;
	list-style-type: none;
	border-width:1px;
	border-style: solid;
	border-color:#ECFA4C;
}

#menu ul{
	border:1px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size:12px;
	background: #9B699E; /* Couleur de fond des sous titres */
	margin: 0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 4px;
	list-style-type: none;
}

#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#droite dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu dt a:hover {
	text-decoration: underline;
}

#menu dt:hover {
	text-decoration: underline;
}

#menu dt {
	color: #FFFFFF;
}

#droite dt a:hover{
	text-decoration: underline;
}

#menu li a:hover {
	text-decoration: none;
	background: #D1ACD3;
	color: #000000;
}

