#navigation {
	position:absolute;
	top:223px;
	left:50px;
}

#recherche_entreprise {
	position:absolute;
	top:223px;
	right:50px;
}


#navigation a, #recherche_entreprise a{
	font-size:11px;
	color:#fff;
	border:0;
	border-right:1px solid #1fda00;
	padding:0 6px;
	text-transform:uppercase;
}
#navigation a.last, #recherche_entreprise a.last{
	border-right:0;
}

#navigation a.current,
#navigation a:hover, #recherche_entreprise a.current, #recherche_entreprise a:hover {
	color: #1fda00;
}
