/* forgot_password */
.forgot_password {
	background-color: #979683;
	padding: 15px;
}

.forgot_password .message {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #d8d8d8;
	margin-bottom: 10px;
}

.forgot_password .saisie {
	width: 340px;
	margin: 0px auto;
}

.forgot_password .saisie .KT_tngtable {
	text-align: left;
}

.forgot_password .saisie .KT_tngtable .KT_required {
	display: none;
}

.forgot_password .saisie .KT_tngtable input {
	background-image: url("../images/bkg_input.png");
	background-repeat: no-repeat;
	height: 22px;
	width: 323px;
	padding-left: 15px;
	border: solid 1px #979683;
}

html>/**/body .forgot_password .saisie .KT_tngtable input {
	height: 18px;
	padding-top: 4px;
}

.forgot_password .saisie #KT_Update1 {
	float: right;
	margin-top: 10px;
}

/* forgot_password_merci */
.forgot_password_merci {
	background-color: #979683;
	padding: 15px;
}

/*----------------------------------------- Login form -----------------------------------------*/
.login_form{

}

.login_form .titre_form{
	padding:3px 0 3px 19px;
	background:#560e1a;
	color:#f3bc47;
}

.login_form h2{
	color:#f3bc47;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.login_form .login_form_conteneur{
	margin-bottom:15px;	
}

.login_form table{
	width:617px;
	background:#FFFFFF;	
}

.login_form table tr th{
}

.login_form table tr td{
	border-color:#CDCDC5 -moz-use-text-color #C9C9C1 #CECDC8;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:8px 18px;
	text-align:left;
}

.login_form table tr td .champ{
	background-image:url(../images/bkg_input.png);
	background-repeat:no-repeat;
	border:1px solid #FFFFFF;
	color:#515050;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:22px;
	line-height:22px;
	padding-left:15px;
	width:323px;
}

.bt_connexion{
	background:#a6a48b;
}

.login_form table tr.bt_connexion td,
.login_form table tr.bt_connexion th{
	border:none;
	text-align:right;
	padding:10px 0px 0px 0px;
}

.login_form table tr.bt_connexion #kt_login1{
	font-size:12px;
}

.login_form table tr.bt_connexion td a{
	color:#711824;
	font-weight:normal;
	padding-right:10px;
}

.nouveau_compte{
	padding:3px 0 3px 19px;
	width:598px;
	background:#FFFFFF;	
	color:#000000;	
}

.nouveau_compte a{
	color:#711824;
}