/*------------------------------------------------*/
/*------- Styles par defaut des formulaires ------*/
/*------------------------------------------------*/
form {
	/* commenté pour que les messages d'aides positionnés en absolute puisse déborder du form */
	/* overflow: auto; */
}
form fieldset p {
	clear: left;
}
form label {
	display: block;
	font-weight: bold;
	color: #004e83;
}
/*form input {
	float: left;
	color: #fff;
	width: auto;
	height: 24px;
	font-weight: bold;
	border: 1px #787262 solid;
	font-size: 1em;
	outline: none;
}*/
form .checkbox input,
form input.radio,
form .arc_select input {
	border: 0 !important;
	width: auto !important;
}
form select {
	/*height: 18px;
	line-height: 18px;*/
	font-size: 0.9em;
	border: 1px #787262 solid;
}
form .text,
form textarea {
	overflow: auto;
	font-size: 1em;
}

form .radio label {
	margin-left: 20px;
}
form .radio input {
	border: none;
	margin-top: 1px;
}

form .submit.suivant {
	float: right;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin: 20px 0 15px 2px;
	padding: 0 0 0 19px;
	background: url(/css/img/fnd/fnd_btn_suivant_gauche.png) no-repeat left top;
}

form .submit.suivant input,
form .submit.suivant a {
	float: left;
	color: #fff;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0 40px 4px 0;
	font-weight: bold;
	border: 1px #787262 solid;
	font-size: 1em;
	outline: none;
	border: none;
	background: url(/css/img/fnd/fnd_btn_suivant_droite.png) no-repeat right top;
}

form .submit.preced {
	float: left;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin: 20px 0 15px 0;
	padding: 0 0 0 40px;
	background: url(/css/img/fnd/fnd_btn_preced_gauche.png) no-repeat left top;
}

form .submit.preced input,
form .submit.preced a {
	float: left;
	color: #fff;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0 19px 4px 0;
	font-weight: bold;
	border: 1px #787262 solid;
	font-size: 1em;
	outline: none;
	border: none;
	background: url(/css/img/fnd/fnd_btn_preced_droite.png) no-repeat right top;
}




.submit.payer {
	float: right;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin: 20px 0 15px 15px;
	padding: 0 0 0 19px;
	background: url(/css/img/fnd/fnd_btn_suivant_gauche.png) no-repeat left top;
}

.submit.payer input {
	float: left;
	color: #fff;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0 40px 4px 0;
	font-weight: bold;
	border: 1px #787262 solid;
	font-size: 1em;
	outline: none;
	border: none;
	background: url(/css/img/fnd/fnd_btn_suivant_droite.png) no-repeat right top;
}

.submit.payer {
	float: right;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin: 20px 0 0 15px;
	padding: 0 0 0 19px;
	background: url(/css/img/fnd/fnd_btn_suivant_gauche.png) no-repeat left top;
}

.submit.payer a {
	float: left;
	color: #fff;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0 40px 4px 0;
	font-weight: bold;
	border: 1px #787262 solid;
	font-size: 1em;
	outline: none;
	border: none;
	text-decoration: none;
	background: url(/css/img/fnd/fnd_btn_suivant_droite.png) no-repeat right top;
}



form .submit input,
form input.submit {
	cursor: pointer;
}

fieldset {
	border: none;
}

form a {
	float: right;
	margin: 10px 15px 0 0;
	font-size: .85em;
	font-weight: bold;
	color: #1B75BB;
}
form dd.cgv a {
	float: none;
	margin: 0;
	font-size: 1em;
	color: #1B75BB;
	outline: none;
}
form .submit a {
	text-decoration: none;
	font-weight: normal;
	width: auto;
	height: 18px;
	padding: 0 5px;
	font-size: .9em;
	border: none;
	cursor: pointer;
	border: 1px #787262 solid;
}

form label a {
	float: none;
	font-size: inherit;
	font-weight: normal;
	color: #1B75BB;
}

textarea {
  font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	overflow: auto;
}

.champ_obligatoire {margin: 10px 0 0 0;}

/*---------------------------------------------------------*/
/*-------------- Inscription create_account ---------------*/
/*---------------------------------------------------------*/
#create_account,
#form_compte {
	clear: both;
	/*background: #D1E3F1;
	border: 1px solid #A09C91;*/
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
	position: relative;
	z-index: 1;
}

#create_account {
	margin-left: 35px;
}

#create_account fieldset,
#form_compte fieldset {
	margin: 5px 20px 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px #d5d3d3 solid;
	/* commenté pour que les messages d'aides positionnés en absolute puisse déborder du form */
	/*overflow: hidden;*/
}
#create_account fieldset ul,
#form_compte fieldset ul {
	font-size: 1em;
	margin: 5px 0 5px 30px;
}

