body {
	margin: 0; 
	padding: 0; 
	background: white; 
	font: 80% verdana, arial, sans-serif; 
	} 

#menu ul {
		margin: 0; 
		padding: 0; 
		list-style-type: none;
		}

#menu li {
		margin: 0; 
		padding: 0; 
		list-style-type: none;
		}
	
dl, dt, dd {
		margin: 0; 
		padding: 0; 
		list-style-type: none;
		}

/* couleur choixsous menu */
#menu a{
		color:#272d2d;
	}
	

#menu {
		position: relative; 
		top: 10px; 
		left: 0; 
		width: 184px;
		} 
#menu dt {
		cursor: pointer; 
		height: 12px; 
		line-height: 12px; 
		text-align: left; 
		font-size:11px; 
		border-bottom: 2px solid #8d8574; 
		text-indent:5px;
		}
#menu dd {
		line-height: 12px; 
		font-size:11px; 
		text-indent:15px;
		}
#menu li {text-align: left;}

/* couleur choixsous menu */
#menu li a {font-size: 11px; color:#856254;},

#menu dt a{
		font-weight: font-weight:normal; 
		text-decoration: none; 
		display: block; 
		border: 0 none; 
		height: 100%;
		}
#menu li a:hover, 
#menu dt a:hover {
		font-weight: font-weight:bold; 
		color: #d27031;}