/*!
 * CSS spécifique à Soavinandriana 
 */

/* Ajoute une ombre au texte */
div.post-heading h1 {
  text-shadow: black 0.2em 0.2em 0.4em;
  color:crimson;
}

div.post-heading span {
  text-shadow: black 0.2em 0.2em 0.4em;
}

div.post-heading h2.subheading {
  text-shadow: black 0.2em 0.2em 0.4em;
}

ul.nav {
  text-shadow: black 0.2em 0.2em 0.4em;
}

footer {
  padding: 20px 0 30px;
}

a.lien {
  text-decoration: underline;
}