.logonbox {
	margin: 0;
	margin-left: 0px;
	padding-left: 22px;
	padding-top: 15px;
	width: 193px;
	height: 357px;
}

#cadre_connexion_extranet {
	width: 468px;	
	height: 215px;	
	background-image: url('../images/fond_connexion.jpg');
	background-repeat: no-repeat;
}

.logonuser {
	background-image: url('../images/logon_head.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:21px;
	padding-top:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F5F;
	height:25px;
	width: 140px;
}
.logonpass {
	background-image: url('../images/logon_key.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:21px;
	padding-top:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F5F;
	height:25px;
	width: 140px;
}
.logonfailure {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	height:16px;
	color:Red;
}
.logonbutton {
	/*background: #000 url('../images/logon_button.gif') no-repeat;*/
	color: #525252;
	font-size:11px;
	width: 70px;
	height: 21px;
	cursor:pointer;
	padding-left:2px;
}
.registerbutton {
	color: #525252;
	font-size:11px;
	width: 84px;
	height: 23px;
	cursor:pointer;
}
a.nyregistered {
	text-decoration: none;
	font-weight:bold;
	color:#2C265C;
	font-size:10px;
}
a.lostpass {
	text-decoration: none;
	font-size:10px;
	color:#939292;
}
