

#main>p.content {
	text-align: justify;
}

#main>p.titre-01 {
	text-align: center;
}

#main>p.titre-01 span {
	color: green;
}





table.allures {
	line-height: 2.5;
	margin: 0 auto;
}

table.allures>tbody>tr>td:first-child {
	text-align: center;
	width: 60px;
	font-weight: bold;
}

table.allures>tbody>tr>td:last-child {
	text-align: left;
	padding: 0 15px;
}

