ul#menuglobal {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	width: 800px;
	height: 42px;
}

ul#menuglobal li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	position:relative;
	
}

ul#menuglobal a.image-croix {
	display:block;
	width: 40px;
	height: 40px;
	margin-left: 3px;
	margin-right: 3px;
	background:url(images/espace-croix.gif) no-repeat center;
}

a.image-accueil {
	display:block;
	width: 100px;
	height: 35px;
	background:url(images/b-accueil.gif) no-repeat;
}

a.image-accueil span {
	position:absolute;
}

a.image-accueil:hover, a.image-accueil:focus {
	background:url(images/b-accueil.gif) no-repeat 0 0;
	background-position: 0 -35px;
}

a.image-chroniques {
	display:block;
	width: 135px;
	height: 35px;
	background:url(images/b-chroniques.gif) no-repeat;
}

a.image-chroniques span {
	position:absolute;
}

a.image-chroniques:hover, a.image-chroniques:focus {
	background:url(images/b-chroniques.gif) no-repeat 0 0;
	background-position: 0 -35px;
}

a.image-interactivite {
	display:block;
	width: 145px;
	height: 35px;
	background:url(images/b-interactivite.gif) no-repeat;
}

a.image-interactivite span {
	position:absolute;
}

a.image-interactivite:hover, a.image-interactivite:focus {
	background:url(images/b-interactivite.gif) no-repeat 0 0;
	background-position: 0 -35px;
}

a.image-livreor {
	display:block;
	width: 135px;
	height: 35px;
	background:url(images/b-livre-or.gif) no-repeat;
}
a.image-livreor span {
	position:absolute;
}

a.image-livreor:hover, a.image-livreor:focus {
	background:url(images/b-livre-or.gif) no-repeat 0 0;
	background-position: 0 -35px;
}

a.image-contact {
	display:block;
	width: 100px;
	height: 35px;
	background:url(images/b-contact.gif) no-repeat;
}

a.image-contact span {
	position:absolute;
}

a.image-contact:hover, a.image-contact:focus {
	background:url(images/b-contact.gif) no-repeat 0 0;
	background-position: 0 -35px;
}


