/* Image à côté de chaque lien de la barre de navigation */
nav li
{
      background-image: url(https://static.blog4ever.com/2012/11/719347/flower.png);
      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/11/719347/fond-rose-960px.gif);
    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 1px black;
    color: white;
    font-weight: bold;
    font-size: 20px;
}