body{
    background-color: #ddd;
}
.corps {
    background-color: white;
    padding: 40px;
}
.image {
	margin: 20px auto;
	display: block;
	max-width: 100%;
}
.header {
	background-color: #CCCCCC;
	border-bottom: 3px solid red;
	font-size: 40px;
	font-weight: bold;
}
.header span {
  text-decoration: line-through;
}
.header .menu {
	float: right;
	font-size: 16px;
	padding-top: 20px;
}
.footer {
	background-color: #CCCCCC;
	border-top: 3px solid black;
	text-align: center;
}
.footer p {
  padding: 25px;
}
.footer .notification {
	font-style: italic;
	padding-bottom: 0;
}
