/* pr?sentation de la page d'accueil.*/
* {
	background:	#E6E6E6;
}
.container {
	height:			200px;
	display:		flex;
	align-items:		center;
	justify-content:	center;
}
.item {
	width:	10em;
}
.sidebar {
	float:	left;
	width:	20%;
}
.post {
	float:	right;
	width:	79%;
}
footer {
	clear:	both;
}
header, nav, footer, article {
	display:	block;
}
nav {
	float:	left;
	width:	20%;
}
article {
	float:	right;
	width: 79%;
}
h1 {
	font-family:	monospace, serif;
	color:		#B40404;
}
h2 {
	font-family:	monospace, serif;
	color:		#0000FF;
h6 {
	font-family:	monospace, serif;
	color:		#2E2E2E;
}
.icon {
	width:		88px;
	height:		31px;
}
a {
	color:			green;
	text-decoration:	none;

}
.img {
	align-items:		center;
	justify-content:	center;
}
body {
	position:	center;
	text-align:	center;
}
p, ul, li, td {
	color: white;
}
