/****************************************************************************************************************************

  MODULE MUT_RECHERCHE

 ****************************************************************************************************************************

 @fichier  : recherche.css
 @chemin   : /_template/css/
 @auteur   : David COUMANS (http://www.ginko-web.com) et Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 01/04/2006

 ****************************************************************************************************************************

 Utilité : feuille de style pour le moteur de recherche

 ***************************************************************************************************************************/




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


#moteur form {
margin: 0;
padding: 0;
}

#moteur input {
margin: 0 4px 0 0;
padding: 3px 2px 2px 2px;
border: 1px solid #fff;
color: #fff;
background-color: transparent;
float: left;
width: 140px;
font-size: .95em;
}

#moteur input.submit {
margin: 0;
padding: 0;
border: 0;
width: 19px;
height: 19px;
display: block;
color: #fff;
cursor: pointer;
background: url("../img/fleche.jpg") no-repeat top center;
}

#moteur input.submit:hover {
background-position: bottom center;
cursor: pointer;
}

a#retourRecherche {
display: block;
margin: 5px 25px 0 0;
padding: 0;
text-decoration: none;
}

a#retourRecherche:hover {
text-decoration: underline;
}