/* COMMUN
-----------------------------------------*/
.etapes h2 {
	font:bold 1.75em/1.1em Arial, Verdana, sans-serif;
	color:#000;
	margin:0 0 6px 0;
}

.etapes a.retour {
	float:right;
	margin-top:4px;
	color:#2882E6;
	text-decoration:none;
}

.etapes .instruction {
	font-weight:bold;
	color:#1C1E7C;
	margin-bottom:10px;
}

.etapes .connectez_vous {
	text-align: right;
	padding-bottom:3px;
	margin-top: 20px;
}

.etapes .form_etape,
.etapes #resume_final {
	width:589px;
	background-color:#E6F1F8;
	padding:15px 20px;
	margin-top:2px;
}
.etapes #etape2{
	background-color:#FFFFFF;
}
.etapes .form_etape h3,
.etapes #resume_final h3 {
	font:1.33em/1.2em Arial, Verdana, sans-serif;
	color:#000;
	margin:0;
	/*text-transform:uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
}

.etapes .form_etape h4 {
	font:1em/1.2em Arial, Verdana, sans-serif;
	color:#000;
	margin:0;
	padding: 0 0 10px 0;
	text-transform:uppercase;
}

#date_livraison label {
	width: 86px;
}

#precision_livraison label {
	width: auto;
	padding-top: 6px;
}

.etapes .form_etape h3 a,
.etapes #resume_final h3 a {
	float:right;
	font-size:0.767em;
	text-transform:none;
	text-decoration:none;
}

.etapes .form_etape label {
	font-weight:bold;
}

.etapes .form_etape input,
.etapes .form_etape select {
	padding:2px;
	border:1px solid #000;
	font:11px/14px Arial, Verdana, sans-serif;
	color:#262626;
	border-radius: 4px;
}

.etapes .form_etape input.checkbox {
	border:0;
}

.etapes .form_etape #note_asterisque {
	color:#666666;
	font-size:0.92em;
	line-height:1.2em;
}

.etapes #note_formulaire {
	margin-top:15px;
	font-size:0.92em;
	line-height:1.2em;
	color:#666666;
}

.etapes .form_etape .message_erreur,
.etapes #form_etape .message_erreur {
	padding:6px 10px;
	background-color:#EB0000;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
}

.etapes .form_etape .message_erreur a,
.etapes #form_etape .message_erreur a {
    color: #fff;
}

.etapes .form_etape .erreur {
	color:#EB0000;
}

.etapes .form_etape label.erreur {
	border:none;
    color:#EB0000 !important;
}


/* Aperçu coûts */
.etapes #apercu_couts {
border: solid 2px #7D8183;
padding: 10px;
background-color: #F2F2F2;
border-radius: 5px 5px 5px 5px;
margin-bottom: 20px;
margin-top: 20px;
}

.etapes #apercu_couts table {
	width:100%;
}

.etapes #apercu_couts th {
	text-align:left;
	font-weight:normal;
	height:28px;
}

.etapes #apercu_couts td {
	text-align:right;
	height:36px;
}

.etapes #apercu_couts td input {
	width:80px;
	padding:2px;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#000;
	border:1px solid #000;
	text-align:right;
}

.etapes #apercu_couts td div {
	float:right;
	width:80px;
	padding:3px;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:right;
}
.etapes #apercu_couts tr.total td div {
	font:bold 14px/17px Arial, Verdana, sans-serif;
}

.etapes #apercu_couts td.dollard {
	font-weight:bold;
	padding-left:1px;
	white-space:nowrap;
}

/* Paiement */
.etapes .paiement {
border: solid 2px #7D8183;
padding: 4px;
background-color: #F2F2F2;
border-radius: 5px 5px 5px 5px;
}

.etapes #apercu_couts tr#economie th {
	color:#289700;
	font-weight:bold;
}

.etapes .adresses .adresse {
    float:left;
}
.etapes .adresses .livraison {
    margin-left: 20px;
}

.etapes .adresses h3 {
    width: 280px;
}

.etapes .adresses table.formulaire {
    width: 280px !important;
}

.etapes #paiement_pourboire {
	max-width: 75px;
	text-align: right;
}

