﻿/*recherche*/
div.recherche
{
    display:block;
    border-top: solid 1px black;
    background-color:whitesmoke ;
    background: url(images/loupe.jpg) whitesmoke no-repeat 95% 30%;
    padding:7px 10px ;
    font-size: 8pt;
    color: #606060;
    font-family: verdana;
    
}
div.degrade
{
    background: url(images/navback1.jpg) #ffffff repeat-x left top;
    height:22px;  
    padding:2px;
}
/*menu du bas*/
div.footer
{ 
    text-align:center;
    padding:7px;
    background: url(images/footerback.jpg)  #000000 repeat-y left top;
    
}

/*polices et couleurs*/
div.recherche .input
{
    font-size: 9pt;
    background-color: white;
    border: solid 1px darkgray;
}
input.btnsearch
{
   width:200px;
    height:20px;
    background: url(images/btngris.jpg) #ffffff no-repeat left 100%;
    border: black 0px solid;
    cursor:pointer;
}


div.footer a
{
    
    padding-left: 15px;
    background: url(images/flechebas.jpg) no-repeat left 70%;
    font-size: 8pt;
    color: #c9c9c7;
    text-decoration: none;
    margin-right:15px;
}
div.footer a:hover
{
    text-decoration:underline;
}

