/*
Theme Name: henri_fifteen
Template: twentyfifteen
*/
 
@import url(../twentyfifteen/style.css);

/* Titres */
h1.entry-title{
  text-align:center;
  font-weight: normal;
}

/* Contenu */
article .entry-content p{
  text-align:justify;
}

/* Environnement blockquote */
blockquote{
  background-color:#f9f9f9;
  border-left:none;
}
blockquote:before{
  content:"«";
  color:#e5e5e5;
  font-size:250%;
  position:absolute;
  margin-top:-40px;
  margin-left:-15px;
}
blockquote p{
  margin-bottom:0px;
  margin-left:25px;
  margin-top:10px;
}
blockquote footer{
  padding-top:5px;
  font-size:75%;
}