#corps {
	padding-right: 80px;
	padding-left: 80px;
}
#corps h1 {
	font-size: 42px;
	text-align: center;
	font-family: 'Nunito', Arial, sans-serif;
	color: #cc3300;
}

#corps h2 {
	text-align: center;
	background-color: #cc3300;
	color: #ffcc66;
}
#corps h3 {
	text-align: center;
	color: #cc3300;
}
#corps p {
	margin-bottom: 10px;
	text-align: center;
	color: #cc3300;
}
#corps a {
	color: #660000;
}
#corps a:hover {
	text-decoration: none;
	color: #cc3300;
}
.fat {
	font-style: italic;
	font-weight: bold;
}
