/* --------------------------------------------- SITE NATHAN -----------------*/
#ws_global {
	position: relative;
	margin: auto;
	text-align: center;
	width: 840px;
}

#ws_global .readonly {
	background-color: #EBEBE4;
	color: #737373;
	border: 1px solid #7F9DB9;
}

#header_accountManagement {
	width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #516574;
	font-size: 13px;
}

#header_accountManagement p {
	margin: 0px;
	padding: 0px;
}

#header_accountManagement img {
	float: left;
	padding-right: 10px;
	margin-top: -15px;
}

#header_accountManagement ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #516574;
	font-size: 13px;
	list-style-type: none;
	margin-bottom: 10px;
}

/* --------------------------------------------- SITE NATHAN -----------------*/

/*
 * Feuille de style inscription NATHAN
 */
#form_account {
	width: 833px;
	margin: auto;
	padding: 0px;
	height: auto;
	color: #516574;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

/*
#form_account label.required:before
{
	content: "* ";
}
*/
#form_account .error_message {
	color: #FF0000;
}

#ajax-loader {
	position: absolute;
	display: none;
	text-align: center;
	top: 0px;
	left: 0px;
}

#ajax-loader img {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
}

.clear {
	clear: both;
}

#form_account .weight-normal {
	font-weight: normal;
}

#form_account_copyright {
	width: 833px;
	margin: auto;
	padding: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
}

#form_account_copyright .required {
	font-size: 11px;
	color: #516574;
}

#form_account_copyright a {
	color: #999999;
}

#form_account form {
	margin: 0px;
	padding: 0px;
}

#form_account label {
	font-weight: bold;
}

#form_account label.label_error,#form_account label.label_error a {
	color: #E00000;
}

#form_account a {
	color: #516574;
}

#form_account ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	clear: both;
}

#form_account span.help {
	border-bottom: 1px dotted #489DE1;
	color: #489DE1;
	text-decoration: none;
	cursor: help;
}

#form_account span.label_error {
	border-bottom: 1px dotted #E00000;
	color: #E00000;
}

#form_account .field {
	padding-left: 0px;
}

#form_account li {
	padding-bottom: 15px;
}

#form_account .fieldset {
	padding: 10px;
}

#form_account .fieldset h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #516574;
	padding-bottom: 7px;
	margin: 0px;
	border-bottom: 1px solid #adb9c2;
}

/*
-----------------------------------
-- Boite d'affichage des erreurs --
-----------------------------------
*/
#form_account_errors_display {
	display: none;
	width: 831px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #fff0f0;
	border: solid #E00000 1px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#form_account_errors_display table {
	font-family: Arial, Helvetica, sans-serif;
	color: #E00000;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#form_account_errors_display td {
	text-align: left;
	background-image: url('./img/picto-error.gif');
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
	margin: 0px;
}

#form_account_errors_display td a {
	color: #E00000;
	font-size: 14px;
}
/* -- Fin boite d'affichage des erreurs -- */

/*
----------------------------------------------
-- Boite d'affichage des messages de succes --
----------------------------------------------
*/
#form_account_success_display {
	display: none;
	width: 831px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #eff5ea;
	border: solid #009933 1px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#form_account_success_display table {
	font-family: Arial, Helvetica, sans-serif;
	color: #3d6611;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#form_account_success_display td {
	text-align: left;
	background-image: url('./img/picto-success.gif');
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
	margin: 0px;
}
/* -- Fin Boite d'affichage des messages de succes -- */

/*
--------------------------------
-- Boutons des formulaires --
--------------------------------
*/
#form_account .submit {
	text-align: right;
	padding-right: 35px;
}

#form_account .submit_button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	border: 0px;
	cursor: pointer;
}

#global_registration_ens_submit,#global_registration_par_submit,#global_registration_etu_submit,#global_registration_ent_submit,#global_registration_ele_submit,#global_registration_san_submit,#global_registration_lbr_submit,#global_registration_adm_submit,#global_registration_rev_submit,#global_registration_enf_submit,#global_registration_not_submit {
	background-image: url('./img/button_red_valid.png');
	width: 96px;
	height: 30px;
}
/* -- Fin des styles des boutons des formulaires -- */

/*
-------------------
-- Style des CGU --
-------------------
*/
#div_cgu_form {
	clear: both;
	text-align: left;
}

#div_cgu_form label {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

