﻿.titre_blanc {
	font-size : 13pt;
	font-weight:bold;
	color : #FFFFFF; 
}

.titre_rouge_foncé {
	font-size : 11pt;
	font-weight:bold;
	color : #CC3333; 
}

.titre_orange2 {
	font-size : 10pt;
	color : #f7d032;
	font-weight:bold;
}

.texte_orange {
	font-size : 10pt;
	color : #f7d032;
	font-weight: normal;
}

.titre_blanc2 {
	font-size : 10pt;
	color : #ffffff;
	font-weight:bold;
}

.titre_noir {
	font-size : 10pt;
	color : #000000;
	font-weight: bold;
}

.texte {
    font-size : 8pt;
    color: #ffffff;
}

.texte_blanc2 {
	font-size : 9pt;
	color : #ffffff;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	text-align: justify;
}

.texte_noir {
    font-size : 10pt;
    color: black;
}


.souligne {
    text-decoration: underline;
}