/*************************************************/
/** Page d'accueil                               */
/*************************************************/
#home .animationBar .left{
	float:left;
	background-image: url("../images/animationBar_left.jpg");
	width:462px;
	height:115px;
}

#home .animationBar .center{
	float:left;
	background-image: url("../images/animationBar_center.gif");
	width:323px;
	height:115px;
	padding-left:15px;
}

#home .animationBar .center .ecovroomBtn, #home .animationBar .center .wishCardBtn, #home .animationBar .center .efoliaBtn, 
#home .animationBar .center .greenMoneyBtn{
	margin-top:20px;
	margin-left:3px;
	float:left;
	width: 72px;
	height: 80px;
	cursor:pointer;
}

#home .animationBar .right{
	float:left;
	background-image: url("../images/animationBar_right.jpg");
	width:232px;
	height:115px;
}

#home .mainContent{
	background-image: url("../images/home_mainImage_septembre.png");
	width:1032px;
	height:538px;
	position:relative;
}

#home .mainContent .knowMoreArea{
	position:absolute;
	top:350px;
	left:700px;
	width:210px;
	height:140px;
	cursor: pointer;
}

#home .footer{
	background-image: url("images/home_mainImage_footer.jpg");
	width:1032px;
	height:51px;
}
