dl, dt, dd, li.tm, li.tm_actif, ul.menu{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	border:0;
}

#menu{
	position:relative;
	width:100%;
}

dl{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:80%;
	text-align:left;
}

dl dt{
	cursor:pointer;
	margin:0;
	width:100%;
}

dl dt a{
	color:#3c818d;
	display:block;
	height:100%;
	width:auto;
	padding:7px 2px 7px 15px;
	font-weight:bold;
	border-bottom:1px solid #3c818d;
	background:#96c3cc;
	text-decoration:none;
	line-height:12px;
}

dl dt a:hover{
	color:white;
	height:100%;
	width:auto;
	background:#3c818d;
}

dl dd{
	border:0;
}

dl li.tm, dl li.tm_actif{
	background:#bbdee5;
	border-bottom:1px solid white;
}

dl li.tm a.tm1{
	text-decoration:none;
	color:#000;
	display:block;
	border:0;
	height:100%;
	padding:4px 4px 4px 20px;
}

dl li.tm a.tm1:hover{
	background:url(../img/fleche_m.png) no-repeat 6px 4px;
}

dl li.tm_actif a.tm1{
	text-decoration:none;
	color:#000;
	display:block;
	border:0;
	height:100%;
	padding:4px 4px 4px 20px;
	background:url(../img/fleche_m.png) no-repeat 6px 4px;
}