@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4 {
    font-family: "MrsEavesRoman",serif;
    font-size:28px
}
p {
    font-family: "Perpetua",sans-serif;
}
html {
    background-color: #fff;
	position: relative;
        height: 100%;
		background: transparent url(../img/fond.jpg) no-repeat top center;
}
body {
   
        font-size: 13px;
        color:#000;
        margin: 0;
        padding: 0;
		background-color:transparent;
   }
   
.contenu{
background: transparent url(../img/fond-text.png) repeat-x top center;
border-top:52px solid #bd8037;
border-bottom:98px solid #bd8037;
}

.logo img {
width:100%;
margin-bottom:20px;
}

.contenu h1{
font-family: "MrsEavesRoman",serif;
text-transform:uppercase;
font-size:35px;
line-height:49px;
color:#bd8037;
}
@media (max-width:380px){
	.contenu h1{
	font-size:25px;
	line-height:49px;
	}
}
.contenu p{
font-family: "Perpetua",serif;
font-size:22px;
line-height:24px;
color:#2e2e2e;
}

.contenu span{
color:#bd8037;
font-weight:bold;
}

