/* CSS Document */
* {
margin:0;
padding:0;
}

#formRappel {
	width:170px;
	height:130px;
	background-image:url(images/fondRappel.jpg);
	background-repeat:no-repeat;
}

#formRappelContenu {
	padding-top:30px;
	padding-left:58px;
}

#formRechercheScellier {
	width:800px;
	height:188px;
	background-image:url(images/fondVert.jpg);
	background-repeat:no-repeat;
}

#formRechercheDuflot {
	width:800px;
	height:188px;
	background-image:url(images/fondVertDuflot.jpg);
	background-repeat:no-repeat;
}

#formRecherchePinel {
	width:800px;
	height:188px;
	background-image:url(images/fondVertPinel.jpg);
	background-repeat:no-repeat;
}

#formRechercheContenu {
	padding-top:39px;
	padding-left:97px;
}

#resultRecherche {
	width:800px;
	height:188px;
	padding-top:10px;
	padding-left:97px;	
	background-image:url(images/fondVertSeul.jpg);
	background-repeat:no-repeat;
}

.formRechercheTableau {
	border:0;
	vertical-align:top;
}

.formRechercheTableau td {
	border:0;
	vertical-align:top;
	text-align:left;
}

input.fondGrise {
	background:#FFFFFF url(images/alerte_bg_champ.gif) repeat-x scroll 0 0;
	border:1px solid #A1A1A1;
	color:#A1A1A1;
	font-weight:bold;
	height:16px;
	margin:0 10px 0 5px;
	padding:2px;
	width:155px;
}

input.fondGriseDroite {
	background:#FFFFFF url(images/alerte_bg_champ.gif) repeat-x scroll 0 0;
	border:1px solid #A1A1A1;
	color:#A1A1A1;
	font-weight:bold;
	height:16px;
	margin:0 10px 0 5px;
	padding:2px;
	width:225px;
}

input.formRappel {
	width:100px;
	margin-bottom:5px;
}

.boutonRappel {
	padding-left:24px;
}

select.fondGrise {
	background: url(images/alerte_bg_champ.gif) repeat-x scroll 0 0;
	border:1px solid #A1A1A1;
	color:#A1A1A1;
	font-weight:bold;
	height:22px;
	margin:0 10px 0 5px;
	padding:2px;
	width:160px;
}

label.labelGauche {
	display:block;
	width:145px;
	height:25px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

label.labelDroite {
	display:block;
	width:100px;
	height:25px;
	float:left;
	padding-left:8px;
	color:#FFFFFF;
	font-weight:bold;
}

#ville2 {
	width:330px;
}

label.labelVille2 {
	display:block;
	height:25px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

.divTexteBlanc {
	/*float:right;*/
	padding-left:20px;
	color:#FFFFFF;
	line-height:18px;
}

.radioBidon {
	float:left;
	margin-top:8px;
}