/* Résumé */
.etapes #infos_abonnement {
	border-top:1px solid #fff;
	padding-top:15px;
}

.etapes #infos_abonnement table {
	width:100%;
	margin-top:2px;
}

.etapes #infos_abonnement th {
	text-align:left;
	font-weight:normal;
	padding:2px 0;
	width:315px;
}

.etapes #infos_abonnement td {
	font-weight:bold;
	color:#1C1E7C;
	padding:2px 0;
}

.etapes #cout_total {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:15px 0;
	margin:15px 0;
	font-weight:bold;
	font-size:1.17em;
	line-height:1.2em;
}

.etapes .resumes_blocs {
	/*border-bottom:1px solid #fff;*/
	padding-bottom:15px;
	margin-bottom:15px;
}

.etapes .resumes_blocs .conteneur_cotes {
	width:589px; /* Important pour IE */
	background:url(../../images/ul/tuiles/abb_etape2_papier_formules_duree.gif) repeat-y left top;
	color:#1C1E7C;
}

.etapes .resumes_blocs h3 {
	margin-bottom:5px;
}

.etapes .resumes_blocs .gauche {
	float:left;
	width:274px;
	border:0;
	margin:0;
	padding:0;
}

.etapes .resumes_blocs .droite {
	float:right;
	width:274px;
}

table.formulaire {
	width:100% !important;
	border-collapse:collapse;
}

table.formulaire tr td {
	vertical-align:top;
	text-align:left;
}

table.formulaire tr th {
	vertical-align:top;
	text-align:left;
	padding-right:20px;
	width:115px;
	padding-top:2px;
}

table tr.rehaussement th label {
    font-weight:normal !important;
}

table tr.rehaussement td.espacement {
    padding-right:10px;
}

table tr.rehaussement th {
    vertical-align: middle;
}

table tr.rehaussement th div.texte {
    width:390px;
	display: inline-block;
}

table tr.rehaussement th span.titre {
    display:block;
	font-weight:bold;
}

table tr.rehaussement td.rehaussement_selection {
    white-space: nowrap;
	padding:0 7px;
}

table tr.rehaussement td.rehaussement_selection input {
    width:auto !important;
}

table tr.rehaussement td.rehaussement_selection label {
	font-weight: normal;
}

table tr.totaux th {
	text-align:right !important;
	padding-right:10px;
}

table tr.totaux th {
	font-size:1.100em;
}

table tr.separateur {
	border-bottom: solid 1px black;
}

table tr.separateur td {
	height:10px !important;
}

/* NAVIG ÉTAPES
-----------------------------------------*/
ul#navig_etapes {
	overflow:hidden;
	width:930px;
	margin:18px 0 0 0;
	padding:0 0 18px 30px;
	list-style-type:none;
	border-bottom:2px solid #000;
}

ul#navig_etapes li {
	display:inline;
}

ul#navig_etapes a,
ul#navig_etapes div {
	float:left;
	width:110px;
	height:28px;
	padding:2px 0 0 34px;
	margin-right:10px;
	line-height:1.1em;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:top left;
}
ul#navig_etapes a.fait {
	color:#B3B3B3;
}
ul#navig_etapes a.selected {
	color:#000;
}
ul#navig_etapes div.non_fait {
	color:#666666;
}


/* ETAPE 1 (PAPIER)
-----------------------------------------*/
#etape1_papier .form_etape {
	margin:5px 0 10px 0;
}

#etape1_papier .form_etape input {
	width:66px;
	padding:3px;
	margin:5px 10px 0 0;
	border:1px solid #000;
	font:bold 12px/15px Arial, Verdana, sans-serif;
	color:#000;
}

#etape1_papier .form_etape #endroits {
	margin:10px 0;
}

#etape1_papier .form_etape #endroits .type {
	margin:5px 0;
}

#etape1_papier .form_etape #endroits .note {
	color:#666666;
	font-size:0.92em;
	line-height:1.1em;
}

#etape1_papier .form_etape #endroits a {
	color:#2882E6;
}

#etape1_papier .form_etape #endroits a:hover {
	color:#1C1E7C;
}

