#recherche{
    font-size : 12pt;
     position:absolute;
     float:left;
     text-align:center;
     font-family: Verdana; 
     font-weight: bold;
     }
#recherche a:visited {
                background-color: #990000;
                color:#FFFFFF;
                text-decoration: none;
                }
#recherche a:link {
             background-color: #990000;
             color:#FFFFFF;
             text-decoration: none;
             }

#recherche a:hover {
              background-color: #ff6666;
              text-decoration: none;
              color:#FFFFFF;
              }

