/*********4*****************************************************

	Image Menu
	v 2.0

**************************************************************/
#example {
	float: left;
}

#imageMenu {
	position: relative;
	width: 530px;
	height: 81px;
	overflow: hidden;
}

#imageMenuIE {
	position: relative;
	width: 530px;
	height: 81px;
	overflow: hidden;
}

#imageMenuNOTIE {
	position: absolute;
	width: 610px;
	height: 81px;
	overflow: hidden;
}

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

#imageMenuIE ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 81px;
	width: 750px;
}
#imageMenuNOTIE ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 81px;
	width: 750px;
}

#imageMenu ul li {
	float: left;
}

#imageMenuIE ul li {
	float: left;
}

#imageMenuNOTIE ul li {
	float: left;
}

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

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

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


#imageMenu ul li.home a {
	background: url(../images/site/accueil.png) repeat scroll 0%;
}

#imageMenu ul li.cadre a {
	background: url(../images/site/cadre.png) repeat scroll 0%;
}

#imageMenu ul li.news a {
	background: url(../images/site/news.png) repeat scroll 0%;
}

#imageMenu ul li.guestbook a {
	background: url(../images/site/registre.png) repeat scroll 0%;
}

#imageMenu ul li.links a {
	background: url(../images/site/liens.png) repeat scroll 0%;
}




#imageMenuIE ul li.home a {
	background: url(../images/site/accueil.png) repeat scroll 0%;
}

#imageMenuIE ul li.cadre a {
	background: url(../images/site/cadre.png) repeat scroll 0%;
}

#imageMenuIE ul li.news a {
	background: url(../images/site/news.png) repeat scroll 0%;
}

#imageMenuIE ul li.guestbook a {
	background: url(../images/site/registre.png) repeat scroll 0%;
}

#imageMenuIE ul li.links a {
	background: url(../images/site/liens.png) repeat scroll 0%;
}




#imageMenuNOTIE ul li.home a {
	background: url(../images/site/accueil.png) repeat scroll 0%;
}

#imageMenuNOTIE ul li.cadre a {
	background: url(../images/site/cadre.png) repeat scroll 0%;
}

#imageMenuNOTIE ul li.news a {
	background: url(../images/site/news.png) repeat scroll 0%;
}

#imageMenuNOTIE ul li.guestbook a {
	background: url(../images/site/registre.png) repeat scroll 0%;
}

#imageMenuNOTIE ul li.links a {
	background: url(../images/site/liens.png) repeat scroll 0%;
}


.clear {
	clear: both;
}

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