#div_cgu_form input {
	margin: 0px;
	margin-right: 3px;
	vertical-align: middle;
}
/* -- Fin des styles des cgu -- */

/*
--------------------------------
-- Style des sous-formulaires --
--------------------------------
*/
#div_profil_choice {
	border: 1px solid #adb9c2;
	margin: auto;
	width: 441px;
	padding: 0px;
	text-align: left;
}

#div_profil_choice .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 20px;
}

#div_profil_choice .field {
	padding-left: 60px;
}

#div_profil_choice label {
	vertical-align: middle;
}

#div_profil_choice input {
	margin: 3px;
	vertical-align: middle;
}

#div_profil_choice li {
	padding-bottom: 5px;
}

#div_profil_choice .submit_button {
	background-image: url('./img/button_red_create_account.png');
	width: 150px;
	height: 29px;
}

#div_registration_confirmation,#div_message_maintenance {
	width: 833px;
	border: 1px solid #adb9c2;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#div_registration_confirmation .fieldset,#div_message_maintenance .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 20px;
	text-align: center;
}

#div_registration_confirmation .fieldset h2,#div_message_maintenance .fieldset h2 {
	text-align: left;
}

#div_registration_confirmation .confirmation_email {
	font-size: 14px;
	line-height: 20px;
}

#div_registration_confirmation .msg_confirmation,#div_registration_confirmation .user_email {
	font-weight: bold;
}

#div_registration_confirmation .login_infos {
	background-color: #edf1f3;
	border: 1px solid #adb9c2;
	padding: 10px;
	text-align: center;
	margin: auto;
}

#div_registration_confirmation .login_infos td {
	font-size: 14px;
	text-align: right;
}

#div_registration_confirmation td.login_infos_value {
	font-weight: bold;
	text-align: left;
}

#div_registration_confirmation .login_use {
	font-size: 13px;
	margin-bottom: 0px;
}

#div_registration_confirmation ul {
	padding: 0px;
	margin: 0px;
}

#div_registration_confirmation li {
	padding: 0px;
	margin: 0px;
}

#div_message_maintenance img {
	vertical-align: middle;
	margin: 0 10px 0 -60px;
}

#div_personal_number {
	float: left;
	width: 430px;
	border: 1px solid #adb9c2;
	padding: 0px;
	text-align: left;
}

#div_personal_number .fieldset {
	background-color: #edf1f3;
	border: 5px solid #ffffff;
	padding-bottom: 20px;
}

#div_personal_number .fieldset label {
	display: block;
	float: left;
	width: 235px;
	text-align: right;
	padding-right: 5px;
	margin-top: 4px;
	vertical-align: middle;
}

#div_personal_number .fieldset input {
	margin: 0px;
	vertical-align: middle;
}

#div_personal_number .picture {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}

#div_personal_number #personal_number_confirm_yes_submit {
	background-image: url('./img/button_red_yes.png');
	width: 70px;
	height: 29px;
}

#div_personal_number #personal_number_confirm_no_submit {
	background-image: url('./img/button_red_no.png');
	width: 70px;
	height: 29px;
}

#div_personal_number #personal_number_submit {
	background-image: url('./img/button_red_next.png');
	width: 120px;
	height: 29px;
}

#div_national_education_number {
	float: left;
	width: 381px;
	margin-left: 20px;
	text-align: left;
}

#div_national_education_number form {
	border: 1px solid #adb9c2;
	padding: 0px;
}

#div_national_education_number .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_national_education_number .picture {
	float: left;
	margin-right: 5px;
}

#div_national_education_number p.infos {
	margin: 0px;
	padding-top: 10px;
}

#div_national_education_number .fieldset label {
	display: block;
	float: left;
	width: 210px;
	text-align: right;
	padding-right: 5px;
	margin-top: -6px;
	vertical-align: middle;
}

#div_national_education_number input {
	margin: 0px;
	vertical-align: middle;
}

#div_national_education_number .field {
	padding: 0px;
	margin: 0px;
}

#div_national_education_number li {
	padding-top: 0px;
	padding-bottom: 10px;
}

#div_national_education_number .submit_button {
	background-image: url('./img/button_blue_next.png');
	width: 120px;
	height: 29px;
}

#group_personal_infos {
	float: left;
	width: 386px;
	text-align: left;
}

#group_institution_infos {
	float: left;
	width: 425px;
	margin-left: 20px;
	text-align: left;
}

