#recherche{padding:45px 15px 0 20px;}

#menuTopRechercher{
	padding-left:15px;
	padding-bottom:4px;
	border-bottom:#322222 solid 1px;
	
}
a.linkRechercheSelected{
	color: #950002;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	margin-right: 5px;
	border-top:#322222 solid 1px;
	border-left:#322222 solid 1px;
	border-right:#322222 solid 1px;
	background: #ffffff;
}

a.linkRechercheNoSelected{
	background: #322222;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	margin-right: 5px;
	border-top:#322222 solid 1px;
	border-left:#322222 solid 1px;
	border-right:#322222 solid 1px;
}
a.linkRechercheNoSelected:hover{
	background: #ffffff;
	color: #950002;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	margin-right: 5px;
	
}
.inputRechercher{
	font-size: 1.1em;
	margin-bottom: 20px;
}
.inputRechercher label{
	width: 130px;
	text-align: right;
	display: block;
	float: left;
	padding-top: 1px;
}
.inputRechercher input{
	width: 80px;
	font-size: 1.1em;
	border: solid 1px #a5acb2;
}
.inputRechercher select{
	font-size: 1.1em;
	border: solid 1px #a5acb2;
}

#submitRecherche{
	margin-top:40px;
}

.btn_submit{
	width: 100%;
	border-bottom:#322222 solid 1px;
}
