body
{
   width: 960px;
   margin: auto;
   margin-top: 1px;
   margin-bottom: 20px;    
   background-color: black;
}

/* L'en-tête */

#en_tete
{
   background-position:center;
   width: 750px;
   height: 176px;
   background-image: url("images/federico-macheda.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin: 0 auto;
   
}

/* Le corps de la page */

#corps
{
   margin-top: 5px;
   margin-bottom: 20px;
   padding: 5px;
   color: #B3B3B3;
   background-color: #ccb762;
   border: 2px solid red;
   -moz-border-radius:10px;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 18px;
   text-decoration:underline;

}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: black;
   background-color: #ccb762;
   border: 2px solid red;
   -moz-border-radius:10px;
}

/*class*/

.vert
{
	/*width:px;*/
	text-align: justify;
	font-family: Arial, serif;
	font-size:14px;
	background-color: black;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border:	2px solid red;
	-moz-border-radius:10px;
}

.imageflottante
{
   float: left;
   margin-right: 5px;
}

