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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 80px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 80px;
	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:90px;
	height: 80px;
}

#imageMenu ul li.magazine a {
	background: url(images/magazine.jpg);
}

#imageMenu ul li.shop a {
	background: url(images/shop.jpg);
}

#imageMenu ul li.annuaire a {
	background: url(images/annuaire.jpg);
}

#imageMenu ul li.dzvettv a {
	background: url(images/dzvettv.jpg);
}

#imageMenu ul li.dico a {
	background: url(images/dico.jpg);
}

#imageMenu ul li.down a {
	background: url(images/down.jpg);
	width: 310px;
}

.clear {
	clear: both;
}

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


