/*la page css est identique pour toutes les pages du site, mise à part la page d'accueil qui a sa page propre*/

body{
margin:0px;
background-image:url(fond4.png);
background-repeat:no-repeat;
background-attachment:fixed;

}

#colonnecentre {
	margin:auto;
	margin-top:100px;
	height:450px;
	width:600px;
}

#piedDePage {
	margin:auto;
	margin-top:30px;
	height:1px;
	width:600px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	background-color:#666;
}
	
	
