head
{
    margin  : 0px;
    padding : 0px;
    position : absolute;
    height : 0px;
}

html
{
    overflow : scroll;
}

body
{
    margin-top  : 0px;
    background-color: white;
    font-family: Verdana;
    font-size: 8pt;
    color: #404040;
    text-align: left;
    
}

p.clear
{
clear: both;
}

a
{
    color: #3e98d6;
    text-decoration: none;
}

a:visited
{
    color: inherit;
}

a:hover
{
    color: #3e98d6;
}

a:link
{
}

a:active
{
}

#content h1
{
    border-bottom: 1px solid #a0a0a0;
    width: 200px;
    margin-left: 0px;
    padding-left: 5px;

    font-family: Arial;
    font-size: 16pt;
    font-weight: normal;
    font-style: italic;
    text-align: left;

}

#content h2
{
    border-bottom: 1px solid #a0a0a0;
    width: 200px;

    color: #1661bd;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
    margin-left: 0px;
    margin-top: 30px;
    margin-top: 0px;
    padding-left: 5px;
}

em
{
    color: #1661bd;
    font-style: normal;
}

pre
{
    font-size: 9pt;
}

img
{
    border: none;
}

p
{
    text-align: justify;
}

dt
{
    font-weight: bold;
    padding-left: 10px;
}

/*
 * Common page settings
 */

#page
{
    position: relative;
    background-color: white;
    border-left: 1px solid black;
    border-left: 0px solid black;

    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 780px;
    /*width: 100%;*/
}

#header
{
    /*background-image: url("images/banner-main.png");
    background-repeat: no-repeat; */

    margin: 0px;
    padding: 0px;
/*    height: 100px;
    width: 780px; */

    margin-left: auto;
    margin-right: auto;
}

#banner
{
    position: relative;
    height: 82px;
    width: 780px;
}

#navbar
{
    position: relative;
    background-color: #a0d3f6;
    color : #1661bd;
    padding: 1px 0px 6px 0px;
    width: 780px;
    font-size: 10pt;
    font-family: Verdana;
}

#navbar a
{
    color: #1661bd;
}

#navbar a:hover
{
    color : #ffffff;
}

#navbar em
{
    color: #404000;
    font-style: normal;
    font-weight: bold;
}

#subnavbar
{
/*    position: relative;
    top : 105px; */
    border-bottom: 1px solid black;
    padding: 4px 3px 1px 4em;
    margin: 1px;
    font-size: 10pt;
    font-weight: normal;
    font-family: "arial";
    color: #a0d3f6;
}

#subnavbar a
{
    color: #579fef;
    font-size : 14px;
}
#subnavbar a:hover
{
    color: #000000;
    font-size  : 14px; 
}

#subnavbar em
{
    color: #005dc5;
    font-weight: normal;
}

#lang
{
    padding: 1px 3px 5px 3px;
    position: absolute;
    right: 10px;
    top: 0px;
    font-family: Verdana;
    font-size: 8pt;
}

#menu
{
    position: relative;
    top: 4px;
    left: 10px;
    font-size: 10pt;
    font-family: Verdana;
}

#footer
{
    color: #808080;
    font-size: 7pt;
    text-align: center;

    border-top: 1px solid black;
    /*margin: 30px 10px 120px 10px;*/
    padding: 5px;
    clear: both;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 780px;

}

#footer a
{
    color: #808080;
}

#content
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content a
{
    text-decoration: none;
}

/*#content p
*{
*    padding-left: 10px;
*}
*/
/*
 * Margin boxes
 */

div.margin-box
{
    padding-top : 0px;
    float: right;
}

span.main-content
{
    float: left;
}

div.margin-box-item
{
    width: 200px;
    margin: 0px 0px 20px 20px;
    padding: 0px 5px 3px 5px;
    color: #808080;

    border: 1px solid black;
    font-size: 8pt;
}

div.margin-box-item div.title
{
    margin: 0px -5px 3px -5px;
    padding: 3px;

    background-color: #3e98d6;
    color: white;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
}

