html, body {
	background-color: #b22107;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	top: 0px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #F8931D;
	text-indent: 22px;
}

.fond_jaune {
	background-color: #F8931D;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F8931D;
	text-align: justify;
}

.centpourcent {
  height: 100%;

  }
.textegrassouligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #F8931D;
	text-align: justify;
	text-decoration: underline;
}
.fond_rouge {

	background-color: #b22107;
}
