#navigation{
	height:60px;
	margin-left:63px;
	margin-top:0px;
	padding-top:0px;
	z-index:0;
/*	border:1px solid #FF0000;*/
	
}

#index, #index div, 
#ventes, #ventes div, 
#locations , #locations div, 
#gerance, #gerance div, 
#contact,  #contact div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#index, #ventes, #locations, #gerance, #contact{
	background-image: url(../img/nav2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
/*	top:171px;*/
}

#index{
	background-position: 0px -25px;
	/*margin-left:6px;*/
}

#ventes{
	background-position: -98px -25px;
	margin-left:102px;
}

#locations{
	background-position: -196px -25px;
	margin-left:204px;
}

#gerance{
	background-position: -294px -25px;
	margin-left:306px;
}

#contact{
	background-position: -390px -25px;
	margin-left:408px;
}


#index div, #ventes div, #locations div, #gerance div, #contact div {
/*	background-image: url(../img/white.jpg);*/
background:none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}