#div_personal_information {
	width: 386px;
	border: 1px solid #adb9c2;
	padding: 0px;
	margin-bottom: 20px;
}

#div_personal_information .fieldset {
	background-color: #edf1f3;
	border: 5px solid #ffffff;
	padding-bottom: 0px;
}

#div_personal_information .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_personal_information .fieldset label.label_num_perso {
	margin-top: -6px;
}

#div_personal_information .fieldset select,#div_personal_information .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_personal_information ul {
	padding-top: 0px;
}

#div_personal_information li {
	padding-bottom: 5px;
}

#div_login {
	width: 386px;
	border: 1px solid #adb9c2;
	padding: 0px;
}

#div_login .fieldset {
	background-color: #edf1f3;
	border: 5px solid #ffffff;
	padding-bottom: 10px;
}

#div_login .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	vertical-align: middle;
	height: 19px;
}

#div_login .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_login .fieldset #pwd-pattern-description {
	font-size: 0.9em;
	font-style: italic;
}

#div_login .fieldset #pwd-pattern-description p {
	margin: 0px 0px 5px 0px;
}

#div_login .fieldset #pwd-pattern-description ul {
	padding-left: 15px;
}

#div_login .fieldset #pwd-pattern-description li {
	list-style-type: '- ';
}

#div_login ul {
	padding-top: 0px;
}

#div_login li {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#div_password {
	width: 386px;
	border: 1px solid #adb9c2;
	padding: 0px;
}

#div_password p .login_edit_mode {
	font-weight: bold;
}

#div_password p.password_edit_link {
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}

#div_password .password_edit_link a {
	color: #3694da;
	font-weight: bold;
	font-size: 11px;
}

#div_password .fieldset {
	background-color: #edf1f3;
	border: 5px solid #ffffff;
	padding-bottom: 10px;
}

#div_password .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_password .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_password ul {
	padding-top: 0px;
}

#div_password li {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.show_pwd {
	height: 100%;
	width: 20px;
	position: absolute;
	background: url('./img/eye_icon.svg') no-repeat center;
	background-size: 75%;
	right: 22px;
	top: 0;
}

#div_institution_ens {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_institution_ens .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_institution_ens .fieldset select,#div_institution_ens .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_institution_ens .fieldset p.final_institution {
	text-align: center;
	text-transform: uppercase;
}

#div_institution_ens .field label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_institution_ens .field_choice_institution {
	overflow: auto;
	height: expression(this.scrollHeight >   150 ?   "150px" :   "auto");
	max-height: 150px;
	width: 350px;
	margin-bottom: 15px;
	text-align: center;
}

#div_institution_ens .field_choice_institution label {
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #516574;
}

#div_institution_ens .field_choice_institution table {
	border: 0;
	margin: auto;
}

#div_institution_ens .field_choice_institution td {
	padding-bottom: 10px;
}

#div_institution_ens .field_choice_institution .input_radio {
	vertical-align: top;
	width: 30px;
}

#div_institution_ens #institution_ens_first_step_submit {
	background-image: url('./img/button_blue_search.png');
	width: 125px;
	height: 29px;
}

#div_institution_ens #institution_ens_second_step_submit {
	background-image: url('./img/button_blue_valid.png');
	width: 96px;
	height: 29px;
}

#div_institution_ens #institution_ens_third_step_submit {
	background-image: url('./img/button_blue_confirm.png');
	width: 120px;
	height: 29px;
}

#div_institution_ens .institution_name {
	font-weight: bold;
}

#div_institution_ens p.institution_edit_link {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#div_institution_ens .institution_edit_link a {
	color: #3694da;
	font-weight: bold;
	font-size: 11px;
}

#div_institution_ens ul {
	padding-top: 0px;
}

#div_institution_ens li {
	padding-bottom: 5px;
}

#div_institution_ens .infos_address2 {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 180px;
	text-align: left;
}

#div_profil_ens_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_profil_ens_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_ens_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_profil_ens_subform .fieldset select,#div_profil_ens_subform .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_profil_ens_subform ul {
	padding: 0px;
}

#div_profil_ens_subform li {
	padding-bottom: 5px;
}

#div_profil_ens_subform .li_profil_ens_level {
	padding-top: 13px;
}

#div_options_list_form {
	clear: both;
	padding-top: 10px;
	text-align: left;
}

#div_options_list_form label {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

