/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
#imageMenu {
	position: relative;
	width: 600px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
/*	border-right: 2px solid #fff; */
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:99px;
	height: 150px;
}
#imageMenu ul li.coudrier {
	background: url(../images/coudrier.jpg) repeat scroll 0%;
}
#imageMenu ul li.equitation {
	background: url(../images/equitation.jpg) repeat scroll 0%;
}
#imageMenu ul li.observatoire {
	background: url(../images/observatoire.jpg) repeat scroll 0%;
}
#imageMenu ul li.maisongranit {
	background: url(../images/maisongranit.jpg) repeat scroll 0%;
}
#imageMenu ul li.golf {
	background: url(../images/golf.jpg) repeat scroll 0%;
}
#imageMenu ul li.bds {
	background: url(../images/bds.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;
	line-height:1.5em;
}

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


