/****************
	GENERAL
****************/
	body {
		width : 1000px;
		margin-left : auto;
		margin-right : auto;
		background : #717171;
	}
	
/****************
	FOOTER
****************/
	#home1{
		background: url('./images/accueil1.jpg');
		width:1000px;
		height:141px;
		float:left;
	}
	#home2{
		width:1000px;
		height:210px;
		float:left;
	}
	#home3{
		width:1000px;
		height:192px;
		float:left;
	}
	#home4{
		width:1000px;
		height:114px;
		float:left;
	}
	#home5{
		background: url('./images/accueil5.jpg');
		width:1000px;
		height:204px;
		float:left;
	}
	.footer {
		width : 1000px;
		margin-top : 12px;
		margin-bottom : 12px;
		text-align : center;
		font: bold 10px Verdana, helvetica, "Trebuchet MS", sans-serif;
		color : #CCCCCC;
		float : left;
	}
	
	.footer a{
		text-decoration : none;
		color : #CCCCCC;;
	}