dl, dt, dd, ul.m, li.m {
	padding: 1px;
	margin: 0px;
}
#menu {
	position: absolute; left: 0px; top: 0px;
}
dl#menu dt {
	margin: 0px;
	left: 0px;
	position: relative;
	width: 190px;
	height: 100%;
	top: 10px;
	cursor: pointer;
	margin-bottom: 20px;
}
dl#menu dd {
	position: relative;
	left: 0px;
	top: -16px;
	width: 190px;
}
dl#menu li.m {
	text-align: left;
	font-size: 90%;
	color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-left: 5px;
	padding-right: 0px;
}
td.lien {
	text-align: left;
	font-size: 70%;
	color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding: 2px;
	padding-left: 5px;
}
th.menu, th.menu1 {
	padding-left: 0px;
	padding-right: 0px;
	color: #000;
	font-size: 65%;
	border: none;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
th.menu1 {
	letter-spacing: -1px;
}
dl#menu li.m a, a.lien {
	border: none; display: block; height: 100%; text-decoration: none; color: #000;
}
dl#menu dt a {
	border: none; display: block; height: 100%; text-decoration: none; color: #000;
}
dl#menu li.m a:hover, a:hover.lien {
	background-color: #eee; color: #000; text-decoration: none;
}
dl#menu dt a:hover {
	background-color: #eee; color: #000;
}