/*  style.css */
body {	
	font-family:sans-serif,Verdana,"Trebuchet MS",arial;
	font-size:small;
	color: #black; 
	
	background-image: url(./images/fond.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #FFFFFF 
	
	margin:2em 1%;
	padding:0;
}