#div_options_list_form input {
	margin: 0px;
	margin-right: 3px;
	vertical-align: middle;
}

#div_profil_par_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_profil_par_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_par_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_profil_par_subform .fieldset select,#div_profil_par_subform .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
	height: 19px;
}

#div_profil_par_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_par_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_par_subform .fieldset .child_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_par_subform ul {
	padding: 0px;
}

#div_profil_par_subform li {
	padding-bottom: 18px;
}

#div_profil_par_subform .children_box {
	background-color: #f7f7f7;
	border: 1px solid #d9d9d9;
	margin-top: 5px;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#div_profil_par_subform .children_box li {
	padding-bottom: 5px;
}

#div_profil_par_subform a.delete_child {
	margin-right: 3px;
	height: 10px;
	width: 10px;
	background-image: url('./img/cross_delete.gif');
	background-repeat: no-repeat;
	float: right;
}

#div_profil_par_subform a.delete_child:hover {
	background-position: 0 -10px;
}

#div_profil_par_subform .children_box .input_text,#div_profil_par_subform .children_box .input_text_date {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	height: 19px;
	color: #737373;
}

#div_profil_par_subform .children_box input {
	margin: 0px;
	vertical-align: middle;
}

#div_profil_par_subform .children_sex_label {
	font-size: 12px;
	color: #737373;
	font-weight: normal;
	padding-right: 15px;
}

#div_profil_par_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_par_subform .children_box button.calendar {
	border: 1px solid #d9d9d9;
	border-width: 1px 1px 1px 0px;
}

#div_profil_par_subform .submit_button {
	background-image: url('./img/button_blue_addChild.png');
	width: 179px;
	height: 25px;
	text-align: center;
	margin: auto;
}

#div_profil_par_subform #div_button_add_child {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 15px; /
	margin-top: 10px; /
	margin-bottom: 10px;
}

#div_profil_ele_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_profil_ele_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_ele_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_profil_ele_subform .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
	height: 19px;
}

#div_profil_ele_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_ele_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_ele_subform .fieldset .select_date {
	width: auto;
}

#div_profil_ele_subform .fieldset select {
	width: 210px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_ele_subform .fieldset .adult_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_ele_subform ul {
	padding: 0px;
}

#div_profil_ele_subform li {
	padding-bottom: 18px;
}

#div_profil_ele_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_ele_subform .submit_button {
	background-image: url('./img/button_blue_addChild.png');
	width: 179px;
	height: 25px;
	text-align: center;
	margin: auto;
}

#div_profil_etu_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_etu_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_etu_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_etu_subform .fieldset select {
	width: 230px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_etu_subform ul {
	padding: 0px;
}

#div_profil_etu_subform li {
	padding-bottom: 18px;
}

#div_profil_etu_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_etu_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_etu_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_hobbies_etu_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_hobbies_etu_subform .fieldset {
	position: relative;
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 15px;
}

#div_hobbies_etu_subform #hobbies_first_list {
	position: relative;
	width: 190px;
	float: left;
	border-right: 1px solid #ADB9C2;
	text-align: left;
	line-height: 30px;
}

#div_hobbies_etu_subform #hobbies_second_list {
	position: relative;
	width: 190px;
	float: left;
	text-align: left;
	line-height: 30px;
	padding-left: 10px;
}

#div_hobbies_etu_subform #hobbies_footer {
	clear: both;
}

#div_hobbies_etu_subform label {
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

#div_hobbies_etu_subform input {
	margin: 0px;
	margin-right: 3px;
	vertical-align: middle;
}

#div_contact_ent {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_contact_ent .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_contact_ent .infos_address2 {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 180px;
	text-align: left;
}

#div_contact_ent .fieldset select,#div_contact_ent .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_contact_ent .field label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_contact_ent ul {
	padding-top: 0px;
}

#div_contact_ent li {
	padding-bottom: 5px;
}

#div_profil_ent_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_ent_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_ent_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 122px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_ent_subform .fieldset select {
	width: 220px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_ent_subform ul {
	padding: 0px;
}

#div_profil_ent_subform li {
	padding-bottom: 18px;
}

#div_contact_san {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_contact_san .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_contact_san .infos_address2 {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 180px;
	text-align: left;
}

#div_contact_san .fieldset select,#div_contact_san .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_contact_san .field label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_contact_san ul {
	padding-top: 0px;
}

