html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.page {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
	line-height: normal;
	text-align: center;
	font-family: Roboto Slab, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background-color: #29022E;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed
}

h1 {
	font-size: 3em;
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#header {
	padding: 50px;
	top: 0;
	background-color: #52045d;
}

#tarif {
	background-color: #52045d;
}

#footer {
	padding: 50px;
	background-color: #52045d;
}

.centered-content{
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
	padding: 10px 50px 10px 50px;
}
