img
{
	width: 80%;
	max-width: 500px;
	margin: 10px;
}


#images
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#logo
{
	width: 100px;
	margin: none;
}

#lien_1
{
	font-family: arial;
	display: block;
	max-width: 200px;
	text-align: center;
	background-color: black;
	padding: 10px 5px;
	margin: auto;
	margin-top: 20px;
	text-decoration: none;
	color: #f6f6f6;
	border-radius: 10px;
	box-shadow: 0px 0px 9px rgba(150, 150, 150, 0.5);
}

#lien_2
{
	font-family: arial;
	display: block;
	max-width: 200px;
	text-align: center;
	background-color: black;
	padding: 10px 5px;
	margin: auto;
	margin-bottom: 5px;
	text-decoration: none;
	color: #f6f6f6;
	border-radius: 10px;
	box-shadow: 0px 0px 9px rgba(150, 150, 150, 0.5);
}