/* Image à côté de chaque lien de la barre de navigation */ nav li
{
 background-image: url('https://static.blog4ever.com/2015/10/809359/right201.png');
 background-repeat: no-repeat;
 padding-left: 30px;
 background-position: left center;
}

/* Fond du blog */
body {
color:white;
background-color:white;
background-image:url('https://static.blog4ever.com/2015/10/809359/9970428-Glamour-gold-sparkling-background-Stock-Photo-glitter.jpg');
}

/* Fond du contenu */ 
article {  
   background-color: #000000;
}
/* Image de fond pour la barre de navigation */ nav
{
 background-image: url('https://static.blog4ever.com/2015/10/809359/39603635-yellow-gold-watercolor-texture-background-hand-painted-vector-illustration-Stock-Vector--1-.jpg');
 font-weight: bold;
}
/* Fond des titres des blocs du menu latéral */ 
aside h2
{
 background-image: url('https://static.blog4ever.com/2015/10/809359/39603635-yellow-gold-watercolor-texture-background-hand-painted-vector-illustration-Stock-Vector--1-.jpg');
 height: 30px;
 border-radius: 10px;
 text-align: center;
 padding-top: 10px;
 color: black;
 font-weight: bold;
 font-size: 15px;
 
