html { 
  margin:0;
  padding:200px 0 0 0; 
  text-align:center;
  background: url(bg.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  }

html {
  font-size: 1em;
  font-family: 'Alegreya Sans', sans-serif;
}
img {
  max-width: 100%;
  height: auto !important;
}

body {
  overflow-x: hidden;
}
a:focus {
	outline:0;
} 


h1{
	font-size:24px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}
h2 , h2 a{
	background-color:#de8a5b;
	font-size:24px;
	color:#fff;
	margin:0 auto;
	width: 200px;
	text-decoration: none;
}
p {
	padding-top:20px;
}
.petit, .petit a, .petit a href {
	font-size:12px;
	text-align:center;
	color:#fff;
	text-decoration: none;
}