a.actu {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/actu.png) no-repeat top left;
}
a.actu:hover {
	background: url(../images/menu/actu.png) no-repeat right;
}

a.team {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/team.png) no-repeat top left;
}
a.team:hover {
	background: url(../images/menu/team.png) no-repeat right;
}

a.sponsors {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/sponsors.png) no-repeat top left;
}
a.sponsors:hover {
	background: url(../images/menu/sponsors.png) no-repeat right;
}

a.photos {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/photos.png) no-repeat top left;
}
a.photos:hover {
	background: url(../images/menu/photos.png) no-repeat right;
}

a.commando {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/commando.png) no-repeat top left;
}
a.commando:hover {
	background: url(../images/menu/commando.png) no-repeat right;
}

a.forum {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/forum.png) no-repeat top left;
}
a.forum:hover {
	background: url(../images/menu/forum.png) no-repeat right;
}

a.fartage {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/fartage.png) no-repeat top left;
}
a.fartage:hover {
	background: url(../images/menu/fartage.png) no-repeat right;
}

a.liens {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/liens.png) no-repeat top left;
}
a.liens:hover {
	background: url(../images/menu/liens.png) no-repeat right;
}

a.oriprod {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/oriprod.png) no-repeat top left;
}
a.oriprod:hover {
	background: url(../images/menu/oriprod.png) no-repeat right;
}

a.shop {
	display: block;
	float:left;
	height: 80px; width:75px;
	background: url(../images/menu/shop.png) no-repeat top left;
}
a.shop:hover {
	background: url(../images/menu/shop.png) no-repeat right;
}




img { 
	border:none;
}

