nav ul{  list-style-type: none;  display: flex;}nav li{  margin-right: 237px}nav a{  transition: all 0.5s;  font-weight: bold;  font-size: 1.3em;  color: #181818;  padding-bottom: 3px;  text-decoration: none;}nav a:hover{transition: all 0.5s;color: brown;   }body{  text-align: center;  background-color: #ffffd8;}#bandeau img{  border: 3px black solid;}#newsletterBandeau{   background-color: #760001;}#newsletterBandeau p{  color: #FFFFFF;}#moi{  border-bottom: 3px solid black;}#newsletterBandeau a{  color: black;  text-decoration: none;}/*p{  font-family: 'carlotte';}.main{  font-family: 'carlotte';}*/#blog{  display: flex;  flex-direction: column-reverse;}h1, h3, p{  text-align: center;}/*#photoAccueil{  background: url("img/FDM_50.jpg") fixed no-repeat top center;}*/.numberation:first-letter{  visibility: hiddden;}.peNAME{  font-weight: bold;}.peTEXT{  text-align: left;}.peIMG img {	width: 60%;}tr {	margin-top: 20px;}p {	text-align: center;}.sitecredits {	position: fixed;	bottom: 0px;	background-color: #ffffd8;}@media (max-width: 415px) {	nav ul {		display: block;	}	nav li {		margin-top: 20px;		text-align: center;	}		#bandeau img {		width: 194px;	}}@media (max-width: 800px) {	nav ul {		display: block;	}	nav li {		margin-top: 20px;		text-align: center;	}		#bandeau img {		width: 389px;	}	/*.peIMG {		display: none;	}*/	tr {		display:flex;	}}@media (max-width: 1400px) {	nav li {		margin-top: 20px;		text-align: center;    margin-right: 90px;	}}   @media (max-width: 1200px) {	nav li {		margin-top: 20px;		text-align: center;    margin-right: 50px;	}}@media (max-width: 1000px) {	nav li {		margin-top: 20px;		text-align: center;    margin-right: 20px;	}}