/*
  MODULE MUT_RECHERCHE
  formulaire.css
*/



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

#moteur input {
width: 150px;
color: #c5dd3c;
border: 1px solid #c5dd3c;
background-color: #73922a;
font-size: .9em;
}

#moteur input.submit {
margin: 0;
padding: 0;
width: 23px;
height: 17px;
background-repeat: no-repeat;
background-position: 0 0;
border: none;
background-image: url(../img/bout_moteur.gif);
}

#moteur input.submit:hover {
background-position: 0 -17px;
}

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

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


