body  {
	font-family:'calibri', 'helvetica';
  background: url(images/fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */

}

header {
	background:rgba(27,6,11,1);
	top:0;
	width:100%;
	height:100px;
	position:fixed;
}

header img {
	width:280px;
	margin-top:20px;
	margin-left:20px;
}

#contenu {
	max-width:1000px;
	width:100%;
	height:;
	background:rgba(27,6,11,0.5);
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0 0 50px rgba(27,6,11,0.6);
	position:relative;
}

h1{
	font-size:4em;
	color:#e0a734;
	text-align:center;
	padding-top:40px;
}

h2 {
	font-size:2.5em;
	color:#fff;
	text-align:center;
	padding:20px 50px 10px 50px ;
} 

h2.date {
	color:#fff;
	font-size:1.3em;
	font-weight:normal;
}

#contenu p {
	padding:15px 50px 0 50px;
	color:#bbb;
	font-size:18px;
}

#contenu p.texte_perouse {
	
}

#contenu h4 {
	color:#fff;
	font-size:30px;
	padding:15px 50px 0 50px;
}

h4#prix {
	color:#e0a734;
}

#contenu h3 {

	color:#e0a734;
	line-height:24px;
	font-size:20px;
	margin-top:10px;
	padding:15px 50px 0 50px;
}

img.martine_pub {
	max-width:1000px;
	width:100%;
}

img.image_puydufou {
	max-width:1000px;
	width:100%;
	margin-top:190px;
	margin-bottom:45px;
}

a:hover {
	color:#fff;
}

.img_selectour {

}

div#info {
	position:absolute;
	right:40px;
	margin-top:20px;
	height:140px;
	width:280px;
}

div#info p, a {
	padding:0;
	padding-left:8px;
	color:#bbb;
	font-size:18px;
	line-height:24px;
}

footer {
	background:rgba(27,6,11,1);
	width:100%;
	height:50px;
	bottom:0;
	position:fixed;
}

a {
	text-decoration:none;
	color:#999;
}

a.retour {
	color:#fff;
}

a:hover.retour {
	color:#bbb;
}

footer p {
	display:block;
	text-align:center;
	font-size:16px;
	color:#999;
	line-height:50px;
}