/* CSS Document */


#recherche {
float:right;
top: 5px; 
right: 0px;
text-align:right;
}

#recherche_resultat {
	float:left;
	padding:5px;
	padding-bottom:15px;
	font-size:12px;
	width:100%;
	clear:both;
	
	/*bug?*/
	WIDTH: 765px;
}

#recherche_resultat .titre{
position:relative;
font-size:18px;
letter-spacing:-0.6px;
width:100%;
text-transform:uppercase;
color:#ffffff;
top:-45px;
left:10px;
overflow:visible;
font-family:Geneva, Arial, Helvetica, sans-serif;
}