#create_account fieldset ul li,
#form_compte fieldset ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: url(/css/img/fnd/fnd_fleche.png) no-repeat left center;
}

#create_account fieldset fieldset,
#form_compte fieldset fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid #d5d3d3;
}

#create_account .texte {
	margin: 20px 0 30px 0;
	padding: 0 0 20px 0;
	border: none;
}

#create_account fieldset fieldset fieldset,
#form_compte fieldset fieldset fieldset {
	margin: 20px 0 30px 30px;
	border: none;
}

#create_account fieldset dl,
#form_compte fieldset dl {
	margin: 0;
	padding: 0;
	border: none;
}
#create_account legend, 
#form_compte legend {
	margin: 0 0 5px 0;
	padding: 0;
	color: #1b75bb;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

#create_account label,
#form_compte label {
	color: #000;
	font-weight: bold;
}
 
#create_account div.password,
#create_account div.input,
#form_compte div.password,
#form_compte div.input,
#form_compte div.input .checkbox,
#create_account div.input .checkbox  {
	margin: 5px 0 0 0;
	padding: 0;
	/* commenté pour que les messages d'aides positionnés en absolute puisse déborder du form */
	/*overflow: auto;*/
	clear: both;
}


#create_account .submit .etape,
#form_compte .submit .etape {
	float: none;
} 

#create_account div.input div.checkbox,
#create_account div.input div.radio,
#form_compte div.input div.checkbox,
#form_compte div.input div.radio {
	margin: 0;
	padding: 5px 0 0 10px;
	overflow: auto;
}
/*
#create_account fieldset fieldset div.input.select,
#create_account fieldset fieldset div.input.select,
#form_compte fieldset fieldset div.input.select,
#form_compte fieldset fieldset div.input.select {
	padding: 15px 0 0 10px;
}
*/
#create_account .checkbox label,
#create_account .radio label,
#form_compte .checkbox label,
#form_compte .radio label {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 5px;
	display: inline;
	width: auto;
	font-weight: normal;
}

#create_account .checkbox label,
#tab_informations .checkbox label,
#tab_informations .radio label,
#tab_organisme .checkbox label,
#tab_organisme .radio label,
#tab_utilisateurs .checkbox label,
#tab_utilisateurs .radio label {
	/*display: block !important;*/
	float: none !important;
	/*padding: 0 0 0 20px !important;*/
}

#create_account .radio input ,
#form_compte .radio input {
	float: left;
} 

#create_account .input select,
#form_compte .input select {
	width: 390px;
	border: 1px #A5ACB2 solid;
}

#create_account textarea,
#form_compte textarea {
	width: 390px;
	border: 1px solid #A5ACB2;
}

#create_account .password input,
#create_account .text input,
#form_compte .password input,
#form_compte .text input {
	width: 390px;
	height: auto;
	padding: 0;
}

#create_account .submit input,
#form_compte .submit input {
	/*float: none;
	width: auto;
	height: auto;
	padding: 0 10px 0;*/
}

#create_account .floatleft input,
#form_compte .floatleft input {
	float: none;
	width: auto;
	height: 18px;
	padding: 0 10px 0;
	border-top: 0;
	cursor: pointer;
}

#create_account .floatleft label {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1b75bb;
	font-weight: bold;
	text-transform: none;
}
#create_account .floatleft .text {
	border-top: 1px #787262 solid;
	cursor: text;
	height: 16px;
	padding: 0;
	background: #fff;
}

.coordonnees .password label,
.coordonnees .textarea label,
.coordonnees .select label,
.coordonnees .prestations .checkbox input {
	margin-bottom: 10px;
}
.coordonnees .text label {
	float: left;
	width: 250px;
}


/*---------------------------------------------------------*/
/*-------------- Inscription form_rech ---------------*/
/*---------------------------------------------------------*/
#form_rech {
	clear: both;
	background: #D1E3F1;
	border: 1px solid #A09C91;
	margin: 0;
	padding: 22px;
	overflow: auto;
	zoom: 1;
	position: relative;
	z-index: 1;
}

#form_rech fieldset{
	/*margin: 20px 0;
	padding: 0 0 20px 0;*/
	margin: 20px -20px;
	padding: 0 0 20px 40px;
	/*border-top: 1px #fff solid;*/
	border-bottom: 1px #fff solid;
	overflow: hidden;
}
#arc_form_rech fieldset fieldset,
#form_rech fieldset fieldset {
	margin: 0 0 50px 0;
	padding: 0;
	border: none;
	clear: both;
}
#arc_form_rech legend {
	color:#004E83;
	font-size:0.9em;
	font-weight: bold;
	text-transform: uppercase;
	line-height:28px;
	text-transform:uppercase;
}

