@charset "utf-8";
/* CSS Document */
#menu a{
	border:none;
	margin:0;
	padding:0;
	display:block;
	}
#menu ul /* Liste */     
{
        
        margin : auto; /* ni extérieure */
		padding:0;
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align:left; /* on centre le texte qui se trouve dans la liste */
		height:50px;
}
#menu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
a#accueil{
	background:url(menu/1.png) left top no-repeat;
	background-position:bottom;
	height:50px;
	width:173px;
	} 
a#accueil:hover{
	display:none
	background:url(menu/1.png) left top no-repeat;
	background-position:top;
	height:50px;
	width:173px;
	} 
a#recup{
	background-image:url(menu/2.png);
	background-position:bottom;
	height:50px;
	width:170px;
	}
a#recup:hover{
	display:block;
	background-image:url(menu/2.png);
	background-position:top;
	height:50px;
	width:170px;
	}
a#session{
	background-image:url(menu/3.png);
	background-position:bottom;
	height:50px;
	width:170px;
	}
a#session:hover{
	background-image:url(menu/3.png);
	background-position:top;
	height:50px;
	width:170px;
	}
a#formation{
	background-image:url(menu/4.png);
	background-position:bottom;
	height:50px;
	width:170px;
	}
a#formation:hover{
	background-image:url(menu/4.png);
	background-position:top;
	height:50px;
	width:170px;
	}
a#contact{
	background-image:url(menu/5.png);
	background-position:bottom;
	height:50px;
	width:170px;
	}
a#contact:hover{
	background-image:url(menu/5.png);
	background-position:top;
	height:50px;
	width:170px;
	}
a#lien{
	background-image:url(menu/6.png);
	background-position:bottom;
	height:50px;
	width:171px;
	}
a#lien:hover{
	background-image:url(menu/6.png);
	background-position:top;
	height:50px;
	width:171px;
	}
	
#bouton_supprimer
{
	background-image:url(admin/images/croix-supprimer.gif);
	
}