/*** Mise en forme du formulaire ***/
legend {
color:#89B801;
}
#coordonnees,#biens{
	width:350px;
	margin-left: 20px;
	font-size:12px;
}
#coordonnees{
	height: 170px;
}
#biens label {
	width: 120px;
	margin-top: 3px;
	display: inline; 		/* Ajouté par yW le 15/06/2006 */
	float: left;			/* Ajouté par yW le 15/06/2006 */
}
#biens input {
	width: 50px;
	height:22px;
	display: inline; 		/* Ajouté par yW le 15/06/2006 */
	float: left;			/* Ajouté par yW le 15/06/2006 */
}
#formulaire .checkcnt{
	display: inline;
	float: left;
	width:180px;
	height:22px;			/* Ajouté par yW le 15/06/2006 */
	margin: 0px 0px 0px 15px;
}

#coordonnees .inputcnt{
	width: 215px;
	height:22px;
	margin: 2px;
	/*background-color:#00FF00;*/
}

#adresse_c, #adresse_cl{
	margin-left: 85px;
	display: block;
}
#coordonnees input{
	width: 235px;
	display: inline;		/* Ajouté par yW le 15/06/2006 */
	float: left;			/* Ajouté par yW le 15/06/2006 */
}
#coordonnees select{
	width: 125px;
}

#coordonnees label {
	width: 85px;
	margin-top: 3px;
	display: inline; 		/* Ajouté par yW le 15/06/2006 */
	float: left;			/* Ajouté par yW le 15/06/2006 */
}

#formulaire .oblig{
	font-weight: bolder;
}

#submit{
	border: 1px solid black;
	border-width: 1px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	width: 100px;
	background-color: #0068B3;
	/* cursor:hand;			yW: ne fonctionne pas sous FireFox */
	cursor: pointer;
	margin-left:275px;
}

input#surf_cl, input#date_cl {		/* Ajouté par yW le 15/06/2006 */
	width: 80px;
}

