body {
	margin:0;
	padding:0;
	background-color:#B2B2B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
.clear{
	clear:both;
}
#conteneurPage {
	width:1052px;
	position:relative;
	left:0;
	top:20px;
	margin:auto;
}
#colonneGauche {
	float:left;
	width:244px;
	height:1500px;
	background-image:url('../zims/col_g_background.gif');
	background-repeat:repeat-y;
}
#colonneDroite {
	float:left;
	width:808px;
	height:1500px;
	background-color:#000000;
	text-align:left;
}
	#header {
		height:148px;
		background-color:#000000;
		color:#ffffff;
		padding-left:10px;
		padding-top:10px;
	}
	#encartHeader {
		width:290px;
		height:148px;
		float:right;
		position:relative;
		right:10px;
		top:0px;
	}
	#encartHeaderTitre {
		width:290px;
		height:50px;
		border:1px solid #ffffff;
		text-align:center;
		font-size:23px;
		line-height:50px;
	}
	#encartHeaderTexte {
		width:290px;
		height:80px;
		background-color:#ffffff;
		text-align:center;
		color:#000000;
		font-size:10px;
		letter-spacing:-1px;
		border:1px solid #ffffff;
	}
	.puce {
	  padding-left:10px;
	  background-image:url(../zims/puce_rond.gif);
	  background-repeat:no-repeat;
	  background-position:left bottom;
	}
	.fleche {
	  padding-left:20px;
	  background-image:url(../zims/puce_fleche.gif);
	  background-repeat:no-repeat;
	  background-position:left bottom;
	}
	.jaune{
		color:#FFFD00;
		font-size:16px;
		font-weight:bold;
	}
#intro {
	width:808px;
	height:28px;
	background-color:#E50000;
	color:#ffffff;
	letter-spacing:-1px;
	line-height:24px;
	font-size:12px;
}
#formulaire {
	background-color:#ffffff;
	padding-left:20px;
	height:1314px;
}
	input:focus, textarea:focus{
		background-color: lightyellow;
	}
	.sousTitreCourt {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
	  font-weight:bolder;
	  background-image:url(zims/fd_soustitre_court.gif);
	  background-repeat:no-repeat;
	  color:#999999;
	  height:30px;
	  width:155px;
	  padding-left:10px;
	}
	.sousTitreMoyen {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
	  font-weight:bolder;
	  background-image:url(zims/fd_soustitre_moyen.gif);
	  background-repeat:no-repeat;
	  color:#999999;
	  height:30px;
	  width:185px;
	  padding-left:10px;
	}
	.sousTitreLong {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
	  font-weight:bolder;
	  background-image:url(../zims/fd_soustitre_long.gif);
	  background-repeat:no-repeat;
	  color:#999999;
	  height:30px;
	  width:215px;
	  padding-left:10px;
	}

	label{
		float:left;
		margin:5px;
		width:100px;
		display:block;
	}
	/***** Shadows that wrap around ALL elements ***********/
	.frmShdwTopLt{
		float:left;
		background:url(../zims/shadowUpperLeft.gif) top left no-repeat;
	}
	.frmShdwBottomRt{
		float:left;
		background:url(../zims/shadowLowerRight.gif) bottom right no-repeat;
	}
	.frmShdwBottomLt{
		float:left;
		background:transparent url(../zims/shadowBottomLeft.gif) bottom left no-repeat;
	}
	.frmShdwTopRt{
		float:left;
		background:transparent url(../zims/shadowTopRight.gif) top right no-repeat;
	}
	/***** styles specific to the CHECKBOX **********/
	.frmShdwCheck{
		border:0;
		margin:0;
		padding:0;
	}
	.frmShdwCheck img{
		border:0;
		margin:0;
	}
	/***** styles specific to the RADIO BUTTONS **********/
	.frmShdwRadio{
		float:left;
		margin:0;
	}
	.frmShdwRadio img{
		border:0;
		margin:0;
	}
	/***** styles specific to the SUBMIT BUTTONS **********/
	.frmShdwSubmit{
		border:0;
		background:#f7f7f7 !important;
		background:transparent;
		float:left;
		font-weight:bold;
		cursor:pointer;
	}
	.frmShdwSubmit:hover{
		color:#000000;
	}
	/***** styles specific to the SELECT BOX **********/
	.frmShdwSelectDropChosen{
		margin:3px 3px 3px 5px;
		padding: 0 0 0 2px !important;
		padding: 0 0 3px 2px;
		font-size:.9em;
		float:left;
		border-right:1px solid #cccccc;
		border-left:1px solid #ffffff !important;
		border-left:0;
		display:block;
		cursor:pointer;
		/*some stuff for IE*/
		color:#666666;
		text-decoration:none;
	}
	.frmShdwSelectDropShown{
		margin:3px 3px 3px 5px;
		padding: 0 0 0 2px;
		font-size:.9em;
		float:left;
		border-right:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		position:absolute;
		background:#ffffff;
	}
	.frmShdwSelectDrop{
		display:none;
	}
	.fakeSelectImg{
		border:0;
		margin:5px 5px 0px 0px;
	}
	.frmShdwSelectDropShown a{
		display:block;
		margin:0;
		padding:0px;
		border-bottom:1px dashed #ffffff;
		text-decoration:none;
		color:#666666;
	}
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		border-bottom:1px dashed #cccccc;
	}
	.frmShdwSelectDropShown a.selected:after{
		content:" <<";
	}
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		border-bottom:1px dashed #cccccc;
		text-decoration:none;
		color:#666666;
	}
	.frmShdwSelectDropShown a:hover:after{
		content:" <<";
	}
#DHTMLgoodies_formTooltipDiv{color:#ffffff;font-size:12px;line-height:12px; text-align:center;}
.DHTMLgoodies_formTooltip_closeMessage{color:#cccccc;font-size:10px;}


#montant_loyer_input {
	display:none;
}
#montant_loyer_texte{
	display:none;
}
#valeur_bien_input {
	display:none;
}
#valeur_bien_texte {
	display:none;
}
#date_acquisition_input {
	display:none;
}
#date_acquisition_texte {
	display:none;
}
