/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
/* mobile first */


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	}

#imageMenu ul li a {
	display:block;
	height: 35px;
	padding-left: 1em;
	padding-top: .4em;
	font-weight: bold;
font-size: 1.5em;
	color : black;
text-shadow: 2px 2px 4px #fff;
	text-decoration: none;
}

#imageMenu ul li.menu1 a {
	background: #81BEF7;
}

#imageMenu ul li.menu2 a {
	background: #81F781;
}

#imageMenu ul li.menu3 a {
	background: #F78181;
}

#imageMenu ul li.menu4 a {
	background: #BDBDBD;
}

#imageMenu ul li.menu5 a {
	background: #F3F781;

}

#imageMenu ul li.menu6 a {
	background: #F7D358;
}

.clear {
	clear: both;
}

/* mobile first */




/* pour les écrans ayant au minimum 670 px de large */
@media (min-width: 670px) { 


#imageMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding-left: 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:98px;
	height: 200px;
}

#imageMenu ul li.menu1 a {
	background: url(/css/images/rectHOM.png) repeat scroll 0%;
}

#imageMenu ul li.menu2 a {
	background: url(/css/images/rectTUT.png) repeat scroll 0%;
}

#imageMenu ul li.menu3 a {
	background: url(/css/images/rectEXA.png) repeat scroll 0%;
}

#imageMenu ul li.menu4 a {
	background: url(/css/images/rectSCR.png) repeat scroll 0%;
}

#imageMenu ul li.menu5 a {
	background: url(/css/images/rectFAQ.png) repeat scroll 0%;

}

#imageMenu ul li.menu6 a {
	background: url(/css/images/rectLST.png) repeat scroll 0%;
	width: 100px;
}


} /* end media query */




/*************************************************************/

