﻿html
{
    text-align: center;
}

body
{
    position: relative;
    text-align: left;
    width: 800px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #373F08;
}

#logo
{
    position: absolute;
}

#menu-navigation
{
    position: absolute;
    height: 22px;
    left: 282px;
    background-color: #4E220C;
    width: 504px;
    padding-right: 14px;
    top: 30px;
    text-align: left;
    padding-top: 8px;
}

#menu-navigation a
{
    color: #FFFFFF;
    font-weight: bold;
}

#menu-languages
{
    position: absolute;
    height: 15px;
    left: 740px;
    background-color: #4E220C;
    padding-top: 15px;
    text-align: right;
    width: 60px;
}

#menu-languages a
{
    color: #FFFFFF;
    font-weight: bold;
}

#menu-backoffice
{
    position: absolute;
    height: 25px;
    left: 282px;
    background-color: #4E220C;
    padding-top: 15px;
    padding-right: 4px;
    text-align: left;
    width: 100px;
}

#menu-backoffice a
{
    color: #FFFFFF;
}

#login
{
    position: absolute;
    height: 25px;
    left: 382px;
    background-color: #4E220C;
    padding-top: 15px;
    text-align: right;
    width: 358px;
}
#login a
{
    color: #FFFFFF;
}

#banner
{
    position: absolute;
    top: 60px;
}

#content
{
    position: relative;
    top: 209px;
}

#footer
{
    position: relative;
    background-color: #4E220C;
    text-align: right;
}





