/* CSS Document */
@charset "utf-8";
/* ---------- Structure of the page ----------*/
html, body {
	height: 100%;
	width:100%;
}
body {
	display: table;
	background:#ebebeb url("../images/rh_fond.jpg") no-repeat center;
}
footer, main {
	display:table-row;
}
footer {
	height:100px;
	/*background:rgba(126,123,123,0.65);*/
}
footer h3 {
	position: relative;
	text-align:right;
	padding-right:10px;
}
center {
	margin-top: 150px;
	font-size:14px;
}
fieldset {
	margin-bottom: 10px;
	padding: 0;
	color:#1605A6;
	width: 400px;
	border: 1px solid rgba(75,106,255,1.00);
	background:rgba(255,255,255,0.66);
}
fieldset p{
	background: rgba(243,238,113,0.42) url("../images/fond_pconnexion.png") no-repeat center;
	font-weight: bold;
	color: black;
	font-size: 1.2em;
}
table th{
	font-weight: 600;
}
table td {
	padding-right:5px;
	vertical-align: middle !important;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	color: black;
	font-weight: 500;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(75,106,255,1.00);
}
.titre_fieldset {
	background:#5E88DE;
	color:#FFF;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}
.ecart-top {
	margin-top:5px !important;
}
.ecart-bottom {
	margin-bottom:10px !important;
}
.hidden-div {
	display: none;
}