/* CSS Document */
@import url("cof.css");

#mainmenu ul li a {
	background-image: url(images/mainmenu-en.gif);
}


.mm_accueil, .mm_accueil a {
	left:0;
	width:160px;
}
.mm_cof, .mm_cof a {
	left:160px;
	width:68px;
}
.mm_collections, .mm_collections a {
	left:228px;
	width:108px;
}
.mm_evenements, .mm_evenements a {
	left:336px;
	width:144px;
}
.mm_contact, .mm_contact a {
	left:480px;
	width:90px;
}

.mm_accueil a {
	background-position: 0px 0px;
}
.mm_cof a {
	background-position: -160px 0px;	
}
.mm_collections a {
	background-position: -228px 0px;	
}
.mm_evenements a {
	background-position: -336px 0px;
}
.mm_contact a {
	background-position: -480px 0px;	
}

.mm_accueil a:hover {
	background-position: 0px -27px;
}
.mm_cof a:hover {
	background-position: -160px -27px;
}
.mm_collections a:hover {
	background-position: -228px -27px;
}
.mm_evenements a:hover {
	background-position: -336px -27px;
}
.mm_contact a:hover {
	background-position: -480px -27px;
}

.mma_accueil a {
	background-position: 0px -27px;
}
.mma_cof a {
	background-position: -160px -27px;
}
.mma_collections a {
	background-position: -228px -27px;
}
.mma_evenements a {
	background-position: -336px -27px;
}
.mma_contact a {
	background-position: -480px -27px;
}

