body
{
	background-color:#3C3740;
    color:white;
    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;
}