/* Search engine form */
form#recherche{
  position:absolute;
  margin-top:20px;
  right:18px;
  width:224px;
  height:57px;
  background:url('../images/layout/zone_search.gif') no-repeat;
}


form#recherche input#searchBtn{
display:none;

}
form#recherche input#SearchText{
  display:block;
  float:left;
  margin-top:15px;
  margin-left:25px;
  width:125px;
  color:#53798B;
}

form#recherche input#search_button{
  display:block;
  float:left;
  margin-top:12px;
}