#etape1_papier .form_etape div.bouton input {
	width:90px;
	height:24px;
	margin:4px 0 0 0;
	padding:0;
	border:0;
}

#etape1_papier .form_etape div.bouton {
	text-align:right;
}


/* ETAPE 2 (PAPIER)
-----------------------------------------*/
/* Formules abonnement mensuel */
#etape2_papier ul#formules_mensuel {
	width:589px;
	list-style-type:none;
	margin:10px 0px 15px 0px;
	padding:0;
	overflow:hidden;
	background:url(../../images/ul/tuiles/abb_etape2_papier_formules_mensuel.gif) repeat-y left top;
}

#etape2_papier ul#formules_mensuel li.colonne {
	float:left;
	width:186px;
	padding-right:15px;
}
#etape2_papier ul#formules_mensuel li.dernier {
	padding-right:0;
}

#etape2_papier ul#formules_mensuel input {
	float:left;
}

#etape2_papier ul#formules_mensuel .detail {
	float:right;
	width:162px;
}

#etape2_papier ul#formules_mensuel label span {
	text-transform:uppercase;
}

#etape2_papier ul#formules_mensuel label strong {
	font-size:1.17em;
	line-height:1.2em;
}

#etape2_papier ul#formules_mensuel .prix {
	font-weight:bold;
	color:#BD1400;
}

#etape2_papier ul#formules_mensuel .note {
	font-size:0.92em;
	line-height:1.1em;
	color:#666666;
}


/* Formules abonnement à durée déterminée */
#etape2_papier .form_etape a.autres {
	/*display:none;*/
	text-decoration:none;
	color:#2882E6;
}

#etape2_papier .form_etape a.autres span {
	text-decoration:underline;
}

#etape2_papier .form_etape a.autres:hover {
	color:#1C1E7C;
}

#etape2_papier #formules_duree h3 {
	margin-bottom:10px;
}

#etape2_papier #formules_duree .conteneur_cotes {
	width:589px;
	background:url(../../images/ul/tuiles/abb_etape2_papier_formules_duree.gif) repeat-y left top;
}

#etape2_papier #formules_duree .gauche {
	float:left;
	width:274px;
}

#etape2_papier #formules_duree .droite {
	float:right;
	width:274px;
}

#etape2_papier #formules_duree h4 {
	font:bold 1.17em/1.1em Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 2px 0;
}

#etape2_papier #formules_duree table {
	width:100%;
	border:0;
	margin-bottom:6px;
}

#etape2_papier #formules_duree td.radio {
	width:22px;
}

#etape2_papier #formules_duree th {
	font-weight:normal;
	text-align:left;
}

#etape2_papier #formules_duree td.prix {
	width:50px;
	font-weight:bold;
	color:#BD1400;
	text-align:right;
}

#etape2_papier #note_asterisque {
	margin-top:27px;
}

#etape2_papier .form_etape .bouton {
	float:right;
	margin-top:11px;
	border:0;
	padding:0;
}

#etape2_papier .form_etape a.bouton_type4 {
	float:right;
	margin-top:11px;
}


/* ETAPE 3 (PAPIER) (voir aussi profil.css)
-----------------------------------------*/
#etape3_papier .form_etape h3 {
	margin-bottom:8px;
}

/* Identifiant */
.form_etape #identifiant {
	width:589px; /* Important pour IE */
	padding-bottom:6px;
	border-bottom:1px solid #fff;
	margin-bottom:14px;
}


/* Adresses (Voir aussi profil.css) */
.form_etape #facturation {
	width:589px; /* Important pour IE */
	padding-bottom:4px;
	margin-bottom:12px;
}

.form_etape #livraison {
	width:294px; /* Important pour IE */
	padding-bottom:4px;
	margin-bottom:12px;
}

.form_etape #livraison #profil_contact_facturation_eq_livraison {
	width: auto;
}

.form_etape #date_livraison {
	padding-bottom:15px; /* En padding au lieu de margin à cause de IE */
}

.form_etape #date_livraison .titre {
	font-weight:bold;
}

.form_etape #date_livraison td#date_possible {
	width:145px;
	vertical-align:middle;
}

