body
{
    margin: 0px;
    background-color: #dedede;
    color: #535353;
    font-family: Verdana;
    font-size: 12px;
}

a img
{
    border: none;
}

a, a:visited
{
    color: #269ed0;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.global
{
    width: 800px;
    height: overflow;
    margin-left: auto;
    margin-right: auto;
    padding-left: 112px;
    padding-right: 112px;
    background-image: url(../images/fond.gif);
}

.menu
{
    width: 800px;
    height: 36px;
    background-image: url(../images/menu.jpg);
}

.menu ul
{
    margin: 0px;
    padding: 0px;
    text-align: right;
    padding-top: 10px;
}

.menu li
{
    display: inline;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ffffff;
}

.menuLeft
{
    padding: 5px;
}

.menuLeft ul
{
    padding: 0px;
    margin: 0px;
}

.menuLeft li
{
    list-style: none;
    border-bottom: 1px dotted #269ed0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.menu a, .menu a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.menu a:hover
{
    text-decoration: underline;
}

.footer
{
    width: 800px;
    height: 26px;
    background-color: #269ed0;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.menuTitle
{
    background-color: #269ed0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #ffffff;    
}

.menuContent
{
    padding: 5px;
}

.border
{
    border: 1px solid #269ed0;
}

.content
{
    margin: 20px;
}

.content h1
{
    font-size: 16px;
    font-weight: bold;
}

.content h2
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.keywords
{
    font-size: 10px;
    text-align: center;
}

