#menu {
	float:right;
	height:84px;
	margin-left:30px;
	/*margin-top:84px;*/
	width:600px;
}

#menu li {
	float:right;
	list-style-type:none;
	/*padding-right:10px;*/
}

#menu li a#currentmenu {
	background-position:0 -84px;
}

#menu li a {
	display:block;
	height:84px;
	text-align:center;
	text-decoration:none;
}

#item1 a {
	background:transparent url(../images/menu/btn-accueil.jpg) no-repeat scroll left top;
	height:84px;
	width:81px;
}

#item2 a {
	background:transparent url(../images/menu/btn-la-societe.jpg) no-repeat scroll left top;
	height:84px;
	width:92px;
}

#item3 a {
	background:transparent url(../images/menu/btn-services.jpg) no-repeat scroll left top;
	height:84px;
	width:82px;
}

#item4 a {
	background:transparent url(../images/menu/btn-nos-cars.jpg) no-repeat scroll left top;
	height:84px;
	width:91px;
}

#item5 a {
	background:transparent url(../images/menu/btn-charte.jpg) no-repeat scroll left top;
	height:84px;
	width:77px;
}

#item6 a {
	background:transparent url(../images/menu/btn-voyages.jpg) no-repeat scroll left top;
	height:84px;
	width:85px;
}

#item7 a {
	background:transparent url(../images/menu/btn-contact.jpg) no-repeat scroll left top;
	height:84px;
	width:89px;
}


#menu li a:hover {
	background-position:0 -84px;
}

#menu li a#currentmenu {
	background-position:0 -84px;
}

#menu li a#active {
	background-position:0 -84px;
}
