html, body, div {
margin: 0;
padding: 0;
}
body {
	background: url(../img/fond.jpg) repeat-y center top;
}
#citations {
  	background: url(../img/ardoise.png) no-repeat;
  	width: 1215px;
	height: 139px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	font-family: 'Lobster', arial, serif;
  }
  #citations p.citation {
	margin: 0;
	font-size : 30px;	
	padding: 14px 196px 0 196px;
	color: #fff;
	text-align:center;
 }
#citations p.auteur a{ padding-left: 196px;color: gray;font-family: 'Courgette', cursive; }
#citations p.auteur a:hover{ color: silver; }
#wrapper{
	width: 960px;
	height: auto;
	margin:0 auto 0 auto;
	padding:0;
}
#herbe {
	width: 3000px;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -1500px;
	background-image: url(../img/herbe.png);
	z-index: 100;
}