#logo
{
	background-image: url("assets/images/hoax_logo.png");
	display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    height: 310px;
    background-position: center;
}

#texte_presentation
{
	text-align: center;
}


p
{
	color: black;
	font-family: arial;
	font-size: 15px;
	text-decoration: ;
}



#navigation
{

	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: red;
	border-color: black;
	border-style: solid;
	border-radius: 5px;
	width: 700px;
	height: 70px;
	flex-direction: row;
	margin: auto;
}

a
{
	font-family:arial ;
	font-size: 25px;
	color: black;
	font-weight: bold;
	text-decoration: none;

  }


a:hover
{
	color: blue;

  }


