body {
	background-attachment: fixed;
	background-color: #067b88;
	background-image: url("../img/homePage/fond_normal.jpg");
	background-position: left 37px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	overflow:hidden;
}
div#RP_conteneur_general {
	background-repeat: no-repeat;
	width: 100%;
}
#RP_header {
	width: 100%;
	margin: 0 auto;
	padding-top:10px;
	background-color: #333;
	color: #fff;
	position: fixed;
	top: 0;
	height:28px;
}
#RP_conteneur {
	width: 100%;
	margin: 0 auto;
	margin-top: 10%;
	position:fixed;
}
#RP_conteneur .mentionhaut {
	font-size: 19px;
        color: #333;
}
.mentionhaut {
	color: #fff;
}
.identification {
	background-color: #2276C1;
        background-image: none;
	border: 2px #cccccc solid;
	padding: 3px 3px 3px 3px;
	border-radius: 5px;
	width: 240px;
}
.mentionlink {
    color:#FFFFFF;
    font-weight: bold;
}
.mentionlink_bas {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
}
.mentionlink_haut {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;;
}

#RP_footer {
	width: 100%;
	height: 20px;
	margin-top: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	font-size: 16px;
    color:#FFFFFF;
}
/*
#RP_conteneur::before {
    content: 'Maintenance : Votre application ne sera pas accessible le 07 Juillet 2021 de 17h à minuit. Veuillez nous excuser pour la gêne occasionnée.';
    display: block;
    width: 60%;
    border: #f2e2e2 2px solid;
    color:#efd243;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    padding: 11px;
    background-color: #353333;
    font-size:15px;
    font-weight:bold;
}*/
