/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 98px;
	height: 257px;
	background-color: #FFFFFF;
	width: 180px;
	left: -1px;
	float: right;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: auto;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	border: 1px solid gray;
	background: #ff9933;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
	text-align: left;
	background-color: #FFCC66;
}
#menu li a, #menu dt a {
color: #CC0000;
text-decoration: none;
display: block;
border: 0 none;
height: auto;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

