body
{
   width: 1024px;	
	background: black url("../Images/fond.jpg") repeat;
	
   margin: auto;
   margin-top: 20px;
}



/* Bannière */
#banniere
{
   width: 440px;
	height:164px;
   background: url("../images/banniere2.png") no-repeat center;
	margin: auto ;
		
}

/* Le corps de la page */

#corps p
{
padding : auto ;
margin : auto ;
color: #000000;
text-align: center;
font-family: trebuchet ms;
font-weight : bold
	
}






