*
{
    font-family: Trebuchet MS;
    font-size: 10pt;
}

body
{
    margin: 0;
    background-image: url('images/fond.png');
    background-repeat:  repeat-x repeat-y;
}

a:link, a:active, a:visited, a:hover
{
    color: rgb(27,44,73);
    text-decoration: underline;
}

img
{
    border: 0px;
}

table, tr, td
{
    border: 0px;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
    spacing: 0px;
    padding: 0px;
}

input
{
    font-family: Trebuchet MS;
    font-size: 10pt;
}

p.top_title
{
    font-size: 14pt;
    font-weight: bold;
    color: rgb(27,44,73);
    margin: 0px;
}

p.title
{
    font-size: 12pt;
    font-weight: bold;
    color: rgb(27,44,73);
    margin: 0px;
}

div.error_message
{
    color: red;
    border: 1px solid red;
    background-color: ivory;
    padding: 5px;
}

span.status, span.status *
{
    font-size: 8pt;
}

span.copyright
{
    font-size: 7pt;
    color: rgb(200,200,200);
}

span.notice, span.notice *
{
    font-size: 7pt;
}

div.sidemenu_active
{
    width: 120px;
    background-color: rgb(143,173,210);
    color: white;
    padding: 5px;
    cursor: pointer;
}

div.sidemenu_inactive
{
    width: 120px;
    background-color: rgb(27,44,73);
    color: white;
    padding: 5px;
    cursor: pointer;
}

table.resultats
{
    width: 100%;
    border: 1px solid rgb(27,44,73);
}
table.resultats tr
{
    height: 25px;
}
table.resultats tr td
{
    vertical-align: middle;
}
tr.resultats_header td
{
    background-color: rgb(200,200,200);
    border-bottom: 1px solid rgb(0,0,0);
    font-weight: bold;
}
tr.resultats_footer td
{
    border-top: 1px solid rgb(0,0,0);
    font-weight: bold;
}