/* feuille de style pour la page d'accueil du moteur de recherche */

#contenu h1{
	display:block;
	width:235px;
	height:35px;
	background: url(../img/bt_accueil_titre_recherche.gif) no-repeat top left;
	color:#bcddf8;
	font-size: 12px !important;
	text-decoration: none;
	padding:10px 0 0 42px;
	position:relative;
	bottom:20px;
}

#contenu h1#titre_acheter{
	background: url(../img/btn_home_acheter.jpg) no-repeat top left;
}

#contenu h1#titre_louer{
	background: url(../img/btn_home_louer.jpg) no-repeat top left;
}

h1 span{
	display:block;
	text-indent: -3000px;
	color:#bcddf8;
}

form{
	display:block;
	width:640px;
	float:none;
	clear:both;
	background:#badbf6;
	font-size:12px;
	margin:30px 0 0 0;
}

form ul{
	list-style:none;
	margin:0;
	padding:0px 40px 0px 40px;
}

form ul li{
	float:none;
	clear:both;
	margin:10px 0px;
}

form ul li label.field{
	display:block;
	width:190px;
	float:left;
}

form input.submit{
	float:right;
}