
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 700px;
	
	}

#imageMenu ul li {
	float: left;
	margin-left:0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:40px;
	height: 200px;
}



#imageMenu ul li.edito a {
background: url(images/png/edito.jpg) repeat scroll 0%;
}
#imageMenu ul li.Maritime a {
background: url(images/png/maritime.jpg) repeat scroll 0%;
}
#imageMenu ul li.portuaire a {
background: url(images/png/portuaire.jpg) repeat scroll 0%;
}
#imageMenu ul li.Aerien a {
background: url(images/png/aierien.jpg) repeat scroll 0%;
}
#imageMenu ul li.Tourisme a {
background: url(images/png/tourisme.jpg) repeat scroll 0%;
}
#imageMenu ul li.Terrestre a {
background: url(images/png/terrestre.jpg) repeat scroll 0%;
}
#imageMenu ul li.Infrastructures a {
background: url(images/png/infrastructure.jpg) repeat scroll 0%;
}
#imageMenu ul li.Logistique a  {
background: url(images/png/logistique.jpg) repeat scroll 0%;
}
#imageMenu ul li.Assurances a {
background: url(images/png/assurance.jpg) repeat scroll 0%;
}
#imageMenu ul li.Environnement a {
background: url(images/png/environnement.jpg) repeat scroll 0%;
}
#imageMenu ul li.Economie a {
background: url(images/png/ecoetfinance.jpg) repeat scroll 0%;
}
#imageMenu ul li.Commerce a {
background: url(images/png/commerce.jpg) repeat scroll 0%;
}
#imageMenu ul li.Douane a {
background: url(images/png/douane.jpg) repeat scroll 0%;
}
#imageMenu ul li.Reperes a {
background: url(images/png/reperes.jpg) repeat scroll 0%;

}


.clear {
	clear: both;
}

/*************************************************************/

