/*menu */
#listmenu{
	list-style:none;
	margin:0px;
	padding:0px;
}
#listmenu ul{
	margin:0px;
	padding:4px 0px 6px 8px;
	text-align:left;
	list-style:none;
}
#listmenu li{
	width:160px;
	margin:0px;
	padding:2px 0px 2px 0px;
	text-align:left;
	list-style:none;
	font-size:11px;
}
#listmenu a{
	color:#d0cecf;
	padding-left:8px;
}
#listmenu a:hover{
	padding-left:8px;
	font-weight:normal;
	color:#fafafa;
}
#listmenu a:visited{
	background:transparent url("images/puce.gif") no-repeat center left;
	padding-left:8px;
	font-weight:normal;
}
#listmenu a.selected{
}
#listmenu a.on{
	background:transparent url("images/puce.gif") no-repeat center left;
	color:#e50582;
	font-weight:normal;
}

#listmenu a.hac{
	display:block;
	cursor:pointer;
	font-size:12px;
	color:#fafafa;
	padding-left:0px;
}
#listmenu a.hac.on{
	background:transparent;
	color:#fafafa;
	font-weight:normal;
	padding-left:0px;
}
#listmenu a.hac.selected{
}
#listmenu a.hac:hover{
	padding-left:0px;
	font-weight:normal;
}