dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	margin-top:50px;
	background:url(../images/bg-menu-colonne-gauche.png) repeat-y;
}
dl#menu {
	width: 210px;
}
dl#menu dt {
	cursor: pointer;
	margin: 0;
	margin-left:10px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	color:#5e172d;
	font-size:18px;
	padding-left:10px;
}
dl#menu dd {
	margin-left:10px;
}
dl#menu li {
	width:170px;
	text-align: left;
	height:30px;
	line-height:30px;
	border-bottom:#dddddd 1px solid;
	padding-left:20px;
}
dl#menu li a, dl#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background: #eee;
	text-decoration:none;
}
#promos {
width:180px;
border-bottom:0;
}
