#menu
{
	
	color: #333333;
	font-weight: bold;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 940px;
	height: 48px;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #333333;
	font-weight: bold;
}

#menu a
{
	float: right;
	padding: 0 12px 10px 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#menu a:hover
{
	color: #0099CC;
	font-weight: bold;
	background-image: url(fr_nouvelles/img/menu-hover.png);
		float: right;
	padding: 0 12px 10px 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	
}


