/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Moteur de recherche */

#searchTable
{
  width:244px;
  height:20px;
}

#menuHautTable .search #searchTable td
{
  height:20px;
}

#searchTable .fleche
{
  width:51px;
  text-align:right;
}

#searchTable .input
{
  width:163px;
}

#searchTable .input input
{
  width:140px;
  height:14px;
  font-size:12px;
  padding-left:5px;
  border-width:1px;
  border-color:#025997;
  border-style:solid;
}

#searchTable .valid
{
  width:30px;
  text-align:left;
}

