/*------------------------------------------------*/
/*------- 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: #000; /* 787262 */
	width: auto;
	height: 13px;
	border: 1px #787262 solid;
	font-size: 1em;
}
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 input {
	float: left;
	width: auto;
	height: 15px;
	line-height: 15px;
	font-size: .9em;
	border: none;
	cursor: pointer;
	border-right: 1px #787262 solid;
	background: url(/css/images/fnd_recherche_submit.png) repeat-x 0 0;
}
form .etape {
	margin: 20px 0 0 0;
}

form .submit {
	overflow: auto;
	zoom: 1;
	padding: 0 20px;
}
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: #004e83;
}
form dd.cgv a {
	float: none;
	margin: 0;
	font-size: 1em;
	color: #004e83;
	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;
	background: url(/css/images/fnd_submit.png) repeat-x 0 0;
}
textarea {
  font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	overflow: auto;
}

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

/*-------------------------------------------------------*/
/*----------------- #recherche entete -------------------*/
/*-------------------------------------------------------*/
#recherche label {
	display: block;
	font-size: .85em;
	font-weight: bold;
	color: #004e83;
}
#recherche input {
	float: left;
	color: #787262;
	width: 168px;
	height: 15px;
	overflow: hidden;
	border: 1px #787262 solid;
	font-size:0.8em;
}

#recherche .text {
	overflow: visible;
}

#recherche .submit {
	float: left;
	width: 15px;
	line-height: 13px;
	padding: 0 0 2px 0;
	font-size: 0.7em;
	height: 17px;
	border: none;
	border-right: 1px #787262 solid;
	border-bottom: 1px #787262 solid;
	border-top: 1px #787262 solid;
	background: url(/css/images/fnd_submit.png) repeat-x 0 0;
}
#recherche .submit input {
	border: none;
}
#recherche a {
	float: right;
	margin: 10px 15px 0 0;
	font-size: .85em;
	font-weight: bold;
	color: #004e83;
}


/*------------------------------------------------*/
/*----------------- #connection -------------------*/
/*------------------------------------------------*/
#connection {
	width: 227px;
	overflow: auto;
}
#connection .input.text {
	overflow: auto;
	margin: 10px 0 0 0;
}
#connection label {
	display: block;
	font-size: .85em;
	font-weight: bold;
	color: #004e83;
}
#connection input {
	float: left;
	color: #787262;
	width: 208px;
	height: 16px;
	border: 1px #787262 solid;
}
#connection .submit {
	float: none;
	width: auto;
	height: 18px;
	font-size: 1em;
	padding: 0;
	width: 69px;
	text-align: center;
	border: 1px #787262 solid;
	background: url(/css/images/fnd_submit.png) repeat-x 0 0;
}
#connection .valid {
	width: 143px;
}
#connection .input.checkbox {
	clear: both;
	margin: 10px 0 0 0;
}
#connection .input.checkbox input {
	width: 16px;
	height: 16px;
	border: none;
}
#connection .input.checkbox label {
	display: inline;
	padding: 0 0 0 5px;
}
#connection a {
	float: right;
	margin: 10px 15px 0 0;
	font-size: .85em;
	font-weight: bold;
	color: #004e83;
	outline: none;
}

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

#create_account fieldset,
#form_compte fieldset {
	margin: 5px 0px;
	padding: 0 0 20px 40px;
	border-bottom: 1px #fff 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;
}

#create_account fieldset fieldset,
#form_compte fieldset fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	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: right;
} 

#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: 0;
	overflow: auto;
}

#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;
}

#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: 300px;
}

#create_account textarea,
#form_compte textarea {
	width: 300px;
	border: 1px solid #787262;
}

#create_account .password input,
#create_account .text input,
#form_compte .password input,
#form_compte .text input {
	width: 300px;
	height: auto;
	padding: 0;
	border-left: 1px #787262 solid;
	border-right: 1px #787262 solid;
	background: #fff;
}

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

#create_account .floatleft input,
#form_compte .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;
}

#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 .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: auto;
	border-color: #DDDDDD #7C7C7C #7C7C7C #C3C3C3;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	background: #FDD186;
	font-weight: bold;
	padding: 0 5px;
	
}