/*
************************************************************
 CristalNet - Copyright © 2001-2003 CRIH de Grenoble
 Tous droits réservés.
************************************************************
 #APPLICATION=GULPER
************************************************************
 Page          :    .../noyau/include/CharteGraphique/CSS/Boutons.css

 Description   :    styles des boutons de la charte graphique

 Création      :    08/09/2033 - L. GATEAU   (GFI)  (#1.0.0).

 Validation    :    

 Historique
 #1.0.0        :    Création.
***********************************************************
*/


BODY.piedDePage {
    background-color:#3a6ea5;
    margin: 0;
    padding: 0;
}

TABLE.piedDePage {
    background-color: #3a6ea5;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

TR.piedDePage {
    height: 20px;        
} 

.boutonPiedDePageParDessus {
    background: #adc6e1;
    color: #3a6ea5;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
}

.boutonPiedDePage {
    color: #ffffff;
    font-weight: bolder;
    text-decoration: none;   
}

.bouton {
    font-weight: normal;
    font-size: 11px;
    border-left-color: #8db5db;
    border-bottom-color: #8db5db;
    color: #214769;
    border-top-color: #8db5db;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    border-right-color: #8db5db;
    cursor: pointer;
}
.boutonInactif {
    font-weight: normal;
    font-size: 11px;
    background-image: url(./images/Boutons/boutonMInactif.gif);
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    cursor: default;
}

/*
 * temporaire
 * pour que le tag BUTTON ressemble aux boutons HTC
 */
BUTTON {
    padding:0px;
    margin:2px;
    font-weight: normal;
    font-size: 11px;
    border-right-color: #8db5db;
    border-left-color: #8db5db;
    border-bottom-color: #8db5db;
    border-top-color: #8db5db;
    background-color: #adc6e1;
    color: #214769;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
    height:20px;
}

