/****************** Règles pour affichage sur petit périphérique (palm, sans couleurs) ******************/

#banniere {
    background-color : white;
}
ul {
    padding-left : 1em;
    margin : 0.2em;
}
#degrade {
    display : none;
}
#boutons {
    list-style-type : none;
    background : url(images/degrade-droite.gif) repeat-y;
    margin : 0;
    padding-left : 5px;
}
#boutons li {
    display : inline;
}
#boutons a {
    font : normal small-caps 0.8em Verdana,Helvetica,Times;
    padding-left : 5px;
    padding-right : 5px;
}
.accesskey {
    text-decoration : underline;
}
#boutons a {
    text-decoration : none;
}
#boutons a.current, #boutons a:hover, #boutons a:active, #boutons a:focus {
    text-decoration : underline;
}
#boutons a:active, #boutons a:focus {
    font-weight : bold;
}
#boutons a.current {
    border : 1px solid;
    text-decoration : none;
    border-color : black;
}
#contenu {
    padding : 1em;
    border-left : 2px solid;
    background : url(images/degrade-bas.gif) no-repeat bottom left;
    background-position : bottom left;
}
#contenu a {
    text-decoration : none;
}
#contenu a:hover {
    text-decoration : underline;
}
#contenu a:active, #contenu a:focus {
    border : 1px solid;
}
#footer {
    display : none;
}
table , .login {
    border : 1px solid;
    padding : 0.5em;
}
h1 , h2 , h3 , h4 , h5 , h6 , p {
    margin : 0.5em;
}
h1 {
    font-size : 1.5em;
    font-weight : bold;
}
h2 {
    font-size : 1.4em;
    font-weight : bold;
}
h3 {
    font-size : 1.3em;
    font-weight : bold;
}
h4 {
    font-size : 1.2em;
}
h5 {
    font-size : 1.1em;
}
h6 {
    font-size : 1em;
    font-weight : bold;
}
img {
    border : none;
}
