body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: white;
	background-color: hsl(0, 0%, 12%);
}

ul {
	position: absolute;
	top: 50px;
	left: 50px;
	margin-top: 0;
}

li {
	margin: 0 10px 0 0;
	background-color: black;
	border: 1px solid #545454;
}

li:hover {
	background-color: #545454;
}

#bienvenue {
	font-size: 22px;
	position: absolute;
	top: 50px;
	right: 50px;
	width: 300px;
	padding: 20px;
	border: 1px solid #545454;
}

a {
	color: white;
}

img {
	border-radius: 200px;
	padding: 30px;
	background-color: #545454;
}

.bouton {
	color: white;
	background-color: black;
	border: 1px solid #545454;
}

.bouton:hover {
	color: white;
	background-color: #545454;
}

.activite {
	background-color: grey;
	color: black;
}

#deconnexion {
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
}