#Cadre_recherche {
	position: relative;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 320px;
	height: 50px;
}
#Recherche {
	position: absolute;
	width: 150px;
	height: 30px;
	top: 11px;
	left: 25px;
}
#BoutonRecherche {
	position: absolute;
	width: 117px;
	height: 44px;
	top: 1px;
	left: 190px;
	margin: 0;
	padding: 0;
	background-color: #D2D2D2;
	background-image: url(../images/bouton_recherche.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;		
}
#BoutonRecherche div {
	display:block;
	font-size: 15px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	margin: 5px 5px 3px 3px;
	padding: 4px 1px 10px 12px;
}
#BoutonRecherche div:hover {
	color: #FFFFFF;	
	cursor:pointer;
}
