#menu ul {
	padding:0; 
	margin:0 0 0 80px;
	list-style-type: none;
	width:606px;
	height:27px;
	}

#menu ul li {
	float:left;
	height:27px;
	}

#menu ul li a {
	height:27px;
	}

#menu ul li a span {
	display:none;
	}

li#menu_gauche {
	background:url(images/menu_gauche.jpg) no-repeat top left;
	width:25px;
	}

a#menu_activites {
	display:block;
	background:url(images/menu_activites.gif) no-repeat top left;
	width:104px;
	}

a#menu_activites:hover {
	background:url(images/menu_activites_o.gif) no-repeat top left;
	cursor:pointer;
	}

li#menu_separ1 {
	background:url(images/menu_separ1.jpg) no-repeat top left;
	width:51px;
	}

a#menu_cartes {
	display:block;
	background:url(images/menu_cartes.gif) no-repeat top left;
	width:64px;
	}

a#menu_cartes:hover {
	background:url(images/menu_cartes_o.gif) no-repeat top left;
	cursor:pointer;
	}

li#menu_separ2 {
	background:url(images/menu_separ2.jpg) no-repeat top left;
	width:50px;
	}

a#menu_recits {
	display:block;
	background:url(images/menu_recits.gif) no-repeat top left;
	width:174px;
	}

a#menu_recits:hover {
	background:url(images/menu_recits_o.gif) no-repeat top left;
	cursor:pointer;
	}

li#menu_separ3 {
	background:url(images/menu_separ3.jpg) no-repeat top left;
	width:49px;
	}

a#menu_liens {
	display:block;
	background:url(images/menu_liens.gif) no-repeat top left;
	width:64px;
	}

a#menu_liens:hover {
	background:url(images/menu_liens_o.gif) no-repeat top left;
	cursor:pointer;
	}

li#menu_droite {
	background:url(images/menu_droite.jpg) no-repeat top left;
	width:25px;
	}