.form_etape #date_livraison td#date_apartir {
	width:155px;
	vertical-align:middle;
}

.form_etape #date_livraison #date_apartir input.calendrier {
	width:65px;
}

.etapes #alertes_courriel {
    margin: 20px 0;
}

#etape3_papier #note_asterisque {
	margin-top:37px;
}

#etape3_papier .form_etape .bouton {
	/*float:right;
	margin-top:21px;
	border:0;
	padding:0;*/
}

#etape3_papier .form_etape a.bouton_type4 {
	float:right;
	margin-top:21px;
}


/* ETAPE 4 (PAPIER)
-----------------------------------------*/
#etape4_papier .form_etape #mode {
	margin-bottom:15px;
}

#etape4_papier .form_etape #mode_credit {
	width:589px; /* Important pour IE */
}

.form_etape #mode_credit .nom {
	float:left;
	width:284px;
	margin-bottom:8px;
}

.form_etape #mode_credit .prenom {
	float:right;
	width:284px;
	margin-bottom:8px;
}

.form_etape #mode_credit .nom input,
.form_etape #mode_credit .prenom input {
	width:238px;
}

.form_etape #mode_credit .type {
    float: left;
	width: 110px;
	margin-bottom:8px;
}

.form_etape #mode_credit .numero {
	float:left;
	width:196px;
	margin-bottom:8px;
}

.form_etape #mode_credit .numero input {
	width:170px;
}

.form_etape #mode_credit .code {
    float:left;
    width:130px;
    margin-bottom:8px;
}

.form_etape #mode_credit .code input {
    width:60px;
}

.form_etape #mode_credit .date_expiration {
    float:left;
	width:140px;
	margin-bottom:8px;
}

#etape4_papier #note_asterisque {
	margin-top:37px;
}

#etape4_papier .form_etape .bouton {
	float:right;
	margin-top:21px;
	border:0;
	padding:0;
}

#etape4_papier .form_etape a.bouton_type4 {
	float:right;
	margin-top:21px;
}


/* ETAPE 5 (PAPIER)
-----------------------------------------*/
#etape5_papier .bouton {
	text-align:right;
}

#etape5_papier .bouton input {
	border:0;
	padding:0;
}


/* ETAPE FINALE
-----------------------------------------*/
/* Merci */
.etapes #merci {
	padding:0 0 5px 145px;
	margin-bottom:12px;
}
#etape6_papier #merci {
	background:url(../../images/ul/photos/abb_intro_etape_papier.jpg) no-repeat left 12px;
}
#etape6_electronique #merci {
	background:url(../../images/ul/photos/abb_intro_etape_electronique.jpg) no-repeat 10px 15px;
}

.etapes #merci .titre {
	font:italic 2.15em/1.2em Times, Georgia, serif;
	color:#2882E6;
	margin-bottom:4px;
}

.etapes #merci .sous_titre {
	font:bold 1.17em/1.2em Arial, Verdana, sans-serif;
	color:#000;
	margin-bottom:7px;
}

.etapes #merci .no_confirmation {
	font:1.17em/1.2em Arial, Verdana, sans-serif;
	color:#000;
	margin-bottom:7px;
}

.etapes #merci .no_confirmation span {
	color:#1C1E7C;
	font-weight:bold;
}

.etapes #merci .autre {
	color:#666666;
}


/* Résumé */
.etapes #resume_final .no_confirmation {
	padding-bottom:10px;
}

.etapes #resume_final .no_confirmation a.imprimer {
	float:right;
	display:inline-block;
}

.etapes #resume_final .no_confirmation h3 {
	margin-bottom:5px;
}

.etapes #resume_final .no_confirmation .numero {
	color:#1C1E7C;
	font:bold 1.39em/1.2em Arial, Verdana, sans-serif;
}


/* ETAPE 2 (ÉLECTRONIQUE)
-----------------------------------------*/
.etapes #avertissement_identifiant {
	margin-bottom:15px;
}

.etapes ul#conditions,
.etapes ul.conditions {
	border-top:solid 1px #ffffff;
	padding-top:14px;
	width:589px;
	list-style:none;
	margin-top:15px;
}

