blockquote { margin : 2em 5em ; font-weight : bold }

blockquote:lang(en) { quotes: '"' '"' "'" "'" }
blockquote:lang(fr) { quotes: "«" "»" "<" ">" }

/* Insère des guillemets avant et après le contenu d'un élément blockquote */
blockquote p:before { content: open-quote }
blockquote p:after  { content: close-quote }

.colonne { width : 60em ; max-width : 100% ; }
.colonne30 { width : 30em ; max-width : 100% ; }
.colonne45 { width : 45em ; max-width : 100% ; }


/* Link styles */
a {
 text-decoration: none;
}
