dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dl {
float: left;
width: 100px;
position: relative;
margin: 0;
}
#menu dt {
cursor: pointer;
/*font-weight: bold;*/
color:#fff;
}
#menu dd {
background: url(../images/fond-titres-rub-off.png) no-repeat top left;
position: absolute;
bottom:0;
width:100%;
}

/*
#menu ul {
background: url(../images/fond-titres-rub.gif) no-repeat top left;
}
#menu li {
	padding:1px 0px 1px 0px ;
	background: #f0d7c1;
}
#menu li a, #menu dt a {
	margin:0px 0px 0px 0px ;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color:#907965;
}
#menu li a:hover, #menu dt a:hover {
	color:#907965;
	background: #fff;
	border-left:1px solid #907965;
	border-right:1px solid #907965;
}*/
/*div.rub:hover dd {
	background: url(../images/fond-titres-rub.gif) no-repeat top left;
}
div.rub img:hover{
	background-color: #DFB793;
}*/

