body {
	margin: 0;
	padding: 0;
	background-color: #666666;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial;
}
#menu {
position: relative;
top: 0;
left: 0;
}
dl#menu {
	width: 180px;
}
dt {
	cursor: pointer;
	margin: 1px 0;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background-color: #00CC00;
	text-indent: 6px;
	font-size: 12px;
}
dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border-left-color: #FF7B00;
	border-left-style: solid;
	border-left-width: 10px;
}
dt a:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0033FF;
	background-color: #C8DFE5;
	color: #000000;
	text-indent: 6px;
}
#menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #FFFF00;
	padding-left: 10px;
	font-size: 12px;
}
#menu li a:hover {
	background-color: #C8DFE5;
	color: #000000;
	font-size: 12px;
}
.sousmenu {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 10px;
	background-color: #009999;
	font-weight: bold;	
}
.sousrubrique {
	font-family: Arial;
	padding-left: 10px;
}.fondmenu {
	background-color: #00CC00;
}