div.margin-box-item em
{
    color: #3e98d6;
    color: #000000;
    font-style: normal;
}

div.margin-box-item a
{
    color: #3e98d6;
}

div.margin-box-item a:hover
{
    color: #3e98d6;
}

div.margin-box-item ul
{
    margin: 3px 0px 2px 0px;
    padding-left: 18px;
    list-style-type: disc;
}

div.margin-box-item li
{
    margin-left: 0px;
}

/*
 * Tables
 */

table.specs
{
    font-size: 8pt;
    width: 500px;
    margin: 0px 0px 10px 10px;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.specs th
{
    border-bottom: 1px solid #c0c0c0;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    color: #3e98d6;
}

table.specs tr.header th
{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1px 5px 1px 5px;
    font-size: 10pt;
    background-color: #f0f0f0;
}

table.specs td
{
    border-bottom: 1px solid #c0c0c0;
    padding: 2px 5px 2px 5px;
    margin: 0px;
}


/*
 * Partners
 */

ul#partners li
{
    margin-bottom: 20px;
}

span.partner-name
{
    border-right: 1px solid #3e98d6;
    padding-right: 10px;
    margin-right: 10px;
}

span.partner-short
{
    color: #3e98d6;
}

div.partner-description
{
    text-align: justify;
    border-top: 1px dotted #404040;
    margin-top: 2px;
    padding-top: 5px;
    width: 500px;
}

img.partner-image
{
    display: block;
    float: left;
    margin: 3px 15px 0px 5px;
}



/*
 * blocs menu
 */

#sixblocs_1
{
    top: 0px;
    left: 20px;
}

#sixblocs_2
{
    top: 0px;
    left: 280px;
}

#sixblocs_3
{
    top: 0px;
    left: 540px;
}

#sixblocs_4
{
    top: 200px;
    left: 20px;
}

#sixblocs_5
{
    top: 200px;
    left: 280px;
}

#sixblocs_6
{
    top: 200px;
    left: 540px;
}

#eightblocs_1
{
    top: 0px;
    left: 10px;
}

#eightblocs_2
{
    top: 0px;
    left: 210px;
}

#eightblocs_3
{
    top: 0px;
    left: 410px;
}

#eightblocs_4
{
    top: 0px;
    left: 610px;
}

#eightblocs_5
{
    top: 200px;
    left: 10px;
}

#eightblocs_6
{
    top: 200px;
    left: 210px;
}

#eightblocs_7
{
    top: 200px;
    left: 410px;
}

#eightblocs_8
{
    top: 200px;
    left: 610px;
}

/*
 * blocks menu
 */

div#menu-items
{
    position: relative;
    top: 15px;
    padding: 0;
    height: 420px;
}

div#menu-items a
{
    text-decoration: none;
    color : #404040;    
}

div.menu-item-6
{
    position: absolute;
    width: 210px;
    height: 180px;
    text-align: center;
}

div.menu-item-6 div.legend
{
    position: absolute;
    top: 160px;
    width: 200px;

    left: 0px;
    text-align: center;

    margin: 0px;
    padding: 1px 0px 1px 0px;
    border-top: 1px solid #3e98d6;
    border-bottom: 1px solid #3e98d6;
}




/* 8 */


div.menu-item-8
{
    position: absolute;
    width: 150px;
    height: 130px;
    text-align: center;
}

div.menu-item-8 div.legend
{
    position: absolute;
    top: 110px;
    width: 150px;
    height: 45px;
    left: 0px;
    text-align: center;
    margin-top : 0px;
    margin-left : 0px;
    padding: 1px 0px 1px 0px;
    border-top: 1px solid #3e98d6;
    border-bottom: 1px solid #3e98d6;
}

span.menu-item-name
{
    color: #3e98d6;
    font-style: italic;
}

#menu-item-image
{
    float: left;
    margin: 0px 7px 7px 7px;
}

#menu-item-navbar a
{
    color: #404040;
}

#menu-item-content
{
    margin-left: /* 170px */ Opx;
}

