body
{
	font-family:Arial;
	background-image:url(amenu/BackGroundNew.jpg);
}

a, a:active, a:visited
{
	color:#FFCC00;  <-- jaune
	text-decoration:none;
}

#ligne2
{
	font-size:22px;
	height:28px;
	font-weight:bold;
}

#ligne2 a:hover
{	
	background-color:#CC0000; <-- rouge
}

#ligne3
{
	font-weight:bold;
	font-size:20px;
	height:28px;
	margin-top: 9px;
}

#ligne3 a, a:active
{
	background-color:#CC0000;
}


#ligne3 a:hover
{
	background-color:#5E6773;
}

.selected
{
	background-color:#CC0000;
}
