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

	Image Menu
	v 2.2

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


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

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

#imageMenu ul li {
	float: left;
}

#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:60px;
	height: 200px;
}


#imageMenu ul li.consulter a {
	background: url(images/menu-categorie/1-consulter.png) repeat scroll 0%;
}

#imageMenu ul li.quand-consulter a {
	background: url(images/menu-categorie/8-quand-consulter.png) repeat scroll 0%;
}

#imageMenu ul li.confidentiel a {
	background: url(images/menu-categorie/2-confidentiel.png) repeat scroll 0%;
}

#imageMenu ul li.equipe a {
	background: url(images/menu-categorie/3-equipe.png) repeat scroll 0%;
}

#imageMenu ul li.consultation a {
	background: url(images/menu-categorie/4-consultation.png) repeat scroll 0%;
}

#imageMenu ul li.honoraires a {
	background: url(images/menu-categorie/5-honoraires.png) repeat scroll 0%;
}

#imageMenu ul li.rendez-vous a {
	background: url(images/menu-categorie/6-rendez-vous.png) repeat scroll 0%;
	
}

#imageMenu ul li.charte a {
	background: url(images/menu-categorie/7-charte.png) repeat scroll 0%;
	
}


.clear {
	clear: both;
}

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


