/* Partners Finances v2 */
/* CSS du formulaire de demande en ligne */

/* Div englobant tout le formulaire */


/* 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 */

/* fin de l'en tête utilisé sur les formulaires gs */

/*nouveautes 2010*/
.projet_legende
{
	color:#000000;
}

.image_rubrique_form
{
	margin-bottom:5px;
	margin-top:10px;
}

.conditionne_form select,input 
{
    font: normal 7pt Verdana;
	border:1px solid #e3e0d6;
	padding:2px;
}
/*
.conditionne_form
{
	border:1px solid #ef983e;
	background-color:#fcead2;
	margin-top:5px;
	padding:3px;
}*/

/* blocs conditionnes sur une seule ligne */
#conditionne_tresorerie, #conditionne_dette, #conditionne_locataire, #conditionne_BienMontant1
{
	height:32px;
	line-height:32px;
}

.soustitre_form
{
    font: bold 8pt Verdana;
}

.tableau_form
{
	width:100%;
}
.contenugauche_form
{
	width:40%;
	height:49px;
	padding-right:10px;
}
.contenudroite_form
{
	width:60%;
}
.contenuegal_form
{
	width:50%;
}

.conditionne_gauche
{
	float:left;
	width:50%;
}
.conditionne_droite
{
	width:50%;
}

input.grandtexte_form
{
	width:197px;
}
label
{
	color:black;
}

#bouton_valide
{
	margin-top:10px;
	cursor:pointer;
}

div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}

label.error { cursor:pointer;}
label.error :hover{ text-decoration:underline;}


input.radio{  
	border : 0px;  
}  
input.checkbox{  
	border : 0px;  
}  

input#ville
{
	width:149px;
}
/* fin nouveautes 2010*/

/* Libellé spécifiant que les champs sont obligatoires */


/* Message d'erreur */


/* 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;
	/*border:1 px solid #e3e0d6;*/
	border:1px solid #e3e0d6;
	padding:2px;
}

/* Fin du message d'erreur utilisé dans le tableau leadcenter du formulaire */

/* Haut du formulaire */


#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;
}

/* Fin du bas de formulaire */

/* Bloc définissant la font du formulaire */
#formulaire {
    font: 13px arial, hevetica, sans-serif;
}
/* Fin du bloc définissant la font du formulaire */



.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: #000000;
    padding: 10px 12px;
	margin-left:10px;
    /* 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 */
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
}

/* The hint to Hide and Show */
.hintage {
   	display: none;
    position: absolute;
    /*right: 0px;*/
    width: 120px;
    margin-top: -4px;
	margin-left: 10px;
    color: #000000;
    padding: 10px 12px;
}

.hintage_unique {
   	display: none;
    position: absolute;
    /*right: 0px;*/
    width: 120px;
    margin-top: -5px;
	margin-left: -160px;
    color: #000000;
    padding: 10px 12px;
}


/* The pointer image is hadded by using another span */
.hintage .hintage-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
}

.hintage_unique .hintage-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
}

.hintpartie1 {
   	display: none;
    position: absolute;
    /*right: 30px;*/
    width: 250px;
    margin-top: -15px;
    color: #000000;
    padding: 10px 12px;
	margin-left:120px;
    /* 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 */
}

/* The pointer image is hadded by using another span */
.hintpartie1 .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
}

/* Libellés utilisés dans le tableau leadcenter du formulaire */
td.libelle_gauche {
    text-align: left;
    width: 23%;
    font-weight: normal;
    color: #000000;
}
.conditionne_renego_immo
{
	display:none;
}
#erreur_renego_immo
{
	display:none;
}
