/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 18px;
	padding: 2px;
	text-align: justify;
}

.justifie-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.gras-centre-fuschia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CC0099;
	text-align: center;
	}

.gras-centre-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.gras-centre-beige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #A67E11;
	text-align: center;
}

.italique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.italique-centre-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.titres1-centre {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: oblique;
	line-height: 18px;
	font-weight: bold;
	color: #CC0099;
	text-align: center;
}
.titres2-centre {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #11A680;
	background-color: #FFE18F;
	display: block;
	text-align: center;
}
.titres2-centre-gros {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #11A680;
	background-color: #FFE18F;
	display: block;
	text-align: center;
}

.titres2-centre-bis {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #A6115F;
	background-color: #FFE18F;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

