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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 400px;
	height: 460px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000 none scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 400px;
	height: 112px;
}

#imageMenu ul li.historique a
{
	background-repeat: no-repeat;
	background-image: url(/_lang/en/contenu/qui/historique.jpg);
	background-position: 0% 0px;
	background-attachment: scroll;
}

#imageMenu ul li.devenir_membre a {
	background: url(/_lang/en/contenu/qui/devenir_membre.jpg) scroll 0%;
	background-position: 0% 0px;
	background-repeat: no-repeat;
}

#imageMenu ul li.nos_engagements a {
	background: url(/_lang/en/contenu/qui/nos_engagements.jpg) scroll 0%;
	background-position: 0% 0px;
	background-repeat: no-repeat;
}

#imageMenu ul li.urban a {
	background: url(/_lang/en/contenu/qui/fondateurs.jpg) scroll 0%;
	background-position: 0% 0px;
	background-repeat: no-repeat;
}

#imageMenu ul li.equipe a {
	background: url(/_lang/en/contenu/qui/equipe.jpg) scroll 0%;
	background-position: 0% 0px;
	background-repeat: no-repeat;
	width: 400px;
}

.clear {
	clear: both;
}

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

