@import url("ugc.css");

.registration {
	width: 545px;
}
.registration a {
	cursor: pointer;
}
.registration p {
	text-align: justify;
}
/* ---------- ---------- Etapes  1 / 2 / 3 ---------- ---------- */
.registration .regSteps {
	width: 545px;
}
.registration .regStep1, .registration .regStep2, .registration .regStep3 {
	float: left;
	text-align: center;
}
.registration .regStep1 {
	width: 185px;
}
.registration .regStep2, .registration .regStep3 {
	width: 180px;
}
.registration .regStepTitle {
	padding-top: 7px;
	padding-bottom: 2px;
}
.registration .underlign5 {
	height: 5px;
	font-size:1px; /* correction d'un bug IE */
}
/* ---------- ---------- Contenu �tape     ---------- ---------- */
.registration .regContent {
	width: 545px;
}
.registration .regSection {
	margin-top: 10px;
}
.registration .regSectionTitle {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.registration .underlign1 {
	height: 1px;
	font-size:1px; /* correction d'un bug IE */
}
.registration .regSectionContent {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.registration .left {
	float: left;
	}
.registration .leftWithSpace {
	float: left;
	margin-right: 10px;
	}
.registration .right {
	float: right;
}
.registration .newLine {
	clear: both;
}
.registration .formLine {
	padding-top: 5px;
}
.registration .formLabel {
	padding-top: 3px;
}
.registration .labelColumn {
	width: 168px;
}
.registration .fieldColumn {
	width: 155px;
}
.registration .errorColumn {
	width: 230px;
}
.registration .favCplxField {
	border: 0px;
	background: transparent;
}
.registration .center {
	text-align: center;
}
.registration .upperRoman {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type:upper-roman;
}
.titleForgotPassword{
	padding-left: 5px;
	padding-bottom : 10px;
	padding-top: 10px;
}
.directionForgotPassword{
	padding-left: 5px;
}
.formForgotPassword{
	padding-top:15px;
	padding-left:15px;
}
.forgotPasswordSubmit{
	margin-left:80px;
}
.passwordForgotConfirmation{
	height: 325px;
}
.titleResetPassword{
	padding-left: 5px;
	padding-bottom : 10px;
	padding-top: 10px;
}
.directionResetPassword{
	padding-left: 5px;
}
.formResetPassword{
	padding-top:15px;
	padding-left:15px;
}
.formResetPassword .formLine {
	margin-top: 5px;
	clear: both;
	padding-top: 5px;
}
.formResetPassword .formLabel {
	padding-top: 5px;
	padding-left: 5px;
}
.formResetPassword .left {
	float: left;
}
	
.resetPasswordSubmit{
	margin-top:15px;
	margin-left:130px;
}
.passwordResetBackground{
	height: 325px;
}

