html
{
	position:relative;
	height:100%;
}
body
{
	position:relative;
	min-height:100%;
	margin:0;
	padding:0;
	background:url(bg.jpg) no-repeat center center #ffffff;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#000000;
	box-sizing:border-box;
	border:1px solid transparent;
}

body:before
{
	content:"";
	display:block;
	position:absolute;
	left:0;right:0;
	top:-20px;
	padding-top:4%;
	background:#ffffff;
}

#logo
{
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	max-width:433px;
	min-width:300px;
	width:18%;
	height:auto;
	margin-top:4%;
}
#txtHolder
{
	margin:10px;
}
#txtCtn
{
	width:100%;
	max-width:660px;
	box-sizing:border-box;
	padding:40px 70px 40px 70px;
	background:#ffffff;
	margin:40px auto 150px auto;
	box-shadow:-2px -1px 12px #d4d4d4, 2px 1px 12px #d4d4d4;
}

h1
{
	position:relative;
	margin:0 -15px 0 -15px;
	width:auto;
	font-weight:100;
	font-size:33px;
	color:#697d65;
}
p#signature
{
	text-align:right;
	font-weight:500;
}
p#signature span
{
	font-weight:400;
	display:block;
}

a#contact
{
	display:block;
	margin:20px auto 0px auto;
	width:175px;
	height:39px;
	background:url(btn.png) no-repeat top left #ffffff;
	background-size:100% auto;
	border-radius:10px;
}
a#contact:hover
{
	background-position:bottom left;
}

#adresse
{
	position:absolute;
	bottom:0;
	left:0;right:0;
	padding:20px 0 20px 0;
	background:#ffffff;	
}
#adresse > div
{
	display:block;
	max-width:660px;
	margin:0 auto 0 auto;
}
#adresse > div > span
{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:400;
	color:#4c6249;
	margin-bottom:3px;
}
#adresse > div > span:first-child
{
	font-weight:500;
}