body {
	background: #CCC
}

span.document-type {
	color: #0E2A7E;
	font-size: 35px;
}

span.main-category {
	color: #0E2A7E;
	font-size: 25px;
	margin-bottom: 20px;
}

span.category {
	color: #0E2A7E;
	font-size: 20px;
}

span.sub-category {
	color: #0E2A7E;
	font-size: 15px;
}

span.texte_bleu {
	color: #0E2A7E;
}

span.text-black {
	color: #000;
}

span.text-red {
	color: red;
}

td.title-category {
	background-color: #0E2A7E;
	color: #FFF;
	font-size: 13px;
}

table.bordered-default {
	border: 1px solid #000;
}

table.bordered-default th, table.bordered-default td {
	border: 1px solid #000;
}

td.bordered {
	border: 2px solid #0E2A7E;
	padding: 15px;
}