
#listeMenu
{
	margin : 0px;
	margin-top : 20px;
	width : 150px;
	border : solid 1px Black;
	border-bottom-width : 0px;
}

#listeMenu li
{
	list-style-type : none;
	text-align : left;
	border-bottom : solid 1px Black;
}

#listeMenu a
{
	display : block;
	padding : 0px 0px 0px 5px;
	font : bold 11px Verdana;
	color : Black;
	background : #999999 url(./../img/puck5.gif) no-repeat top right;
	text-decoration : none;
}

#listeMenu a:hover 
{
	color : #999999;
	background : Black url(./../img/puck4.gif) no-repeat top right;
}