.etapes ul#conditions li,
.etapes ul.conditions li
{
	overflow:hidden;
}

.etapes ul#conditions input,
.etapes ul.conditions input {
	float:left;
}

.etapes ul#conditions label,
.etapes ul.conditions label {
	float:left;
	font-weight:normal;
	width:560px;
	padding:0 0 10px 5px;
}

.etapes ul#conditions label a,
.etapes ul.conditions label a {
	color:#333333;
}

.etapes ul#conditions label a:hover,
.etapes ul.conditions label a:hover {
	color:#1C1E7C;
}

.etapes ul#conditions label span,
.etapes ul.conditions label span {
	color:#BD1400;
	font-weight:bold;
}

#etape2_electronique #note_asterisque {
	margin-top:37px;
}

#etape2_electronique .form_etape .bouton {
	float:right;
	margin-top:21px;
	border:0;
	padding:0;
}

#etape2_electronique .form_etape a.bouton_type4 {
	float:right;
	margin-top:21px;
}


/* ETAPE 1 (PROFIL)
-----------------------------------------*/
#etape1_profil #etape_suivante,
#etape2_profil #etape_suivante {
	float:right;
	width:335px;
	margin-top:25px;
}

#etape1_profil #etape_suivante span,
#etape2_profil #etape_suivante span {
	text-transform:uppercase;
	color:#333333;
	padding-right:5px;
}

#etape1_profil #etape_suivante a,
#etape2_profil #etape_suivante a {
	color:#2882E6;
}

#etape1_profil #etape_suivante a:hover,
#etape2_profil #etape_suivante a:hover {
	color:#1C1E7C;
}

#etape1_profil input.bouton,
#etape2_profil input.bouton {
	border:0;
	padding:0;
	margin:20px 0 15px 0;
}

#etape1_profil a.bouton_type2,
#etape2_profil a.bouton_type2 {
	margin:20px 0 15px 0;
}


/* ETAPE 2 (PROFIL) (voir aussi profil.css)
-----------------------------------------*/
#etape2_profil #choix_recevoir {
	border-top:1px solid #fff;
}

#etape2_profil #choix_sections {
	border-top:1px solid #fff;
}

#etape2_profil #choix_auteurs {
	border-top:1px solid #fff;
}

#etape2_profil #choix_sujets {
	border-top:1px solid #fff;
}

#choix_sections ul li input {
	border:none !important;
}

/* ETAPE 3 (PROFIL) (voir aussi profil.css)
-----------------------------------------*/
#etape3_profil #fiche {
	border-top:1px solid #fff;
}

#etape3_profil #interets {
	border-top:1px solid #fff;
}

#etape3_profil ul#conditions label {
	font-weight:bold;
}

/* ETAPE 4 (PROFIL) (voir aussi profil.css)
-----------------------------------------*/
#mode_cheque .numero_institution {
    width: 150px;
    float: left;
}
#mode_cheque .numero_succursale {
    width: 150px;
    float: left;
}
#mode_cheque .numero_compte {
    width: 150px;
    float: left;
}
#etape2_papier ul#formules_mensuel .note ul {
    padding:0;
	margin:0;
    list-style:none;
}
#etape2_papier ul#formules_mensuel .note ul li {
    width:160px;
    margin-bottom:5px;
}

#profil_fields .titre {
    font-weight:bold;
}
#profil_fields .faux_label {
    padding-left:10px;
}

#profil_fields .gauche {
    width:290px;
    float:left;
}
#profil_fields .droite {
    width:290px;
    float:left;
}
#profil_fields .gauche .age select,
#profil_fields .gauche .etat_civil select,
#profil_fields .gauche .education select,
#profil_fields .gauche .statut_resident select,
#profil_fields .gauche .occupation select,
#profil_fields .droite .revenu_familial select,
#profil_fields .droite .revenu_personnel select,
#profil_fields .droite .achat_internet select {
    width:260px;
    margin-bottom:10px;
}

#profil_fields .gauche .education input,
#profil_fields .gauche .occupation input {
    width:203px;
    margin-bottom:10px;
}

