#corps {
	padding-bottom: 30px;
	padding-top: 60px;
	padding-right: 80px;
	padding-left: 80px;
}

#corps h1 {
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
	font-family: 'Nunito', Arial, sans-serif;
	color: #cc3300;
}

#corps h2 {
	margin-bottom: 10px;
	text-align: center;
	background-color: #cc3300;
	color: #ffcc66;
}

#corps h3 {
	margin-bottom: 10px;
	background-color: #cc3300;
	color: #ffcc66;
	text-align: center;
}

#corps p {
	margin-bottom: 40px;
	text-align: center;
	color: #cc3300;
}

#corps a {
	color: #660000;
}

#corps a:hover {
	color: #cc3300;
	text-decoration: none;
}

