/*
@Author : Nicolas Gerner
*/

/*login.htm.php*/

.form_login {
	border-collapse: collapse;
	width: 384px; 
	height: 214px; 
	background: url(../../../www/img/fond-login.png) no-repeat top left;
}

.form_login .inputLogin{
	text-align: right;
	padding-right: 10px;
}

.form_login .btOk{
	text-align: right;
}

.center{
	text-align: center;
}


.txtAuthBig{
	font-size : 12px;
	color : #323232;
	font-weight: bold;
}
.txtAuthSmall{
	color : #505050;
	font-size : 12px;
}

.txtAuthMonCpt{
	color : #505050;
	font-size : 12px;
	font-weight: bold;
}

.forgetPassword{
	color : #505050;
	font-size : 12px;
}

.newClient{
	width: 420px;
	height: 213px;
	border-collapse: collapse;
	background: url(../../../www/img/fond_new_client.png) no-repeat top left;	
}

