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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 605px;
	height: 150px;
	overflow: hidden;
	margin: 0px auto;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	border-right: 1px solid #000000;

}

#imageMenu ul li {
	float: left;
}
#imageMenu ul li{
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:54px;
	height: 150px;
	border-right: 1px solid #000000;
}
#imageMenu ul li.dejeuner {
	background: url(../images/dejeuner.jpg) repeat scroll 0%;
}
#imageMenu ul li.enfants {
	background: url(../images/enfants.jpg) repeat scroll 0%;
}
#imageMenu ul li.entrees {
	background: url(../images/entrees.jpg) repeat scroll 0%;
}
#imageMenu ul li.salades {
	background: url(../images/salades.jpg) repeat scroll 0%;
}
#imageMenu ul li.sandwich {
	background: url(../images/sandwich.jpg) repeat scroll 0%;
}
#imageMenu ul li.pates {
	background: url(../images/pates.jpg) repeat scroll 0%;
}
#imageMenu ul li.poissons {
	background: url(../images/poisson.jpg) repeat scroll 0%;
}
#imageMenu ul li.grillades {
	background: url(../images/grillades.jpg) repeat scroll 0%;
}
#imageMenu ul li.pizza {
	background: url(../images/pizza.jpg) repeat scroll 0%;
}
#imageMenu ul li.combos {
	background: url(../images/combos.jpg) repeat scroll 0%;
}
#imageMenu ul li.poulet {
	background: url(../images/poulet.jpg) repeat scroll 0%;
}
#imageMenu ul li.frites {
	background: url(../images/frites.jpg) repeat scroll 0%;
	width: 300px;
}
.clear {
	clear: both;
}
#ajaxcontainer{
	margin: 30px 5% 30px 5%;
	text-align: left;
}
h3 {
	font-size:16px;
	color: #369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
	line-height:1.5em;
}

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