/**
Workaround for h3 titles
*/
h3 a {
  color:white;
}

.code {
	color:blue;
	font-style: italic;	
}

.code_block {
	color:blue;
	background-color: silver;
	border: 1px dotted black;
	padding:5px;	
}

pre {
	display: block;
	border: 1px solid black;
	background-color: transparent;	
}
/**
Citations et sources
*/
.quotation {
  font-style:italic;
  font-size: 0.8em;
}

/**
Titre des images
*/
.title {
  text-decoration: underline;
  font-weight: bold;
}