html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#222730;
	background-image:url(images/fd-page-chapo.png);
	background-repeat:repeat-x;
}
/***** Main Layout ****/

#conteneur {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
}
#contenu {
	width: 890px;
	margin: auto auto;/* center the page in Firefox */
}
/* DEBUT ACCORDEON PAGE TYPE */
#imageMenu2 {
	position: relative;
	width: 895px;
	height: 336px;
	overflow: hidden;
	margin-top:180px;
}
#imageMenu2 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 336px;
	width: 895px;
	padding: 0px;
	border: 0px;
}
#imageMenu2 ul li {
	float: left;
}
#imageMenu2 ul li a {
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 185px;
	padding-top: 160px;
}
#imageMenu2 ul li.immobilier a {
	background-image: url(images/immobilier.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.immobilier a:hover {
	background-image: url(images/immobilier-hover.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.fd-commerce a {
	background-image: url(images/fd-commerce.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.fd-commerce a:hover {
	background-image: url(images/fd-commerce-hover.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.gestion-loc a {
	background-image: url(images/gestion-loc.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.gestion-loc a:hover {
	background-image: url(images/gestion-loc-hover.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.assurance-pret a {
	background-image: url(images/assur-pret.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.assurance-pret a:hover {
	background-image: url(images/assur-pret-hover.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.assurance a {
	background-image: url(images/assurance.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.assurance a:hover {
	background-image: url(images/assurance-hover.png);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display:block;
	width: 190px;
	height: 336px;
}


/* FIN ACCORDEON PAGE TYPE */

