/* rollover.css */

#m-east {
	position: relative;
	height: 42px;
	/*margin: 0 auto; padding: 0 0 0 100px;*/
}

#m-east li {
	display: block;
	width: 114px; 
	height: 28px;
	float: left;
	list-style: none;
	margin:0 2px; padding:0;
}

#accueil a, #societe a, #services a, #partenaires a, #actualites a, #contact a, #espace-client a {
	display: block;
	width: 114px; 
	height: 28px;
	cursor: pointer;
	text-decoration: none;
}

#accueil			{ background: url(../images/menu/btn-accueil.jpg) no-repeat 0 -28px; }
#societe			{ background: url(../images/menu/btn-societe.jpg) no-repeat 0 -28px; }
#services			{ background: url(../images/menu/btn-services.jpg) no-repeat 0 -28px; }
#partenaires		{ background: url(../images/menu/btn-partenaires.jpg) no-repeat 0 -28px; }
#actualites			{ background: url(../images/menu/btn-actualites.jpg) no-repeat 0 -28px; }
#contact			{ background: url(../images/menu/btn-contact.jpg) no-repeat 0 -28px; }
#espace-client		{ background: url(../images/menu/btn-espace-client.jpg) no-repeat 0 -28px; }

#accueil a			{ background: url(../images/menu/btn-accueil.jpg) no-repeat 0 0; z-index: 10; cursor: auto}
#societe a			{ background: url(../images/menu/btn-societe.jpg) no-repeat 0 0; }
#services a			{ background: url(../images/menu/btn-services.jpg) no-repeat 0 0; }
#partenaires a		{ background: url(../images/menu/btn-partenaires.jpg) no-repeat 0 0; }
#actualites a		{ background: url(../images/menu/btn-actualites.jpg) no-repeat 0 0; }
#contact a			{ background: url(../images/menu/btn-contact.jpg) no-repeat 0 0; }
#espace-client a	{ background: url(../images/menu/btn-espace-client.jpg) no-repeat 0 0; }


#accueil a:hover, #societe a:hover, #services a:hover, #partenaires a:hover, #actualites a:hover, #contact a:hover, #espace-client a:hover {
	background-position: 0 -28px;
}