#div_contact_san li {
	padding-bottom: 5px;
}

#div_profil_san_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_san_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_san_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 132px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_san_subform .fieldset select {
	width: 210px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_san_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_san_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_san_subform .fieldset .child_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_san_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_san_subform ul {
	padding: 0px;
}

#div_profil_san_subform li {
	padding-bottom: 18px;
}

#div_profil_adm_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_adm_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_adm_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 132px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_adm_subform .fieldset select {
	width: 210px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_adm_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_adm_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_adm_subform .fieldset .child_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_adm_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_adm_subform ul {
	padding: 0px;
}

#div_profil_adm_subform li {
	padding-bottom: 5px;
}

#div_profil_adm_subform .li_profil_adm_otherOffice label {
	font-weight: normal;
}

#div_contact_lbr {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_contact_lbr .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_contact_lbr .infos_address2 {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 180px;
	text-align: left;
}

#div_contact_lbr .fieldset select,#div_contact_lbr .fieldset .input_text {
	width: 172px;
	font-size: 11px;
	height: 19px;
}

#div_contact_lbr .field label {
	font-size: 11px;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#div_contact_lbr ul {
	padding-top: 0px;
}

#div_contact_lbr li {
	padding-bottom: 5px;
}

#div_profil_lbr_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_lbr_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_lbr_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 132px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_lbr_subform .fieldset select {
	width: 210px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_lbr_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_lbr_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_lbr_subform .fieldset .child_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_lbr_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_lbr_subform ul {
	padding: 0px;
}

#div_profil_lbr_subform li {
	padding-bottom: 18px;
}

#div_profil_rev_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#div_profil_rev_subform .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#div_profil_rev_subform .fieldset label {
	font-size: 11px;
	display: block;
	float: left;
	width: 132px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
}

#div_profil_rev_subform .fieldset select {
	width: 210px;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
}

#div_profil_rev_subform .fieldset .disable {
	background-color: #FFFFFF;
	color: #737373;
}

#div_profil_rev_subform .fieldset .input_text_date {
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
}

#div_profil_rev_subform .fieldset .child_birthday_inputs {
	padding: 0px;
	margin: 0px;
	height: 19px;
}

#div_profil_rev_subform button.calendar {
	background: url(./img/calendar_button.png);
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 18px;
	background-position: center;
	vertical-align: bottom;
}

#div_profil_rev_subform ul {
	padding: 0px;
}

#div_profil_rev_subform li {
	padding-bottom: 18px;
}

/* FOCUS */
#div_focus_subform {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
}

#div_focus_subform .fieldset {
	position: relative;
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 15px;
}

#div_focus_subform .fieldset h2 {
	margin-bottom: 15px;
}

.focus-grouping.form-radio {
	margin: 0 0 20px 20px;
	overflow: hidden;
}

.focus-grouping .form-radio {
	margin: 5px 0 0 20px;
}

.focus-grouping p {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.focus-grouping .label_error {
	color: #E00000;
}

.focus-grouping.form-radio input[type=radio] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.focus-grouping.form-radio label {
	float: left;
	display: inline-block !important;
	width: auto !important;
	background-color: #EDF1F3;
	color: rgb(81, 101, 116);
	font-weight: normal !important;
	text-align: center !important;
	text-shadow: none;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.focus-grouping.form-radio label:hover {
	cursor: pointer;
}

.focus-grouping.form-radio input[type=radio]:checked+label {
	background-color: #489DE1;
	color: #FFFFFF;
	font-weight: bold !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.focus-grouping.form-radio .form-radio:first-of-type label {
	border-radius: 4px 0 0 4px;
}

.focus-grouping.form-radio .form-radio:last-of-type label {
	border-radius: 0 4px 4px 0;
}

.focus-grouping.form-checkbox {
	margin: 0 0 20px 20px;
}

.focus-grouping .form-checkbox {
	clear: both;
	margin: 5px 0 0 20px;
}

.focus-grouping .form-checkbox input:empty {
	margin-left: -99999px;
}

.focus-grouping .form-checkbox input:empty ~ label {
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0;
	cursor: pointer;
	width: auto !important;
	font-size: 11px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.focus-grouping .form-checkbox input:empty  ~ label:before,.focus-grouping .form-checkbox input:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 3.2em;
	background-color: #EDF1F3;
	border-radius: 0.7em;
	box-shadow: -1px 0 #adb9c2, 0 1px #adb9c2, 1px 0 #adb9c2, 0 -1px #adb9c2;
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.focus-grouping .form-checkbox input:empty  ~ label:after {
	width: 1.5em;
	background-color: #fff;
	border-radius: 0.7em;
	/*box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);*/
	box-shadow: -1px 0 #adb9c2, 0 1px #adb9c2, 1px 0 #adb9c2, 0 -1px #adb9c2;
}

.focus-grouping .form-checkbox input:checked  ~ label:before {
	background-color: #489DE1;
}

.focus-grouping .form-checkbox input:checked  ~ label:after {
	margin-left: 1.8em;
}
/* Fin FOCUS */

/* ESTABLISHMENT */
#widget_establishment {
	width: 425px;
	padding: 0px;
	border: 1px solid #adb9c2;
	margin-bottom: 20px;
}

#widget_establishment .fieldset {
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 10px;
}

#widget_establishment .fieldset h2 {
	margin-bottom: 15px;
}

#widget_establishment .field {
	padding: 0;
}

