/***
 * Css des formulaires :
***/

/** Login Form **/
#log_form {
	height:31px;
	background-image:url(../img/interface/login_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#log_form form {
	height:31px;
	background-image:url(../img/interface/login_left_bg.gif);
	background-repeat:no-repeat;
}
#log_form fieldset {
	padding-top:5px !important;
	width:90%;
	margin:auto;
}
#cnxSubmit_div {
	margin:-2px 0 0 5px;
}
#log_form legend {
	display:none;
}
#log_form label, #log_form strong {
	color:#fff;
}

/** Form inscription **/
#register {
	display:block;
	width:80%;
	margin:auto;
	margin-bottom:5px;
	text-align:left;
}
#register legend {
	display:none;
}
#register h3 {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff00f0;
	text-align:center;
}
#register label {
	display:block;
	float:left;
	width:80px;
	margin-right:5px;
	text-align:right;
	line-height:16px;
}
#register kbd {
	display:block;
	clear:both;
	margin:2px !important;
	margin:0;
}
