/* PAGE D'ACCUEIL */

.bloc_centre{
	padding-left: 5px;
}

/* MOTEUR DE RECHERCHE */
.moteur{
	background: url(images/fond_recherche.gif) top left no-repeat;
	width: 496px;
	height: 189px;
	position: relative;
}
.moteur .carte{
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 12px;
	float: left;
}
.moteur .form{
	float: left;
	width: 313px;
	color: #003f8a;
}
.moteur .form h2{
	font-size: 14px;
	padding-top: 12px;
}
.moteur .form .submit{
	background: #1a4f9b;
	border: solid 1px #b9b9b9;
	color: #72bfee;
	float: right;
	padding: 3px;
}

.moteur .form .type{
	padding-top: 10px;
	padding-bottom: 25px;
}
*+html .moteur .form .type{
	padding-bottom: 21px;
}
.moteur .form label.floatleft{
	display: block;
	float: left;
	margin-left: 8px;
	width: 95px;
	padding-top: 3px;
}
.moteur .form .champ{
/*	height: 15px;*/
	width: 183px;
	font-size: 10px;
}
.moteur .form select.champ{
	width: 188px;
	height: 18px;
}

.moteur .form .ligne{
	margin-bottom: 3px;
	background: url(images/fond_gris.gif) bottom left no-repeat;
	width: 312px;
	height: 20px;
}

.moteur .form .typeligne{
	padding-top: 2px;
}

.moteur .form .bloc_fond_gris{
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 81px;
	left: 172px;
}

/* firefox 3.0 */
/*.moteur .form .typeligne .champ{
	margin-top: 1px;	
}
.moteur .form .villeligne .champ{
	margin-top: 2px;	
}
.moteur .form .villeligne label.floatleft{
	margin-top: 2px;	
}
.moteur .form .budgetligne .champ{
	margin-top: 2px;	
}
.moteur .form .budgetligne label.floatleft{
	margin-top: 2px;	
}
.moteur .form .chambresligne .champ{
	margin-top: 1px;	
}*/

/* PRIX DU MARCHE */
.marche{
	background: url(images/fond_marche.gif) top left no-repeat;
	width: 501px;
	height: 44px;
	margin-top: 11px;
}
.marche h2{
	color: #1b3069;
	font-size: 14px;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}
.marche h2 a{
	color: #1b3069;
}
.marche div{
	padding-top: 16px;
	padding-left: 15px;
	color: #979899;
	float: left;
	font-size:0.7em;
}
.marche div a{
	color: #979899;
}

/* TEXTES */
.textes{
	margin-top: 16px;
}
.textes .bloc .texte h1,.textes .bloc .textefloat h1, .textes .blocgauche .texte h1{
	color: #355c8b;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.textes .lien{
	color: #355c8b;
}
