/* CSS Document */

#contenu .moteur {
	display:block;
	margin:0px 0px 0 10px;
	border-left: 1px solid #94A5CC;
	border-right: 1px solid #94A5CC;
	border-bottom: 1px solid #94A5CC;
	padding-top:10px;
	padding-bottom:20px;
	background:#FFF;

}
#contenu .moteur .type{
	float:left;
	background:url(../images/fich_enc.gif) 0px 0 no-repeat;
	width:140px;
	color:#2B4587;
	font-weight:bold;
	margin:3px 0px 0px 10px;
	padding:0px 0px 3px 10px ;
}
#contenu .moteur .desc{
	font-weight:bold;
	color:#2B4587;
	margin:10px 0px 5px 18px;
}
#contenu .moteur table td .tit{
	background:url(../images/fich_enc.gif) 10px 2px no-repeat;
	width:140px;
	color:#2B4587;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:2px 0px 3px 20px;
}
#contenu .moteur table td{
padding:0px 1px 5px 1px;
}
#contenu .moteur table td label{
padding:0px 0px 0px 0px;
}
#contenu .moteur input#situation{
	display:block;
	margin-left:10px;
	height:14px;
	width:140px;
	background:#E6EDF0;
	border:1px solid #2B4587;
}
#contenu .moteur input#budgetmin, #contenu .moteur input#budgetmax,#contenu .moteur input#surfacemin,#contenu .moteur input#surfacemax{
	display:block;
	margin-left:10px;
	height:14px;
	width:53px;
	background:#E6EDF0;
	border:1px solid #2B4587;
}
#contenu .moteur input#rechercher{
	display:block;
	background:url(../images/mot_rechercher.gif) 0 0 no-repeat;
	border:none;
	width:153px;
	height:45px;
	cursor:pointer;
	margin-top:10px;
}
#contenu .moteur input#rechercher:hover{
	background:url(../images/mot_rechercher_o.gif) 0 0 no-repeat;
}
