#accueil {
	background: url('../media/boutons/accueil.png') top center no-repeat;
	}
#accueil:hover {
	background: url('../media/boutons/accueil.png') bottom center no-repeat;
	}

#activites {
	background: url('../media/boutons/activites.png') top center no-repeat;
	}
#activites:hover {
	background: url('../media/boutons/activites.png') bottom center no-repeat;
	}
#parcours {
	background: url('../media/boutons/parcours.png') top center no-repeat;
	}
#parcours:hover {
	background: url('../media/boutons/parcours.png') bottom center no-repeat;
	}
#expos {
	background: url('../media/boutons/expos.png') top center no-repeat;
	}
#expos:hover {
	background: url('../media/boutons/expos.png') bottom center no-repeat;
	}
#services {
	background: url('../media/boutons/services.png') top center no-repeat;
	}
#services:hover {
	background: url('../media/boutons/services.png') bottom center no-repeat;
	}
#publications {
	background: url('../media/boutons/publications.png') top center no-repeat;
	}
#publications:hover {
	background: url('../media/boutons/publications.png') bottom center no-repeat;
	}
#telechargements {
	background: url('../media/boutons/telechargement.png') top center no-repeat;
	}
#telechargements:hover {
	background: url('../media/boutons/telechargement.png') bottom center no-repeat;
	}
#contact {
	background: url('../media/boutons/contact.png') top center no-repeat;
	}
#contact:hover {
	background: url('../media/boutons/contact.png') bottom center no-repeat;
	}
#qui {
	background: url('../media/boutons/qui.png') top center no-repeat;
	}
#qui:hover {
	background: url('../media/boutons/qui.png') bottom center no-repeat;
	}
#membres {
	background: url('../media/boutons/membres.png') top center no-repeat;
	}
#membres:hover {
	background: url('../media/boutons/membres.png') bottom center no-repeat;
	}
#partenaires {
	background: url('../media/boutons/partenaires.png') top center no-repeat;
	}
#partenaires:hover {
	background: url('../media/boutons/partenaires.png') bottom center no-repeat;
	}
	
.menu_lvl_1:hover .menu_lvl_2 {
	display: block;
	}
.menu_lvl_2 p:hover {
	text-decoration: underline;
	cursor: pointer;
	}