#navigation {
	height: 63px;
	float:left;
	margin-bottom:90px;
}
#navigation div{
	height:62px;
	border-bottom:1px solid #6b6b6e;
	width:137px;
	float:left;
	border-left:1px solid #6b6b6e;
}
#navigation a{
	height:62px;
	width:137px;
	display:block;
}

#navigation #home a{
	height:62px;
	width:235px;
	display:block;
}


#navigation #home{
	width:235px;
	background:url(../picture/interface/logo.png) no-repeat;
	border-left:0;
	background-position:25px 0;
}

#navigation #vous{
	background:url(../picture/interface/vous.png) no-repeat;
}
#navigation #vous:hover,#navigation #vous.current{
	background:url(../picture/interface/vous.png) no-repeat;
	background-position:-137px 0;
}

#navigation #nous{
	background:url(../picture/interface/nous.png) no-repeat;
}
#navigation #nous:hover,#navigation #nous.current{
	background:url(../picture/interface/nous.png) no-repeat;
	background-position:-137px 0;
}
#navigation #clients{
	background:url(../picture/interface/clients.png) no-repeat;
}
#navigation #clients:hover,#navigation #clients.current{
	background:url(../picture/interface/clients.png) no-repeat;
	background-position:-137px 0;
}
#navigation #bricbrac{
	background:url(../picture/interface/bricbrac.png) no-repeat;
}

#navigation #bricbrac:hover,#navigation #bricbrac.current{
	background:url(../picture/interface/bricbrac.png) no-repeat;
	background-position:-137px 0;
}
#navigation #contact{
	background:url(../picture/interface/contact.png) no-repeat;
}
#navigation #contact:hover, #navigation #contact.current{
	background:url(../picture/interface/contact.png) no-repeat;
	background-position:-137px 0;
}