/*menu */

#listmenu{
list-style:none;
margin:0;
padding:0;
}
#listmenu a.hac{
	display:block;
	text-indent:20px;
	cursor:pointer;
	font-weight: 900;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/deplierhaut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: square;
	margin: 1px;
	padding: 1px;
}
#listmenu a.selected{
	border-bottom-width: medium;
	background-color: transparent;
	background-image: url(images/deplierbas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: square;
}

