body {
    width: 900px;
	
	background: #000000;
	margin: 0 auto; 
	background-image: url("images/util/fond.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center; 
	color: #ffffff;
}
div {
	text-align:center;
	}
div#head{
    margin: 0;
	width:900px;
	height:350px;
	background-color:#000000;
	background-image: url("images/util/fond3.jpg");
	
	}
div#menu{
    margin: 0;
    width:900px;
	height:30px;
	background-color:#FFCC00;
	background-image: url("images/util/fmenu.jpg");
	}
div#contenu {
   margin: 0;
	width:900px;
	height:1000px;
	background-color:#000000;
	}
div#finition{
    margin: 0;
	width:900px;
	height:30px;
	font-size: 13px; 
	font-weight: bold;
	background-color:#000000;
	background-image: url("images/util/fmenu.jpg");
	
	}
div#foot a
	{
	
    font-size: 13px; /* Titres de 15 pixels */
	font-weight: bold;
	color: white;
	
	}
div#foot{
    float: left;
    width:900px;
	height:50px;
	font-size: 13px; 
	font-weight: bold;
	background-color:#000000;
	}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
