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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 150px;
	overflow: hidden;
}
#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%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:85px;
	height: 150px;
}
#imageMenu ul li.coudrier {
	background: url(../images/coudrier.jpg) repeat scroll 0%;
}
#imageMenu ul li.faune {
	background: url(../images/faune.jpg) repeat scroll 0%;
}
#imageMenu ul li.golf {
	background: url(../images/golf.jpg) repeat scroll 0%;
}
#imageMenu ul li.theatre {
	background: url(../images/theatre.jpg) repeat scroll 0%;
}
#imageMenu ul li.motoneige {
	background: url(../images/motoneige.jpg) repeat scroll 0%;
}
#imageMenu ul li.souper {
	background: url(../images/souper-coucher.jpg) repeat scroll 0%;
}
#imageMenu ul li.maisongranit {
	background: url(../images/maisongranit.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;
}

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

