﻿body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("images/finituri.jpg");
   backgroung-repeat: no-repeat;
   color: white;
   

}

#entete 
{
   text-align: center;
   font-family: "Times New Roman", Times, serif, Arial, "Arial Black" ;
}

#corps
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

img
{
	width: 50%;
	height: 50%;
}

a
{
	color: white;
}

a:hover
{
	color: red;
}
#pied_de_page
{
	position: relative;
	top: 80px ;
	text-align: center;
	font-family: "Times New Roman", Times, serif, Arial, "Arial Black" ;
}
	
.logo
{
	width: 10%;
	height: 10%
}
