#bouton{
	overflow:hidden;
}
#recherche_num{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	color:#333;
}
#Content{
	border:1px solid #ccc;	
	padding:10px;
	background:#efefef;
}
#rubriqueForm label{
	width:100px;
	display:inline-block;
	float:left;	
}
.btSearch{
	background: url("/images/lc_fr/fd_search_bt.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: right;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 5px;
    padding: 2px 10px 4px 10px;
    text-align: center;
    text-decoration: none;
    width: 120px;
	border:none;
}
#rubriqueForm select{
	width:330px;
	color:#333;
	font-family:Verdana;
}
#rubriqueForm select,
#rubriqueForm input{
	border:1px solid #999;
}