body
{
   width: 760px;
   margin: auto; 
   margin-bottom: 20px;    
   background-image: url("../images/fond.jpg"); 
}

#en_tete
{
   width: 758px;
   height: 137px;
   background-image: url("../images/blastingdeadnouveau.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
	width: 758px;
	margin-bottom: 10px;
}

a img
{
   border: none; 
}

#corps
{
	margin-bottom: 20px;
	
}  

p
{
	text-align: center;
	color: white;
	font-size: 0,9em;
	font-family: Arial, Verdana, serif;
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: red; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}


#photo
{
	float: left;
	width: 300px;
	height: 272px;
	background-image: url("../images/graph-contact.jpg");
	margin-bottom: 10px;
}