#widget_establishment .fieldset label {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 3px;
	padding-right: 10px;
	text-align: right;
	width: 130px;
}

#widget_establishment .fieldset .input_text, #widget_establishment .fieldset select {
	font-size: 11px;
	height: 19px;
	width: 172px;
}

#widget_establishment .submit_button {
	margin-top: 5px;
	margin-right: 48px;
	margin-bottom: 10px;
}

#widget_establishment #widget_establishment_search_button {
	background-image: url("./img/button_blue_search.png");
	height: 29px;
	width: 125px;
}

#widget_establishment .error {
	background-color: #489de1;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: bold;
}

#widget_establishment .error span {
	display: block;
	background-color: #ffffff;
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	color: #489de1;
	margin-right: 5px; 
}

#widget_establishment .link a {
	text-align: left !important;
	color: #3694da;
	font-weight: bold;
	font-size: 11px;
}

#widget_establishment .choice {
	margin: 0;
	padding: 0;
}

#establishment_choice {
	overflow: auto;
	max-height: 300px;
	position: relative;
}

#establishment_choice .form-radio {
	margin-bottom: 2px;
}

#establishment_choice input[type=radio] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

#establishment_choice label {
	display: block !important;
	width: auto !important;
	background-color: #EDF1F3;
	color: rgb(81, 101, 116);
	font-weight: normal !important;
	text-align: center !important;
	text-shadow: none;
	padding: 6px 14px;
	float: none !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#establishment_choice label:hover {
	cursor: pointer;
}

#establishment_choice input[type=radio]:checked+label {
	background-color: #489DE1;
	color: #FFFFFF;
	font-weight: bold !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#widget_establishment #widget_establishment_choice_button {
	background-image: url("./img/button_blue_valid.png");
	height: 29px;
	width: 96px;
	margin-top: 15px;
	margin-right: 110px;
}

#widget_establishment #establishment_selected .address {
	text-align: center;
}

#widget_establishment #establishment_selected .establishment_name {
	font-weight: bold;	
}
/* Fin ESTABLISHMENT */

/* HEADER FORM & FOOTER FORM */
#per-connect-header-form, #per-connect-footer-form {
	text-align: left;
}
#per-connect-footer-form {
	color: #999999;
	font-size: 10px;
	margin: 20px 0 0 0;
}
#per-connect-footer-form .required-mention {
	font-size: 11px;
	color: #516574;
	line-height: 50px;
}
/* Fin HEADER FORM & FOOTER FORM */

/* WIDGET TEXT */
.per-connect-widget-text {
	display:inline-block;
	width: 100%;
	clear: both;
	margin: 20px auto 0px auto;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
}
/* Fin WIDGET TEXT */

/* GROUP SUBSCRIPTION */
#per-connect-layout-group-subscription {
	display:inline-block;
	margin: 20px auto 10px auto;
	text-align: left;
	border: 1px solid #adb9c2;
}
#per-connect-layout-group-subscription label {
	font-weight: normal;
	font-size: 13px;
}
#per-connect-layout-group-subscription .label_error {
	color: #E00000;
}
#per-connect-layout-group-subscription .fieldset {
	position: relative;
	background-color: #ffffff;
	border: 5px solid #edf1f3;
	padding-bottom: 15px;
}
/* Fin GROUP SUBSCRIPTION */
/* -- Fin des styles des sous-formulaires -- */