#content_home{
	position:relative;
	background:url(../images/bg_content_home_repeat.gif) repeat-y;
	height:100%;
	min-height:475px;
	width:100%;
	z-index:1;
}
.box_home{
	margin-top:300px;
	margin-bottom:15px;
	position:relative;
	z-index:3;
	width:327px;
	height:100%;
	margin-right:1px;
	float:left;

	
}
a.home_absolute_link{
	position:absolute;
	width:327px;
	height:100%;
	top:0px;
	left:0px;
	bottom:0px;
	z-index:2;
	display:block;
	background:url(../images/bg_home_residentiel.jpg) no-repeat;
}
a#home_absolute_link_commercial{
	left:328px;
	width:326px;
	background:url(../images/bg_home_commercial.jpg) no-repeat;
}
a#home_absolute_link_industriel{
	left:655px;
	background:url(../images/bg_home_industriel.jpg) no-repeat;
}
a.home_absolute_link:hover{
	opacity:0.45;
	filter: alpha(opacity = 45); /*IE*/
}

.box_home_content{
	position:relative;
	margin-left:20px;
	margin-right:10px;
	z-index:3;
}
#box_commercial{
	width:326px;
}
#box_industriel{
	margin-right:0px;
}

.box_home h1{
	font-size:30px;
	margin-bottom:10px;
}

.box_home h1 a{
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,0.5);
}

.box_home h2{
	font-size:16px;
	line-height:100%;
	color:#fff;
	margin-bottom:7px;
	font-weight:bold;
}
.box_home h3{
	line-height:100%;
	font-size:116.66%;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	padding:0px;
	font-weight:normal;
}
.box_home a{
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,0.5);
}

.box_home .left,
.box_home .right{
	float:left;
	width:150px; /* taille fixe plutot que % oblige a cause d'ie */
}
.box_home .right{
	width:145px; /* taille fixe plutot que % oblige a cause d'ie */
}
#box_commercial .left{
	width:155px;
}
#box_commercial .right{
	width:140px;
}
