/* CSS Document */


/* ************************************************************************************************ */
/*																									*/
/*												CONTENEURS											*/
/*																									*/
/* ************************************************************************************************ */

#formulaire_tableau_1 {
	position: relative;
	width: 680px;
	height: auto;
	z-index: 7;
}

#formulaire_tab_part1 {
	position: relative;
	width: 680px;
	height: 280px;
	padding-top:90px;
	background: #FFFFFF url(../../images/fond_form1.gif) top left no-repeat;
	z-index: 7;
}
#formulaire_tab_part2 {
	position: relative;
	width: 680px;
	height: 260px;
	padding-top: 100px;
	margin-top: -90px;
	background: #FFFFFF url(../../images/fond_form2.gif) top left no-repeat;
	z-index: 7;
}
#formulaire_tab_part3 {
	position: relative;
	width: 680px;
	height: 267px;
	padding-top: 70px;
	margin-top: -100px;
	background: #FFFFFF url(../../images/fond_form3.gif) top left no-repeat;
	z-index: 7;
}
#formulaire_tab_part4 {
	position: relative;
	width: 680px;
	height: auto;
	margin:0;
	padding-top: 55px;
	margin-top: -70px;
	background: #FFFFFF url(../../images/fond_form4.gif) top left no-repeat;
	z-index: 7;
}
#formulaire_tab_part4_on {
	position: relative;
	width: 680px;
	height: auto;
	margin: 0px;
	background: #FFFFFF url(../../images/fond_form4.gif) bottom left no-repeat;
	z-index: 7;
}
#formulaire_tab_part4_off {
	position: relative;
	width: 680px;
	height: auto;
	margin:0;
	background: #FFFFFF url(../../images/fond_form4_long.gif) bottom left no-repeat;
	z-index: 7;
}
#formulaire_tab_part5 {
	position: relative;
	width: 680px;
	height: 284px;
	margin:0;
	background: #FFFFFF url(../../images/fond_bas_form.gif) bottom left no-repeat;
	z-index: 7;
}

#formulaire_diagnostic {
	position: relative;
	width: 680px;
	height: auto;
	z-index: 7;
}

#diagnostic {
	position: relative;
	width: 680px;
	height: 980px;
	margin:0;
	background: #FFFFFF url(../../images/fond-diagnostique.gif) top left no-repeat;
	z-index: 7;
}

#diagnostic_anim {
	position: absolute;
	top: 32px;
	left: 100px;
	width: 479px;
	height: 860px;
	z-index: 8;
}



/* ************************************************************************************************ */
/*																									*/
/*												ONGLETS												*/
/*																									*/
/* ************************************************************************************************ */

#formulaire_onglet {
	position: relative;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 59px;
	z-index: 7;
}

#formulaire_onglet IMG {
	border: 0px;
	margin: 0px;
}


/* ************************************************************************************************ */
/*																									*/
/*												LIBELLE											*/
/*																									*/
/* ************************************************************************************************ */
.libelle_champs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

.libelle_champs-opt-in{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}

.libelle_champs_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.libelle_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

.libelle_orange_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
}

.libelle_champs_euro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003399;
}

.libelle_mentions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


/* ************************************************************************************************ */
/*																									*/
/*												INPUT												*/
/*																									*/
/* ************************************************************************************************ */
.champ_txt_libre_1 {
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
	width: 141px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.champ_txt_libre_2 {
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
	width: 129px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.liste_selection {
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
	width: auto;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.liste_selection_moment {
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
	width: 180px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.liste_selection_heure {
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
	width: 160px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.bouton_radio {
	width: auto;
	height: auto;
	border: 0;
	vertical-align:bottom;
}

.champ_txtarea {
	border: 1px solid #7f9db9;
	margin-top:10px;
	background-color: #FFFFFF;
	width: 630px;
	height: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* ************************************************************************************************ */
/*																									*/
/*											MESSAGE D'ERREUR										*/
/*																									*/
/* ************************************************************************************************ */

#message_erreur {
	position: absolute;
	top: 0px;
	left: -300px;
	width: 290px;
	height: auto;
	position: absolute;
	background: url(../../images/formulaire-erreur-fond.gif) top left repeat-y;
	line-height: 12px;
	filter: alpha(opacity=100);
	z-index: 110;
}

#message_erreur P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	margin: 10px 15px 10px 10px;
}


#message_erreur LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #064483;
	margin-left:5px;
	margin-right: 10px;
	margin-top:10px;
}




/* ************************************************************************************************ */
/*																									*/
/*												INFOBULLES											*/
/*																									*/
/* ************************************************************************************************ */

.formulaire_infobulle {
	position: absolute;
	background: url(../../images/formulaire-infobulle-fond.gif) top left repeat-y;
	z-index: 100;
	/*visibility: hidden;*/
	display:none;
	top: 1px;
}

.formulaire_infobulle P {
	margin: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: justify;
}

#infobulle_revenus {
	top: 405px;
	left: 12px;
	width: 185px;
	height: auto;
}

#infobulle_coRevenus {
	top: 405px;
	left: 320px;
	width: 185px;
	height: auto;
}

#infobulle_charges {
	top: 430px;
	left: 12px;
	width: 185px;
	height: auto;
}

#infobulle_coCharges {
	top: 430px;
	left: 320px;
	width: 185px;
	height: auto;
}

IMG.formulaire_picto {
	border: 0px;
	visibility: hidden;
	margin-left: 5px;
}
