/* css de l'ecran de login*/
@charset "UTF-8";

.mainContainer {
  display: block;
  width: 970px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

.formContainer {
  	width: 821px;
    background: #363442;	
  	margin: -10px 5px 9px -5px;
  	padding: 20px 60px 5px 80px;
	height: 60px;
}

.formContainerBottom {
  
  	display: block;
	width: 957px;
	height: 235px;
	margin: -4px -3px -10px;
}

div.nameBox {
  float: left;
  width: 70%;
  position: relative;
}

.nameInput {
	float: right;
	width: 260px;
	height: 25px;
	margin: 4px 0 13px -27px;
	border-radius: 10px;
	border: solid #FFFFFF;
	font-size: 20px;
	text-align: center;
}

.loginbandeauinferieur {
  margin: -5px;
  height: 106px;
}

.loginbandeauinferieurGauche {
	background: #00A8E1; 
	height: 109px;
	width: 26px;
	float: left;
	position: absolute;
	margin-top: -3px;
}
.loginbandeauinferieurCentre {
	height: 106px;
	width: 924px;
	float: left;
	position:absolute;
	margin-left: 20px; 
	text-align: center;
}

.loginlogoEconstat {
	margin: 12px;
}

.loginbandeauinferieurDroit {
	background: #FFD80E;
	height: 109px;
	width: 26px;
	float: left;
	position:absolute;
	margin: -3px 0px 0px 935px;
} 

div.cadreIdentification {
	background: #DDE3E6;	
  	margin: 5px 14px 10px -5px;
  	padding: 16px 56px 9px 120px;
  	text-align: left;
	vertical-align: middle;
	
}

div.cadreIdentification > span.questionIdentification
{
	color: #363442; 
	font-family: Arial; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
		
}

div.cadreIdentification > span.messageErreur
{
	color: #FF0000; 
	font-family: Arial; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	display: block;
}


.login-bas-de-page {
	height: 54px;
	background: url("../images/bandeau_bas_page.png") no-repeat;
	text-align: center;
	margin: 13px 16px 0px -6px;
	vertical-align: middle;
	padding: 25px;
}
.login-bas-de-page a {
	
  	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #D7D7D4;
}



div.passwordBox
{
  float: left;
  width: 25%;
  margin-left: 35px;
  /*position: relative;*/
}

label.nameLabel
{
	float: left;
	width: 250px;
	margin-right: 0.5em;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	
}

label.labelPassword
{
	float: left;
  	width: 255px;
	margin-right: -80px;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	margi-left: 34px;
	
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}

div.submitBox
{
  float: left;
  width: 25%;
}

#buttonIdentification
{
	background: #EC6607; 
	width: 123px;
	height: 37px;
	border: none;
	margin-left: 60px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	color:#FFFFFF;
	border-radius: 10px;
	cursor:  pointer;
	
}

#formContainerBottomLogo
{
	float: left;
  	width: 45%;
  	position: absolute;
	
}

div.formContainerBottomText
{
	
	float: left;
  	width: 50%;
  	margin: 20px 431px;
	position: absolute;
}

span.titreWelcome
{
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#4D4D4D;
}

span.textWelcome
{
	text-align: center;
	color: #333333; 
	font-family: Arial; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

.login-bandeau-sousformidentification
{
	height: 8px;
	background: #0094B2;
	text-align: center;
	margin: 15px 16px -13px -6px;
	vertical-align: middle;
	padding: 29px;
}

.bas-de-page {
	height: 54px;
	background: url("../images/bandeau_bas_page.png") no-repeat;
	text-align: center;
	margin: 10px 4px 0px -6px;
	vertical-align: middle;
	padding: 25px;
}
.bas-de-page a {
	
  	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #D7D7D4;
}

span.bpLogin 
{
	margin: 70px;
	
}

.linkbp {
  	color: #FFFFFF; 
  	font-family: Arial; 
  	font-size: 12px; 
  	font-style: normal; 
  	font-weight: bold; 
  	text-decoration: none;
}

