
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

body { vertical-align:top;}


/*

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 298px;
	width: 980px;
	
	
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:222px;
	height: 46px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-top:252px;
	padding-left:14px;
}

strong { padding-top:20px; margin-top:20px;}


#imageMenu ul li.img1 a {
	background: url(/medias/communs/img1.jpg) right no-repeat;
}
#imageMenu ul li.img1 a img { padding-top:5px; float:right; position:relative; right:0;}

#imageMenu ul li.img2 a {
	background: url(/medias/communs/img2.jpg) right no-repeat;
}
#imageMenu ul li.img2 a img { float:right; position:relative; right:0;}

#imageMenu ul li.img3 a {
	background: url(/medias/communs/img3.jpg) right no-repeat;
}
#imageMenu ul li.img3 a img { float:right; position:relative; right:0;}

#imageMenu ul li.img4 a {
	background: url(/medias/communs/img4.jpg) left no-repeat;
}
#imageMenu ul li.img4 a img { float:right; position:relative; right:10px;}



.clear {
	clear: both;
}
*/
/*************************************************************/


