/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

					GESTION  DES STYLES ASSOCIÉS A LA MIRE DE LOGIN 
																			- PTAConnexion.jsp
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bodyConnexion {
	/*background-image: url(../Images/PTAConnexion_fond.jpg);*/
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
}

.LabelSpan {
	color: #444466;
	font-family: 'Arial';
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.logoconnexion{
	
	text-align: center;
	margin-right : auto;
	margin-left : auto;
	
	
}

.TextFieldInput {
	color: #000066;
	font-family: 'Arial';
	font-size: 8pt;
	font-weight: normal;
	vertical-align: top;
	width:100%;
	height:20pt;
}

.ButtonLoginButton {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	/* background: transparent url(../Images/PTAConnexion_boutton.gif) repeat */
		/*scroll 0 0;*/
	background-image: url(../Images/Btx_Connexion.png);
	/* background-image: url(../Images/Btx_Connexion2.png); */
	background-color : transparent;
	border-style: none;
	color: #777777;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	/* height: 30px; */
	height: 46px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
	/* width: 28px; */
	width: 180px;
}

.ButtonLoginButtonS {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	/* background: transparent url(../Images/PTAConnexion_boutton.gif) repeat */
		/*scroll 0 0;*/
	background-image: url(../Images/Btx_ConnexionS.png);
	/* background-image: url(../Images/Btx_Connexion2.png); */
	background-color : transparent;
	border-style: none;
	color: #777777;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	/* height: 30px; */
	height: 46px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
	/* width: 28px; */
	width: 180px;
	cursor:  pointer;
}

.ButtonLoginButtonL {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	/* background: transparent url(../Images/PTAConnexion_boutton.gif) repeat */
		/*scroll 0 0;*/
	background-image: url(../Images/loading-image.png);
	/* background-image: url(../Images/Btx_Connexion2.png); */
	background-color : transparent;
	border-style: none;
	color: #777777;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	/* height: 30px; */
	height: 46px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
	/* width: 28px; */
	width: 180px;
	cursor:  pointer;
}

.messageErreurConnexion {
	right: 0px;
	visibility: visible;
	width: 510px;
	position: absolute;
	top: 56px;
	height: 100px;
}

.messageErreur {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
	color : red;
	white-space: nowrap;
	margin-top:10px;
}

/*
		CSS Permettant de positionner le logo société 
*/
.logoSociete {
	height: 55px;
	left: 0px;
	position: absolute;
	bottom: 20px;
	width: 112px;
	Z-INDEX: 3;
}

/*
		CSS Permettant de creer le bandeau gris en bas de la mire de login
*/
.PageMessageTable {
	background: transparent url(../Images/PTAConnexion_bas.gif) repeat
		scroll 0 0;
	height: 20px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.PageMessageLogo {
	background: transparent url(../Images/PTAConnexion_logoSopra.gif)
		no-repeat scroll right center;
	height: 20px;
	text-align: center;
}