
body{
    background-color:white;
    width:90%;
	font-family: 'Verdana', Arial, sans-serif;
	color: #3c3a37;
    margin: auto; /*Centrer sur la page*/
}


#menu{
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}


nav ul
{
    display:flex;
	justify-content:right; 
	list-style: none;
    padding:10px 10px 10px 80px;
	/*background-color: #ffff ;
	opacity: 0.8;
	border-radius: 5px;
	*/
    border-bottom: solid #456c64 ;
}

nav li{
    padding-left:50px;
    padding-bottom:0px;
}
nav ul{
    margin-bottom:0px;
}

#logo_a
{   
    text-align: center; 
    padding-top: 1px;
}


h1{
    font-size: 1.9rem;
    margin:auto;
    text-align: center;
}
h2{
    font-size: 1.5rem;
    color: white;
    background-color: rgb(16, 87, 61);
    padding: 7px;
    font-weight:300;
    margin-top: 70px;
    margin-bottom: 10px;
}



li a{
    font-size: 0.95em;
}

.rep{
    width:90%;
    margin: auto;
    line-height: 1.8em;
}
nav{
    text-align: right;
  }