#texte {
	text-align: justify;
	margin-left: 5px;
}

#texte h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

#texte h2 {
	background-color: #260000;
	margin-top: 20px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #D07D07;
}

#texte h3 {
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	padding-left: 10px;
}

#texte p.notice {
	font-size: 9px;
}

#texte p {
	margin-bottom: 5px;
	padding: 0 5px 0 15px;
}

