h2 { /* Titre principal */
  color: #333;
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: bold;
}

h3 { /* Grand titre */
  color: #333;
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold;
}

h4 { /* Titre */
  color: #333;
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold;
}

h5 { /* Sous-titre */
  color: #333;
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 1em;
}

p { /* Paragraphe */
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 24px 0;
}

p.emphasize { /* Paragraphe emphase */

}

blockquote { /* Citation */
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5em;
  border: 5px solid #e5e5e5;
  border-width: 0 0 0 5px;
}