#profil_fields .droite .enfants input {
    width:40px;
    margin-bottom:10px;
}

#profil_fields .droite .achat_6_derniers_mois ul.radio_list {
    list-style:none;
    padding:0;
    margin:5px 0 0 0;
}
#profil_fields .droite .achat_6_derniers_mois ul.radio_list li {
    display:inline;
    padding:0;
}

#profil_fields .interets ul.checkbox_list {
    list-style:none;
    padding:0;
    margin:5px 0 0 0;
    float: left;
    width:600px;
}
#profil_fields .interets ul.checkbox_list li {
    padding:0;
    float: left;
    width:300px;
}

#conteneur_interieur {
	margin-top:20px;
	background:transparent url(../../images/ul/tuiles/abb_conteneur_colonnes.gif) repeat-y scroll left top;
	margin:15px 0px 0 0;
	width:629px;
}

#confirmation_creation_profil {
	font-weight:bold;
	font-size:1.17em;
	line-height:1.2em;
}

/* AUTHENTIFICATION */
.form_etape {
	margin-bottom:10px;
}

.form_etape h3 {
	margin-bottom:10px !important;
	/*border-bottom:solid 1px #000000;
	padding-bottom:3px;*/
}

.form_etape table {
	padding: 0;
	border-collapse:collapse;
	margin:0 auto;
	width:400px;
}

.form_etape table tr td {
	padding:3px 0;
}

.form_etape table tr td.agreements {
	padding-top:20px;
}

.form_etape table tr td input.password {
	width:160px;
}

.form_etape table tr td input {
	width:160px;
}

.form_etape table tr td input.checkbox {
	width:auto;
}

.form_etape table tr td.gauche {
	width:110px;
}

.form_etape table tr td input.bouton {
	float:none !important;
}

.form_etape table tr td span.note {
	padding-left:7px;
	font-size: 0.968em;
}

.form_etape table tr td.actions {
	padding-top:10px;
	text-align:center;
}

.facultatif {
	color:#5D5D5D;
	font-size:0.860em
}

/* BULLE AIDE */
#bulle-aide {
	display:none;
	position:absolute;
	right:-20px;
	bottom:25px;
	width:225px;
	z-index:25000;
}

#bulle-aide img {
	display:block;
	position:relative;
}

#bulle-aide div {
	font-size:1em;
	background-color:white;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	padding:7px 11px;
	color:#666666;
	overflow:hidden;
}

#bulle-aide div .titre {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	display:block;
}

.contenu_padding .info {
	float:right;
}

/* FORMULAIRE COORDONNEES */
table.coordonnees_wrapper {
	width: 100%;
	border: 0;
}

table.coordonnees_wrapper tr {
	vertical-align: top;
}

table.coordonnees_wrapper tr th,
table.coordonnees_wrapper tr td {
	width: 50%;
	padding: 0;
	margin: 0;
}

table.coordonnees_wrapper tr th {
	padding-right: 2%;
	width: 48%;
	text-align: left;
}

table.coordonnees {
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}

table.papier {
	width: 50%;
}

table.coordonnees tr th {
	padding-top:6px;
	text-align:left;
	width:100px;
	vertical-align:top;
}

table.coordonnees tr td {
	text-align:left;
	/*vertical-align:top;*/
	padding: 0;
}
table.coordonnees tr td.error,
table.coordonnees tr td.error a {
	color: red;
}

table.coordonnees tr td select,
table.coordonnees tr td input {
	margin-top:4px !important;
	margin-right:10px;
}

table.coordonnees tr td select {
	width:165px;
}

table.coordonnees tr.espacement th,
table.coordonnees tr.espacement td {
	padding-bottom:5px;
}

table.coordonnees #profil_contact_no_civique,
table.coordonnees #profil_contact_facturation_no_civique {
	width:40px;
}

table.coordonnees #profil_contact_no_appartement,
table.coordonnees #profil_contact_facturation_no_appartement {
	width:40px;
}

table.coordonnees #profil_contact_code_postal,
table.coordonnees #profil_contact_facturation_code_postal {
	width:62px;
}

table.coordonnees #profil_contact_extension_travail {
	width:62px;
}

