dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative; /* placement du menu, à modifier selon vos besoins */
	width: 140px;
	height: 750px;

}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 22px;
}
#menu dd {
	border: none;
}
#menu li {
	text-align: left;
	font-style: italic;
	padding-left: 10px;
	font-size: 15px;
	line-height: 17px;
	height: 18px;
	/*background: #fff;*/
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	height: 100%;
	color: #714135;
}
#menu li a:hover, #menu dt a:hover {
	font-weight: bold;
	color: #714135;
}
