body
{
	background-color: gray;
 	font-size: 1em;
    font-family: "courier new", arial, verdana, impact, sans-serif;
}

a{
	text-decoration: none;
	color:black;
}

#conteneur
{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.element
{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}