#index {width:100%; height:413px; margin:0 auto;}

#index .top {height:151px; width:100%;}
#index .top .h2title {
	width:720px; position:relative; left:70px; margin:0; padding:70px 0 50px 0;
	font-size:18px;
	color:#E60700; text-align:center;
}

#index .middle {width:100%; height:112px;}
#index .middle .buttons {overflow:hidden; padding:0 0 0 110px;}
#index .middle .buttons div {float:left; width:140px; height:112px;}

/* Boutons */
#index #bureaux, #index #locaux-activites, #index #locaux-commerciaux,
#index #terrains, #index #nouveautes {	
	display:block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	width:123px;
	height:112px;	
	margin:0 auto;
	background-position:0 0;
}

#index #bureaux {background:transparent url('../../images/index/index-bureaux.png') no-repeat;}
#index #locaux-activites {background:transparent url('../../images/index/index-locaux-activites.png') no-repeat;}
#index #locaux-commerciaux {background:transparent url('../../images/index/index-locaux-commerciaux.png') no-repeat;}
#index #terrains {background:transparent url('../../images/index/index-terrains.png') no-repeat;}
#index #nouveautes {background:transparent url('../../images/index/index-nouveautes.png') no-repeat;}

#index #bureaux:hover, #index #locaux-activites:hover, #index #locaux-commerciaux:hover,
#index #terrains:hover, #index #nouveautes:hover {
	background-position:-123px 0;
}

#index .bottom  {width:100%; height:150px; text-align:center;}
#index .bottom .buttons {padding:42px 0 0 0;}
#index #confier {
	display:block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	width:218px;
	height:45px;	
	margin:0 auto;
	background-position:0 0;	
}
#index #confier {background:transparent url('../../images/index/index-confier.png') no-repeat;}
#index #confier:hover {background-position:-218px 0;}

#index #confier .button-text {
	font-family:Arial, sans-serif; font-size:16px; font-weight:normal; display:block; color:#FFFFFF;
	text-decoration:none;	
	padding:0 0 0 40px;	
	text-align:center;
	line-height:45px;
}

#index #confier:hover .button-text {
	color:#FFFFFF;
	text-decoration:none;
}

#index #confier-reflet {width:218px; height:33px; background:transparent url('../../images/index/index-confier-reflet.png') no-repeat; margin:0 auto;}
