#menuFiche a, #menuFiche a:visited
{
	position: relative;
	text-decoration: none;
	text-align: center;
	background-color: #f6ebed;
	color: gray;
	display: block;
	width: 155px;
	padding: 0.25em;
	margin: 0.5em auto;
}

#menuFiche a:hover
{
	top: 2px;
	left: 2px;
	color: #fff;
	background: #E1BDBF;
}

#menuFiche a.submenu
{
	background: white;
	border: none;
}

#menuFiche a.submenu:hover
{
	background: white;
	color: gray;
}

#menuFiche a.submenu:visited
{
	background: white;
	color: gray;
}