table.coordonnees .erreur {
	border:solid 1px red;
	color:#000000 !important;
}

#livraison table.coordonnees {
	margin-bottom:0;
}

#creation_profil table.coordonnees {
    width: 100%;
    margin: 0 0 15px 0;
}

#creation_profil .explication {
    width: 245px;
    float: right;
}
/* FORMULAIRE COORDONNEES AVEC DIV AU LIEU DE TABLE */
div.coordonnees {
	width: 470px;
}
div.coordonnees  input{
	width: 160px;
}
div.ville  input{
	width: 210px;
}
div.coordonnees  #profil_contact_no_civique,
div.coordonnees  #profil_contact_facturation_no_civique,
div.coordonnees #profil_contact_no_appartement, 
div.coordonnees #profil_contact_facturation_no_appartement {
	width: 40px;
}
div.adresse, div.code_postal{
	float:left;
}
div.rue, div.pays{
	float:left;
	padding-left: 10px;
	padding-right: 5px;
}
div.coordonnees #profil_contact_code_postal, div.coordonnees #profil_contact_facturation_code_postal {
width: 62px;
}
div.coordonnees #profil_contact_pays, div.coordonnees #profil_contact_facturation_pays,
div.coordonnees #profil_contact_province_select, div.coordonnees #profil_contact_facturation_province_select{
width: 100px;
}
div.coordonnees  select {
width: 165px;
}
div.coordonnees #profil_contact_extension_travail {
width: 62px;
}
div.coordonnees .erreur {
	border: solid 1px red;
	color: #000000 !important;
}

#courriel-existe, #courriel-invalide, #profil-en-dormance {
	display: none;
}

#courriel-existe a:hover, #profil-en-dormance a:hover {
	text-decoration: underline;
	color: #000;
}

/* LIAISON ABONNEMENT PAPIER À UN PROFIL */

#etape1_lier_papier .form_etape .bouton {
	float:right;
	margin-top:11px;
	border:0;
	padding:0;
	width: auto;
}

#etape1_lier_papier h4 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

#etape1_lier_papier .form_etape table {
	width: 100%;
}

#etape1_lier_papier table.wrapper tr {
	vertical-align: top;
}

#etape1_lier_papier table.wrapper table tr td {
	padding-bottom: 15px;
}

#etape1_lier_papier table.wrapper table tr td.gauche {
	padding-right: 10px;
}

#etape1_lier_papier .form_etape table tr td input {
	width: 110px;
}

#etape1_lier_papier .liaison_profil_wrapper {
	background: url(../../images/ul/graphiques/liaison_profil_wrapper.gif) 270px -15px no-repeat;
}

#etape2_lier_papier.etapes .connectez_vous {
	text-align: left;
	float: left;
	padding-top: 5px;
}

#etape2_lier_papier #login_facebook {
	float: right;
	margin-top: 0;
	margin-bottom: 5px;
}

#etape2_lier_papier .form_etape .bouton {
	border: 0;
	width: auto;
}

.etapes .deja_un_profil {
    /*float:right;*/
    margin-top:2px;
    text-decoration:none;
}
.etapes .deja_un_profil a {
    color:#2882E6;
}
.etapes .form_etape h3 a.afficher_login_popup,
.etapes .form_etape h3 a#afficher_etape2 {
float: none;
/*text-transform: uppercase;
font: 1.00em/1.0em Arial, Verdana, sans-serif;*/
text-decoration: underline;
}

.etapes .info_connexion {
    float:right;
    margin-top:4px;
    text-decoration:none;
}
.etapes .info_connexion a {
    color:#2882E6;
}

/* Connexion popup */
#login_popup {
	display:none;
	/*font-family: Verdana, sans-serif;
	position:fixed;
	top:33%;
	left:35%;
	background-color:#E4E4E4;
	z-index:999;
	border:solid 1px #000000;
	width:386px;
	_position:absolute;
	_top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	_margin-top:220px;*/
}

#login_popup .fermer {
	float:right;
	text-decoration:underline;
	font-size:0.830em;
	color:#888888;
	cursor:pointer;
}

