body {
	height: 100%;
}
header {
/*
	position: fixed;
	top: 0px;
	left: 0px;
*/
}
section {
	position: inherit;
	top: 0px;
}
h1 {
	color: #3c424f; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 4px #ddd;
}
#div_section {
	max-width: inherit;
	width: inherit;
	min-height: inherit;
	margin: inherit;
}
.separator {
/*
	position: relative;
	top: 105px;
*/
}
.div_logo {
	margin-left: 8%;
}
.div_faq_accueil {
	float: right;
	margin: 35px;
	border-bottom: 3px solid #03a9f4;
	padding-top: 22px;
}
.div_faq_accueil:hover {
	color: #2ebcfc;
}
.div_compte_accueil {
	float: right;
	margin: 35px;
	margin-right: 0px;
	border-bottom: 3px solid #03a9f4;
	padding-top: 22px;
	margin-right: 10%;
}
.div_compte_accueil:hover {
	color: #2ebcfc;
}
.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;
}

.mail_client {
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	height: 38px;
	width: 280px;
	font-weight: bold;
	color: #002953;
	font-size: 14px;
	border: 2px solid #00acf5;
}

.mdp_client {
	background-image: url(../img/padlock.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	height: 38px;
	width: 280px;
	font-weight: bold;
	color: #002953;
	font-size: 14px;
	border: 2px solid #00acf5;
}

.a_mdp {
    color: #ff9800;
    font-family: Muli,sans-serif;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}
.a_mdp:hover {
	text-decoration: underline;
}

.p_black {
    color: #002953;
    font-family: Muli,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.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;
}
