
/* pr?sentation de la page d'accueil(en).*/
* {
	background:	#E6E6E6;
}
h1 {
	font-family:	monospace, serif;
	color:		#B40404;
}
h6 {
	font-family:	monospace, serif;
	color:		#2E2E2E;
}
.icon {
	width:		88px;
	height:		31px;
}
a {
	text-decoration:	none;

}
.button {
	display: inline-block;
	margin-left: 5px;
	width:  100px;
	height: 100px;
	border-radius:  100%;
	
}
body {
	position:	center;
	text-align:	center;
}