#login_popup .erreurs {
	color: red;
}

#login_popup .haut {
	/*position:relative;
	background-color:#e4e4e4;
	padding:16px 15px 5px 15px;*/
}

#login_popup h1 {
	font-family: "Georgia", serif;
	font-size:1.460em;
	margin: 0 0 10px 5px;
	border-bottom:solid 1px #000000;
	padding-bottom:13px;
	font-weight:normal;
}

#login_popup table {
	border-collapse:collapse;
	width:300px;
	margin:10px 0;
}

#login_popup tr th {
	text-align:left;
	font-weight:normal;
	padding:0 0 1px 2px;
	vertical-align:bottom;
	font-size:0.890em;
}

#login_popup tr td {
	vertical-align:top;
}

#login_popup td.gauche {
	padding-right:20px;
}

#login_popup input {
	display:block;
	border:solid 1px #262626;
	color:#666666;
	font:10px/13px;
	margin:2px 0;
	padding:2px 2px;
	width:160px;
}

#login_popup tr td a {
	font-size:0.860em;
	color:#757575;
	line-height:1.700em;
	padding-left:2px;
}

#login_popup .actions {
	/*padding:12px 15px;
	text-align:right;
	background-color:#ffffff;*/
}

#login_popup .actions a.creer_profil {
	font-size:0.860em;
	color:#000000;
	padding-right:10px;
}

#etape2_lier_papier .form_etape span.error-msg {
	color:#E12528;
	font:400 1em/1.33em Arial, Verdana, sans-serif;
	margin:10px 0;
}
#etape2_lier_papier .form_etape span.error-msg a {
	color:#E12528;
	text-decoration:underline;
}
#etape2_lier_papier .form_etape span.error-msg a:hover {
	color:#E12528;
	text-decoration:none;
}
#etape2_lier_papier form.login-form {
	display:none;
}
#etape2_lier_papier .login-form legend {
	border-bottom:2px solid #8f8f8f;
	color:#000;
	display:block;
	font:400 1.62em/1.14285714285714em Georgia, "Times New Roman", Times, serif;
	margin:1em 0 0.75em;
	width:100%;
}
#etape2_lier_papier .login-form legend a {
	float:right;
	font:400 0.625em/1.33em Arial, Verdana, sans-serif;
	margin-top:0.4em;
	white-space:nowrap;
}
#etape2_lier_papier .login-form .form-row {
	margin:0 -20px 0 0;
}
#etape2_lier_papier .form-group {
	float:left;
	margin:0 20px 16px 0;
	width:279px;
}
#etape2_lier_papier .login-form .form-group label {
	color:#000000;
	display:block;
	font:400 1.07692307692308em/1.28571428571429em Arial, Verdana, sans-serif; /* 14/13 18/14 */
	margin:0 0 0.07142857142857em; /* 1/14 */
	white-space:nowrap;
}
#etape2_lier_papier .login-form .form-group label.error {
	color:#E12528;
}
#etape2_lier_papier .login-form .form-group input,
#etape2_lier_papier .login-form .sub-items input.text {
	background:none #EBEBEB;
	border:1px solid #d1d1d1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 3px rgba(204, 204, 204, .75);
	-moz-box-shadow:inset 0 0 3px rgba(204, 204, 204, .75);
	box-shadow:inset 0 0 3px rgba(204, 204, 204, .75);
	color:#5A5A5A;
	font:400 14px/30px Arial, Verdana, sans-serif;
	display:block;
	height:30px;
	margin:0;
	outline:none;
	padding:0 9px;
	width:259px;
}
#etape2_lier_papier .login-form .form-group input:focus,
#etape2_lier_papier .login-form .sub-items input.text:focus {
	border-color:#72bcd5;
	-webkit-box-shadow:inset 0 0 3px rgba(38, 170, 211, .75);
	-moz-box-shadow:inset 0 0 3px rgba(38, 170, 211, .75);
	box-shadow:inset 0 0 3px rgba(38, 170, 211, .75);
}
#etape2_lier_papier .login-form .form-group-small input {
	width:51px;
}
#etape2_lier_papier .login-form .form-group-medium input {
	width:168px;
}