/* Partners Finances v2 */
/* CSS du formulaire de demande en ligne */

.hidden {
	display: none;
}

.posdiv {
	position: relative;
	display: block;
	width: 78%;
	z-index: 3;
}

.amabis_main_div {
	display: none;
	position: absolute;
	left: 0px;
	top: -5px;
	width: 90%;
	border: 1px solid black;
	background-color: #ffffff;
    z-index: 3;
}


/* Div englobant tout le formulaire */
#contenuForm
{
	margin: 10px;
	width: 580px;
}

/* Titre attribué au formulaire  */
#titreForm {
    font: bold 1.1em arial, hevetica, sans-serif;
    color: #522A2A;
	margin: 0px;
	padding: 6px 0px 0px 10px;
}

/* en tête utilisé sur les formulaires gs */
#texte_entete {
	margin:10px;
	width:570px;
}
/* fin de l'en tête utilisé sur les formulaires gs */

/* en tête utilisé sur les formulaires assursite */
.texte_entete_nomargin {
	margin:2px;
	width:570px;
}
/* fin de l'en tête utilisé sur les formulaires assursite */

/* Libellé spécifiant que les champs sont obligatoires */
.obligatoire {
    font-weight: bold;
    color: #FF9900;
}

/* Message d'erreur */
#div_message_erreur {
    background-color: #FF9900;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid black;
    font: 10px arial, hevetica, sans-serif;
}

/* Fieldset du formulaire */
.corpForm fieldset {
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* Légende du fieldset du formulaire */
.corpForm legend {
    font-weight: bold;
    color: #F19A1B;
    background: transparent;
}

/* Eléments composant le fieldset du formulaire */
.corpForm select,input {
    font: normal 7pt Verdana;
}

/* Libellés utilisés dans le tableau leadcenter du formulaire */
td.libelle_gauche {
    text-align: left;
    width: 23%;
    font-weight: normal;
    color: #000000;
}

td.libelle_droite {
    text-align: right;
    width: 14%;
    font-weight: normal;
    color: #000000;
}

td.libelle_obligatoire_gauche {
    text-align: left;
    width: 23%;
    font-weight: bold;
    color: #000000;
}

td.libelle_obligatoire_droite {
    text-align: right;
    width: 14%;
    font-weight: bold;
    color: #000000;
}

td.libelle_obligatoire_gauche_reduit {
    text-align: left;
    width: 22%;
    font-weight: bold;
    color: #000000;
}
/* Fin des libellés utilisés dans le tableau leadcenter du formulaire */

/* Intitulés utilisés dans le tableau leadcenter de certains formulaires */
td.intitule {
    text-align: left;
    width: 130px;
    font-weight: normal;
    color: #000000;
}

td.intitule_obligatoire {
    text-align: left;
    width: 130px;
    font-weight: bold;
    color: #000000;
}
/* Fin des intitulés utilisés dans le tableau leadcenter de certains formulaires */

/* Champs utilisés dans le tableau leadcenter du formulaire */
td.champ_gauche {
    width: 30%;
    color: #000000;
}

td.champ_gauche_montant {
    width: 77%;
    color: #000000;
}

td.champ_droite {
    width: 33%;
    color: #000000;
}

td.champ_global {
    width: 100%;
    color: #000000;
}

td.reponse_commune {
    width: 386px;
    color: #000000;
}
/* Fin des champs utilisés dans le tableau leadcenter du formulaire */

/* Champs utilisés dans le tableau leadcenter de certains formulaires */
td.champ_gauche_reduit {
    width: 78%;
    color: #000000;
}

td.total {
    color: #000000;
}
/* Fin des champs utilisés dans le tableau leadcenter de certains formulaires */

/* Message d'erreur utilisé dans le tableau leadcenter du formulaire */
label.errorMessage {
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
    display: block;
}
/* Fin du message d'erreur utilisé dans le tableau leadcenter du formulaire */

/* Haut du formulaire */
#teteForm {
	margin:10px;
	width:580px;
}

#teteForm p {
    /*margin-top:10px;*/
	margin: 0px 0px 10px 0px;
    text-align:justify;
    color:#000000;
}

/* Bas du formulaire */
#piedForm {
    margin-top:10px;
    text-align:center;
}

#piedForm p {
    margin-top:10px;
    text-align:justify;
    color:#000000;
}

#submit {
 	color: #000000;
	text-decoration: none;
	background-color:#F3F3EE;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	cursor:pointer;
}
/* Fin du bas de formulaire */

/* Bloc définissant la font du formulaire */
#formulaire {
    font: 11px arial, hevetica, sans-serif;
}
/* Fin du bloc définissant la font du formulaire */

table.leadcenter {
    width: 570px;
    border:0;
    font: 11px arial, hevetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

.leadcenter td {
    vertical-align: top;
    padding: 2px;
}

.leadcenter img {
	vertical-align: middle;
	margin: 0px 7px 5px 0px;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    /*right: 30px;*/
    width: 250px;
    margin-top: -4px;
    color: #512929;
    border: 1px solid #F49C21;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #FBD8A5 url('/img/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('/img/pointer.gif') left top no-repeat;
}

/* The hint to Hide and Show */
.hintage {
   	display: none;
    position: absolute;
    /*right: -83px;*/
    width: 120px;
    margin-top: -4px;
    color: #512929;
    border: 1px solid #F49C21;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #FBD8A5 url('/img/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintage .hintage-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('/img/pointer.gif') left top no-repeat;
}

/* Anciennes infobulles */
a.info_aide {
    position:relative;
    text-decoration:none;
    color:black;
    cursor:default;
}

a.info_aide span {
    display:none;
}

a.info_aide:hover {
    background:none;
    text-decoration:none;
    cursor:default;
}

a.info_aide:hover span {
    display:inline;
    position:absolute;
    width:200px;
    z-index:2;
    top:30px;
    left:20px;
    background:#F19A1B;
    text-align:center;
    color:white;
    padding: 5px;
}
/* Fin des anciennes infobulles */

.hidden, #coemprunteur_1,#coemprunteur_2,#coemprunteur_3,#coemprunteur_4,#coemprunteur_5,#coemprunteur_6,#coemprunteur_7,#coemprunteur_8,#coemprunteur_9,#coemprunteur_10,#coemprunteur_11,#coemprunteur_12,#coemprunteur_13,#coemprunteur_14 {
	display: none;
}
