/*Image de fond pour la barre de navigation */
nav
{
  background-image:
    url(https://static.blog4ever.com/2012/12/723433/Sans-titre-2_3837136.jpg);
  text-shadox: -1px 0 1px black, 0 1px black, 1px 0 1px black, 0 -1px 1px black;
}
/* Image à cote de chaque lien de la barre de navigation */
nav li
{
  background-image:
    url(https://static.blog4ever.com/2012/12/723433/Sans-titre-2.jpg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
/*Fond des titres des blocs du menu latéral */
aside h2
{
  background-image:
    url(https://static.blog4ever.com/2012/12/723433/Sans-titre-2_3837136.jpg);
  height: 30px;
  border-radius: 10px;
  text-align: center;
  padding-top: 10px;
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px black, 0 -1px 1px black;
  color: white;
  fond-weight: bold;
  font-size: 20px;
}
/*Hauteur de l'image d'en-tete */
header .image
{
  height: 300px;
}
/*Taille du texte dans le contenu */
article
{
  fond-size : 70px;
}