#top ul {
	position	: absolute;
	padding		: 0;
	margin		: 0;
	left : 445px;
	top: 266px;
	text-align	: center;
	height		: 53px;
	background: transparent url(menu-en.gif);
}

#top ul li {
	list-style	: none;
	float		: left;
}

#top ul li a{
	display: block;
	height: 53px;
	background: transparent url(menu-en.gif);
	text-indent: -5000px;
}

#top ul li.accueil a {width: 88px; background-position: 0 0;}
#top ul li.presentation a {width: 136px; background-position: -88px 0;}
#top ul li.actualites a {width: 111px; background-position: -224px 0;}
#top ul li.references a {width: 129px; background-position: -335px 0;}
#top ul li.contact a {width: 90px; background-position: -464px 0;}

#top ul li.accueil a:hover, #top ul li.accueil a.selected {background-position: 0 -53px;}
#top ul li.presentation a:hover, #top ul li.presentation a.selected {background-position: -88px -53px;}
#top ul li.actualites a:hover, #top ul li.actualites a.selected {background-position: -224px -53px;}
#top ul li.references a:hover, #top ul li.references a.selected {background-position: -335px -53px;}
#top ul li.contact a:hover, #top ul li.contact a.selected {background-position: -464px -53px;}

#top ul#ssmenu {
	position: absolute;
	top: 40px;
	left: 330px;
	background: none;
	display:none;
}

#top ul#ssmenu li {
	float: none;
}

#top ul#ssmenu li a {
	text-indent: 0;
	background: none;
	color: #54070b;
	height: auto;
	width: 140px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

#top ul#ssmenu li a:hover {
	color: #ff0000;
}