header h1 {
  background-image : url('https://static.blog4ever.com/2012/11/720511/logo_site.png');
  background-repeat : no-repeat;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  text-align:center;
}

.articles_show_stats_hits {
visibility:hidden;
}

/* Positionnement du formulaire de recherche à droite du titre */
.recherche_nav {
  float:right; 
  margin-top:23px;
  margin-right:23px;
}
/* Alignement vertical du bouton du formulaire de recherche */
.recherche_nav button {
  vertical-align:5px; 
}

/* Barre de navigation : taille des liens */
nav ul li a {
 font-size:13px;
}
/* Barre de navigation : espace à droite des liens */
nav ul li {
margin-right:20px;
}