/* Image à côté de chaque lien de la barre de navigation */
nav li
{
      background-image: url(https://static.blog4ever.com/2012/11/718939/shyguy-jaune--icone-7979-32.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/718939/Texture-bois.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 1px black;
    color: white;
    font-weight: bold;
    font-size: 20px;
  }
  
 /* Fond du menu latéral */
.fond-cote
{
    background-color: #B1C9D0;
  }  
  
  
  /* Image de fond pour la barre de navigation */
nav
{
      background-image: url(https://static.blog4ever.com/2012/11/718939/fst_196ehhbpm5p.jpg) ;
      text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}

article{
background-image: url(https://static.blog4ever.com/2012/11/718939/Texture-bois-clair.jpg);
background-repeat : repeat;
background-attachment : fixed; 
} 

article h3
{
background-image: url(https://static.blog4ever.com/2012/11/718939/prochain-voile-icone-4656-32.png);
background-repeat: no-repeat;
padding-left: 40px;
background-position: left center;
} 

.commentaire_message p{
  background:#B1C9D0;
  padding: 5px;
  border: 1px solid #046380;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}