div#rubrique_produits {
	background-color:#232D29;
	width: 123px;
	height: 25px;
	overflow: hidden;
}

div#rubrique_produits span, div#rubrique_produits a {
	display: block;
	background-color:#232D29;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
}


div#sous_menu_produits a{
padding-top:3px;
padding-bottom:3px;
}

div#rubrique_produits a:hover {
	background-color:#A3C300;
	color:#000000;
}