body {
	background: url(../img/Accueil-liberte-3.jpg) no-repeat;
	height: 100%;
	background-position: center;
	background-size: 100%;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
}
#div_section {
	max-width: inherit;
	width: inherit;
	min-height: inherit;
	margin: inherit;
}
.separator {
	height: 1px;
	position: relative;
	top: 105px;
}
.div_logo {
	margin-left: 8%;
}
.div_compte_accueil {
	float: right;
	margin: 35px;
	margin-right: 0px;
	border-bottom: 2px solid white;
	padding-top: 22px;
	color: white;
	margin-right: 10%;
}
.div_compte_accueil:hover {
	color: #03a9f4;
}
.div_faq_accueil {
	float: right;
	margin: 35px;
	border-bottom: 2px solid white;
	padding-top: 22px;
	color: white;
}
.div_faq_accueil:hover {
	color: #03a9f4;
}
.h1_accueil {
	color: white;
	font-weight: inherit;
	text-align: center;
	text-shadow: inherit;
	font-size: 34px;
	text-transform: inherit;
}
.div_prestation_large {
	color: white;
}
.p_explain_presta {
	color: white;
	font-weight: 300;
	line-height: 130%;
	font-size: 18px;
}
.li_rectification {
	color: white;
	font-weight: 300;
	line-height: 130%;
	font-size: 18px;
}
.button_main_accueil {
	background-color: #00acf5;
	color: #FFFFFF;
	border: 1px solid #00acf5;
	border-radius: 25px;
	font-weight: bold;
	padding: 14px 34px;
}
.button_main_accueil:hover {
	background-color: transparent;
	color: #00acf5;
	border: 1px solid #00acf5;
	transition-duration: 1s;
}
.button_main_white_accueil {
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 25px;
	font-weight: bold;
	padding: 14px 34px;
}
.button_main_white_accueil:hover {
	color: #00acf5;
	border: 1px solid #00acf5;
	transition-duration: 1s;
}
footer {
	position: fixed;
	bottom: 0px;
}
