
.body { 
	background-color: #e1e1e2;
	margin: 0 0 0 0;
	font-family: 'Khand', sans-serif;
	color: #323232;
	}
a:link {text-decoration: none; color: #ffffff;}
a:active {color: #ffffff;}
a:hover {color: #323232;}
a:visited {color: #ffffff;}

.conteneur { 

	width: 990px;
	margin:auto;
	position: center;
}
.logo{
	background-color: #979395;
	height: 224px;
	width: 224px;
	position:relative;
	margin: 0 0 0 50;
	z-index:20;

}
.description {
	height: 80px;
	width: 680px;
	margin: -215 0 0 300;
	padding-top: 12;
	z-index:30;
	position:absolute;
	text-align: center;
	color: #323232;
	font-size: 19px;
}
.image {
	background-color: #979395;
	height: 321px;
	margin: -120 0 0 0;
	z-index:10;
}

.bouton  {
	background-color: #e76409;
	width: 990px;
	height: 50px;
	z-index:30;
	margin: 15 0 0 0;
	text-align: center;
	font-size: 24px;
	padding : 20 0 0 0;
	
}
.contenu a { color:#e76409 }
.contenu {
	background-color: #ffffff;
	width: 990px;
	margin: 15 0 0 0;
	text-align: center;
	font-size: 20px;
}
.avantfooter {
	background-color: #515151;
	width: 990px;
	margin: 30 0 0 0;
	font-size: 14px;
	color: #a9a9a9;
	
}
.footer {
	background-color: #353535;
	width: 990px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 16px;
}