@charset "utf-8";
/* CSS Document */


.italique {
	font-style: italic;
	color: #d6083b;
}

.gras {
	font-weight: bold;
}
.lien {
	color: #003479;
}
.titrebleu {
	font-weight: bold;
	color: #003479;
	font-size: 14px;
}
.titre_moyen {
	color: #d6083b;
	font-weight: bold;
}

.centre {
	text-align: center;
}

.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.titre_rubrique {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #003479;
	display: block;
	height: 20px;
	width: 100%;
	padding-top: 3px;
	text-transform: uppercase;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.lien_petit {
	font-size: 10px;
	color: #003479;
}
.tableau_centrer {
	margin-right: auto;
	margin-left: auto;
}
.titrerouge {
	font-size: 14px;
	font-weight: bold;
	color: #d6083b;
}
.bordvert {
	border: 1px solid #CBD86C;
}
.justifie {
	text-align: justify;
}

.signature {
	color: #E2003F;
}