#menu{
	margin-top: 0;
	list-style-type: none;
	margin-left: -16px;
	
	}

#menu  a{
	display:block;
	width:180px;
	height:28px;
	background-color: #000000;	
	}
	
#menu  a:hover{
	padding-left: 10px;
	background-image: url(img/fleche.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