#form_rech legend {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1b75bb;
	font-weight: bold;
	text-transform: uppercase;
}

#arc_form_rech label,
#form_rech label {
	color: #000;
	font-weight: bold;
}

#arc_form_rech .password,
#arc_form_rech .input,
#form_rech .password,
#form_rech .input {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: auto;
}
#arc_form_rech .submit .etape,
#form_rech .submit .etape {
	float: right;
} 
#arc_form_rech .checkbox,
#arc_form_rech .radio,
#form_rech .checkbox,
#form_rech .radio {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#arc_form_rech .checkbox label,
#arc_form_rech .radio label,
#form_rech .checkbox label,
#form_rech .radio label {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 5px;
	display: inline;
}
#arc_form_rech .radio input,
#form_rech .radio input {
	float: left;
} 
#arc_form_rech .text,
#form_rech .text {
	/*margin: 10px 0 0 0;*/
}
#arc_form_rech .input select,
#form_rech .input select {
	width: 300px;
}
#arc_form_rech textarea,
#form_rech textarea {
	width: 300px;
	border: 1px solid #787262;
}
#arc_form_rech .password input,
#arc_form_rech .text input,
#form_rech .password input,
#form_rech .text input {
	/*width: 300px;*/
	height: auto;
	padding: 0;
	border-left: 1px #787262 solid;
	border-right: 1px #787262 solid;
	background: #fff;
}
#arc_form_rech .submit,
#form_rech .submit {
	/*padding: 0 0 0 20px;*/
}

#arc_form_rech .submit input,
#form_rech .submit input {
	float: none;
	width: auto;
	height: auto;
	padding: 0 10px 0;
	line-height: 18px;
	border: 1px #787262 solid;
	background: url(/css/images/fnd_submit.png) repeat-x 0 0;
}


#arc_form_rech .floatleft input,
#form_rech .floatleft input {
	float: none;
	width: auto;
	height: 18px;
	padding: 0 10px 0;
	border-top: 0;
	cursor: pointer;
	border: 1px #787262 solid;
	background: url(/css/images/fnd_submit.png) repeat-x 0 0;
}
#arc_form_rech .floatleft label,
#form_rech .floatleft label {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1b75bb;
	font-weight: bold;
	text-transform: none;
}
#arc_form_rech .floatleft .text,
#form_rech .floatleft .text {
	border-top: 1px #787262 solid;
	cursor: text;
	height: 16px;
	padding: 0;
	background: #fff;
}


/*---------------------------------------------------------*/
/*------------------- calculateurs ------------------------*/
/*---------------------------------------------------------*/
.calculateur form {
	margin: 10px 0;
}
.calculateur form fieldset h4{
	margin: 0 !important;
}
.calculateur form fieldset{
	margin: 10px 0;
	padding: 22px;
	background: #F1F1EF;
	border: 1px solid #BBBBB9;
}
.calculateur form p{
	overflow: auto;
	zoom: 1;
	padding: 5px 0!important;
}
.calculateur form p input{
	height: auto;
	width: 100px;
	margin: 0 5px 0 0;
}
.calculateur form table input{
	height: auto;
	width: 100%;
	margin: 0;
	border: 0;
}
.calculateur form table {
	height: auto;
	width: 100%;
	margin: 0;
	border: 1px solid #000;
}
.calculateur form table td {
	padding: 2px ;
}
.calculateur form p label a{
	float: none;
	margin: 0;
}
.calculateur form p label{
	float: left;
	width: 420px;
	margin: 0 5px 0 0;
	display: inline;
	text-align: right;
	color: #000;
	font-weight: normal;
}
.calculateur form p.resultats label{
	color:#004E83;
}
.calculateur form p.submit {
	padding: 5px 5px 5px 5px !important;
}
.calculateur form p.submit input{
	float: right !important;
	width: auto;
	height: auto;
	line-height: normal;
	border-color: #DDDDDD #7C7C7C #7C7C7C #C3C3C3;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	background: #FDD186;
	font-weight: bold;
	padding: 0 5px;
	
}

.conditions {
	margin: 20px 0 0 0 !important;
}

#create_account .recap ul {
	margin-bottom: 20px;
	padding: 0 0 0 0;
}

#create_account .nb_accompagnants {
	padding-bottom: 0;
	margin-bottom: 0;
}

#create_account .nb_accompagnants fieldset {
	margin-top: 20px;
	border: none;
}

#create_account fieldset.utilisateurs {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#create_account fieldset.utilisateurs fieldset {
}
#tab_recapitulatif td {
  vertical-align: top;
}