*
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: #333;
}
.header
{
    height: 22px;
    background-image:url(../../img/login/header.gif);
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-family: 'Trebuchet Ms';
    font-weight: bold;
}
.body
{
    height: 494px;
    background-image:url(../../img/login/body.png);
    padding: 3px;
    text-align: center;
    color: #333;
    font-family: 'Trebuchet Ms';
    font-weight: bold;
    overflow: auto;
}

ul.liste
{
    list-style-type: none;
}

ul.liste li
{
    float:left;
    height: 36px;
    background-color: #DDD;
    border: solid 1px #888;
    margin:2px;
    padding:2px;
    margin-bottom:5px;
    cursor: pointer;
}

ul.liste li:hover
{
    margin-bottom:2px;
    background-color: #DDDFFF;
    border: solid 1px #336699;
    border-bottom: solid 4px #336699;
}

ul.liste li img
{
    width: 26px;
    height: 26px;
    background-color: #FFF;
    border: solid 1px #AAA;
    margin:2px;
    padding:2px;
}