#logo{
 float: left;
}

#fidelite_top{
float: left;
}

#top_livraison{
float: right;
}

#menu_haut ul {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
width: 100%;
}

#menu_haut ul li {
	display: inline;
	float: left;
	height: 40px;
	width: auto;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}

#menu_haut a.lien:hover {
	text-decoration: none;
	color: #FC0;
}

#menu_haut a.lien_jaune:hover {
	text-decoration: none;
	color: #FC0;
}

#menu_haut a.lien {
	display: inline;
	font-size: 14pt;
	color: #F6F6F6;
	height: 40px;
	width: auto;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 40px;
}

#menu_haut a.lien_jaune {
	display: inline;
	font-size: 12pt;
	color: #FFED00;
	height: 40px;
	width: auto;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 40px;
}


#menu_haut #top_logged{
position : absolute;
top: 0px; 
left: 350px;
background-color: #FC0;
line-height: 15px;
}

#menu_haut #identification{
z-index: 101;
position: relative;
margin: 0px;
font-size: small;
left: 150px;
width: 300px;
height: 80px;
background-image:url('/images/interface/identification.gif');
}
#menu_haut #identification tr td{
height: 22px;
}
#menu_haut #identification label{
padding-right: 5px;
line-height: 22px;
width: 100px;
}