body {
	background: url(../images/bg.jpg) no-repeat center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-ms-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.blocBlanc { background: #fff; margin-top: 15%; border: 8px solid #5c491f; padding-top: 15px; padding-bottom: 30px; }

h1 { 
	width: 385px; 
	height: 216px; 
	text-indent: -9999px;
	background: url(../images/domaine-bois-arreux.png);
	display: block;
	margin: 0 auto;
}

h2 { font-family: 'Open Sans', sans-serif; font-size: 32px; font-style: italic; }

@media screen and (max-width: 796px) {
	h1 { width: 200px; height: 112px; background: url(../images/logo.jpg);}
	h2 { font-size: 32px;}
	.blocBlanc { margin-right: 15px; margin-left: 15px;}
}