﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px; /* or 950px */
}

.heading h1 {
    font-size: 36px;
    line-height: 1.11111111;
    font-weight: 400;
    text-transform: none;
    font-weight: bold;
}

.heading h2 {
    font-size: 28px;
    color: #666;
}

.block-content h2 {
    font-size: 22px;
}

#global-header-bar {
    height: 10px;
    background-color: #005ea5;
    clear:both;
}

.header-global {
    /*width: 60%;
    float: left;*/
    height: 120px;
    padding-left: 0px;
}

.header-logo {
    position: relative;
    top: 15px;
    left: -12px;
}

.header-proposition {
   /* width: 30%;
    float: left;*/
   height: 120px;
   padding-right: 0px;
}

#proposition-menu {
    position: relative;
    top: 35px;
}

#footer {
    border-top: 10px solid #005ea5;
    background-color: #dee0e2;
    min-height: 100px;
    padding-top: 30px;
    margin-top: 30px;
}

#proposition-menu #proposition-links {
    display: block;
    clear: both;
    margin: 2px 0 0 0;
    padding: 0;
}

    #proposition-menu #proposition-links li {
        display: block;
        width: auto;
        padding: 0 0 0 25px;
        border-bottom: 0;
        float: right;
        border: none;
    }

    #proposition-menu #proposition-links a {
        font-family: "nta", Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: none;
        line-height: 23px;
        text-decoration: none;
    }
