/* Menu accordeon 

#listmenu{
list-style:none;
margin:0;
padding:0;
}
#listmenu a.hac{
display:block;
background:transparent url(images/deplierhaut.gif) left 50% no-repeat;
text-indent:10px;
cursor:pointer;
}
#listmenu a.selected{
background:transparent url(images/deplierbas.gif) left 50% no-repeat;
}

.art {
}
*/
#listmenu a.hac {
	border-left: 7px solid #EEAC08;
	margin: 4px 0;
	padding: 4px;
	cursor:pointer;
}
#listmenu a.selected{
	background-color: #EEAC08;
	color: white;
	font-weight: bold;
}
#listmenu ul li a {
	border-left: 4px solid #CBE2EA;
	margin: 0px 0;
	padding: 4px;
}
#listmenu ul li a.on {
	border-color: #EEAC08;
}