#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 590px;	/*cf image de fond.*/
	height: 30px;	/*cf image de fond.*/
	position: relative;	/*Essentiel!*/
	border:#0000CC 200px;
	left:161px;
	top: 2px;
	
	/*border:1px solid #99ff99;*/
}
#menu span {
	display: none;
	position: absolute;
	height:33px;
}
#menu a {
	display: block;
	text-indent: -900%;	/*Cache le texte.*/
	position: absolute;
}

#menu a:hover span{
	display: block;
}

#menu .accueil {
	width: 118px;
	height: 33px;
	background: url(images/menuacc1.gif) no-repeat;
	left: 0px;
	
	/*border:1px solid #ff9999;*/
}
#menu .accueil span {
	width: 118px;
	height: 33px;
	background: url(images/menuacc2.gif) no-repeat;
	top:0px;

}
#menu .realisations {
	width: 220px;
	height: 33px;
	background: url(images/menureal1.gif) no-repeat;
	left: 129px;
	top:0px;
}
#menu .realisations span {
	width: 220px;
	height: 33px;
	background: url(images/menureal2.gif) no-repeat;
	top:0px;

}

#menu .traduction {
	width: 206px;
	height: 33px;
	background: url(images/menutrad.gif) no-repeat;
	left: 356px;
	top:0px;
	
	
}
#menu .traduction span {
	width: 206px;
	height: 33px;
	background: url(images/menutrad2.gif) no-repeat;
	top:0px;
}

#menu .infographie {
	width: 206px;
	height: 33px;
	background: url(images/menuinf1.gif) no-repeat;
	left: 563px;
	top:0px;
	
	
}
#menu .infographie span {
	width: 206px;
	height: 33px;
	background: url(images/menuinf2.gif) no-repeat;
	top:0px;
}

#menu .mail {
	width: 158px;
	height: 80px;
	background: url(images/contact1.png) no-repeat;
	left: 558px;
	top:-80px;
	
}
#menu .mail span {
	width: 158px;
	height: 33px;
	background: url(images/contact1b.png) no-repeat;
	top:-80px;
}

#menu .paysage {
	width: 292px;
	height: 91px;
	background: url(images/unan.png) no-repeat;
	left: 558px;
	top:22px;
	
}
#menu .paysage span {
	width: 292px;
	height: 91px;
	background: url(images/unanon.png) no-repeat;
	top:0px;
}

#menu .cem {			/*cem pour site Cle En Main.*/
	width: 242px;
	height: 55px;
	background: url(images/cem2.gif) no-repeat;
	left: 699px;
	top:0px;
	
}
#menu .cem span {
	width: 242px;
	height: 55px;
	background: url(images/cem2.gif) no-repeat;
	top:0px;
}
