/* fond */
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url(fond/fond_blog_gradientgris.jpg);
}
#fond{
	background-repeat: no-repeat ;
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}
