/*MODULE ACCEUIL*/

.blocAccueil{
}

.moduleAccueil{
	width:100%;
}

div.industrie{
	float:left;
	width:20%;
	height:784px;
	overflow:hidden;
	background-repeat:  no-repeat; 
	z-index:1;
}

div.distribution{
	float:left;
	width:20%;
	height:784px;
	overflow:hidden;
	background-repeat:  no-repeat;
	z-index:1;
}

div.architecte{
	float:left;
	width:20%;
	height:784px;
	overflow:hidden;
	background-repeat:  no-repeat; 
	z-index:1;
}

div.commerce{
	float:left;
	width:20%;
	height:784px;
	overflow:hidden;
	background-repeat:  no-repeat;  
	z-index:1;
}

div.collectivites{
	float:left;
	width:20%;
	height:784px;
	overflow:hidden;
	background-repeat:  no-repeat; 
	z-index:1;
}

div.corps_industrie {
	width:228px;
	border:1px solid red;
	float:right;
	z-index:1;
}

div.corps_distribution {
	width:228px;
	border:1px solid red;
	float:right;
	z-index:1;
}

div.corps_architecte {
	width:228px;
	border:1px solid red;
	float:right;
	z-index:1;
}

div.corps_commerce {
	width:100%;
	position:relative;
	bottom:750px;
	z-index:1;
	color:white;
}

div.corps_commerce a {
	color:#cb771a;
}

div.corps_collectivites {
	width:228px;
	border:1px solid red;
	float:right;
	z-index:1;
}