body{
	margin: 0px;
	padding: 0px;
    background-image: url("../images/background/arval.jpg");
    background-repeat: no-repeat;
}

.img-logo {
	padding: 20px;
}

.pointer {
	cursor: pointer;
	color: blue;
}
.pointer:hover {
	text-decoration: underline;
}

hr{
	border: medium none;
	width: 90%;
	background-color: rgb(89, 147, 195);
	color: rgb(89, 147, 195);
	height: 1px;
}

div.flags {
	float:right;
	padding-top:6px;
	padding-right:6px;
}

div.flags img{
	border:none;
}

div.header{
	text-align:center;
}

div.zone_identitaire{
	width:261px;
	height:79px;
	float:right;
	padding-top:6px;
}

span.titre_bandeau_sup{
	font-family:"Gill Sans MT",Arial;
	font-weight:bold;
	color:#214992;
	font-size:18px;
}

span.libelle_bandeau_sup{
	font-family:"Gill Sans MT",Arial;
	color:#214992;
	font-size:10px;
}

div.logo_et_bande{
	width:50px;
	padding:6px 0px 6px 6px;
}

div.bande_jaune{
	background-color:#F3D200;
	width:50px;
	height:6px;
}

div.text_servicepasrel{
	font-family:"Comic Sans MS", Arial;
	color:#006192;
	font-size:13px;
	text-align:center;
	margin-bottom:15px;
}

div.authent{
	border: 0px solid #5993C3;
	width: 410px;
	height: 305px;
	background-color:#01925B;
	border: 0px solid black;
	margin-left:90px;
	padding-top:25px;
	margin-top:265px;		
}

span.authent{
	margin-left:5%;
	font-family:"Comic Sans MS", Arial;
	color:#006192;
	font-size:13px;
}

table.authent{
	margin: 15px auto auto;
	width: 260px;
}

table.authent td{
	text-align: left;
}
#forgotPassword {
	display: none;
	float: left;
	width: 500px;
}
.loginGroup {
	float:left;
	margin-top: 8%;
	margin-left: 6%;
}
.marginTop3 {
	margin-top: 3%;
}

.authent_btn {
	background-color: #616A71;
	width:336px; 
	height: 45px;
	margin-top:35px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:white;
  	-webkit-border-radius: 7px;
  	border : solid #616A71;
}
.font_arial {
	font-family: arial;
}
.login_label {
	width:333px;
	margin-top:15px; 
	height: 19px; 
	color: white
}
.password_label {
	width:333px; 
	height: 19px; 
	margin-top:15px; 
	color: white
}