body
{
    background: url("REor_de_Nantes4.png") top left;
	background-position: -50px 1px;
	/* c'est REor_de_Nantes4 qui a été mal coupé et qui impose le -50px  */
}
h1
{
    font-size: 2em;
	text-align: center;
	color: red;
	border: 4px red ridge;
	border-radius: 10px;
}
h2
{
    font-size: 1.6em;
	color: brown;
	border: 4px red ridge;
	border-radius: 7px;
}
h3
{
    font-size: 1.3em;
	color: orange;
	border: 0px red ridge;
	border-radius: 4px;
}
p
{
	font-size: 1.0em;
    color: blue;
    font-family: "Times New Roman",Impact, "Arial Black", Arial, Verdana, sans-serif;	

}
footer
{
    font-size: 1.0em;
	color: orange;
	border: 2px red ridge;
	border-radius: 2px;
	position: fixed;
    right: 0px;
    bottom: 0px;
}