body {
    background: #fff;
    font: 62.5%/1.4 Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    font-size: 11px;
    color: #000;
    min-width: 960px;
}

#page {
    font-size: 1.2em;
    position: relative;
    width: auto;
    text-align: center;
    margin: 10px 0;
}

h1 {
    line-height: 1;
    margin: .5em 0;
    padding-right: 4em;
    font-family: TheSansB3Light;
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
}

h2 {
    line-height: 1;
    margin: .5em 0;
    font-family: TheSansB3Light;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 4px;
    padding-right: 1em;
    color: #016b09;
}

    h2 strong {
        color: #50a129;
    }

h3 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.1;
    margin: .75em 0 .5em;
    margin-bottom: 2px;
    color: #016b09;
}

h4 {
    font-weight: bold;
    line-height: 1.1;
    margin: 1em 0;
    font-size: 14px;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

h1 small, h2 small {
    font-size: .5em;
    font-weight: normal;
}

a:link {
    color: #060;
}

a:visited {
    color: #000;
}

a:hover, a:active {
    color: #2d8608;
}

a img, :link img, :visited img {
    border: 0;
}

p {
    margin: 1em 0 0;
}

ul {
    list-style: none;
    margin: 1em 0 0;
    padding: 0 0 0 1.4em;
}

ol {
    margin: 1em 0 0;
    padding: 0 0 0 2em;
}

    ul ul, ol ol, ul ol, ol ul {
        margin: .25em 0 .75em;
    }

li {
    line-height: 1.1;
    margin: 0 0 .5em;
    padding: 0;
}

ul li {
    background: url(../images/common/dot.png) 0 .5em no-repeat;
    padding: 0 0 0 10px;
}

dl {
    margin: 1em 0 0;
}

    dl dt {
        font-weight: bold;
        margin: 1em 0 0;
    }

    dl dd {
        margin: .5em 0 0 1em;
    }

        dl dd p {
            margin: .5em 0 0;
        }

blockquote {
    margin: 1.5em;
    font-style: italic;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em/1.5 'andale mono',monotype.com,'lucida console',monospace;
}

abbr {
    border-bottom: 1px dotted #666;
}

del {
    text-decoration: line-through;
}

big {
    font-size: 1.25em;
}

small {
    font-size: .8em;
}

sup {
    font-size: 70%;
    position: relative;
    top: -2px;
}

sub {
    font-size: 70%;
    position: relative;
    top: 4px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 1em 0 0;
}

tr {
    vertical-align: top;
}

th {
    text-align: left;
}

form {
    margin: 0;
}

    form fieldset {
        margin: 1em 0 0;
        border: 0;
    }

        form fieldset p {
            margin: 0 0 .5em;
        }

button {
    width: auto;
    overflow: visible;
    cursor: pointer;
    margin: 0;
}

    button::-moz-focus-inner {
        border: 0;
    }

.hide {
    display: none;
}

.reset {
    margin: 0;
    padding: 0;
}

.reset_hard {
    margin: 0 !important;
    padding: 0 !important;
}

.reset_margin {
    margin: 0;
}

.reset_padding {
    padding: 0;
}

.reset_top {
    margin-top: 0;
    padding-top: 0;
}

.reset_bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

.required, div.error, p.error, span.error, label.error {
    font-weight: bold;
    color: #C30;
}

input.error, textarea.error {
    border: 3px solid #C30 !important;
}

span.error a {
    font-weight: normal;
}

.erreurMaxLength {
    border-color: red;
}

.brd_top {
    border-top: 1px solid #ccc;
}

.hilite {
    color: #50a129;
}

div.textblock {
    margin: 1em 0 0;
}

.clickable {
    cursor: pointer;
}

.required {
    color: #bf4539;
}

.secure {
    background: url(../images/forms/icn_secure.png) 0 0 no-repeat;
    padding: 0 0 0 15px;
}

.btn {
    background: 0;
    border-width: 0;
    color: #fff !important;
    display: inline-block;
    font: bold 120%/1.2 Arial,sans-serif;
    margin: 1px 0;
    padding: 3px 0;
    overflow: visible;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 12px;
}

* html button.btn {
    padding-bottom: 1px;
}

@-moz-document url-prefix() {
    button.btn {
        margin: 0 -2px;
    }
}

.btn span {
    background: #6db639 url(../images/forms/bg_btn.png) repeat-x 0 0;
    margin: 0;
    padding: 3px 0;
    border-left: 1px solid #a0d07f;
    border-right: 1px solid #70af44;
}

* html .btn span {
    padding-top: 0;
}

    .btn span span {
        position: relative;
        padding: 3px 9px;
        *padding-top: 2px;
        border-width: 0;
        border-top: 1px solid #a0d07f;
        border-bottom: 1px solid #70af44;
    }

.pill-l, .pill-c {
    margin-right: 2px;
}

    .pill-l span {
        border-right-style: none;
    }

    .pill-c span {
        border-right-style: none;
        border-left-color: #fff;
    }

.pill-r span {
    border-left-color: #fff;
}

.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor: pointer;
    background: #fff;
    border-color: #93b17b !important;
    color: #50a129;
}

a.btn:hover {
    background: #fff;
}

.pill-c:hover span, .pill-c:focus span, .pill-r:hover span, .pill-r:focus span {
    border-left-color: #fff !important;
}

.btn:active span {
    background-position: 0 -400px;
    outline: 0;
}

.btn:focus, .btn:active {
    outline: 0;
}

.btn.disabled span {
    background: #c4e3af;
    border-color: #c4e3af;
}

.btn.disabled:hover span, .btn.disabled:hover span span, .btn.disabled:focus span, .btn.disabled:focus span span {
    cursor: default;
    background: #c4e3af;
    border-color: #c4e3af !important;
    color: #fff;
}

.primary {
    font-weight: bold;
}

input[type="text"]:disabled, textarea:disabled, select:disabled {
    background-color: #d6d3ce;
}

textarea[readonly='readonly'] {
    resize: none;
}

textarea[disabled="disabled"] {
    background-color: #d6d3ce;
}

::-ms-clear {
    display: none;
}

input.disabled {
    background-color: #d6d3ce;
}

ol.reset {
    list-style: none;
}

    ul.reset li, ol.reset li {
        background: 0;
        margin: 0;
        padding: 0;
    }

ul.oneline li {
    display: inline;
    float: left;
    margin: 0 .5em 0 0;
}

tr.middle {
    vertical-align: middle;
}

table.full {
    width: 100%;
}

table.basic th, table.basic td {
    padding: 0 1em .5em 0;
}

table.confirmation {
    margin: 1em 0;
}

    table.confirmation th {
        font-weight: normal;
        padding: .25em 1em .5em 0;
        text-align: right;
    }

    table.confirmation td {
        background: #f5f5f5;
        border-bottom: 1px solid #FFF;
        font-weight: bold;
        padding: .25em 1em .5em;
    }

        table.confirmation td .normal {
            font-weight: normal;
        }

        table.confirmation td .cart_action li a {
            font-weight: normal;
            float: left;
            padding-left: 0;
        }

#header {
    margin: 0 0 10px;
    position: relative;
    width: 960px;
    z-index: 1;
}

#logo {
    padding: 9px 0 0;
    display: inline-block;
    padding-top: 0;
    margin-bottom: 15px;
    float: left;
    width: 165px;
    height: 50px;
    font-size: 2.2em;
}

#skip {
    position: absolute;
    left: -9999px;
}

    #skip:focus {
        left: 150px;
    }

#form_util {
    position: absolute;
    top: 12px;
    right: 0;
    text-align: right;
    width: 700px;
}

    #form_util p {
        margin: 0;
    }

    #form_util a {
        color: #060 !important;
    }

#form_nav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    position: absolute;
    top: 36px;
    right: 0;
    text-align: right;
    width: 868px;
}

    #form_nav ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    #form_nav li {
        background: 0;
        display: inline;
        float: left;
        margin: 0 0 0 1.5em;
        padding: 0;
    }

        #form_nav li a {
            color: #060 !important;
        }

        #form_nav li.em {
            font-weight: bold;
        }

#breadcrumb {
    margin: 10px 0 0;
}

#main {
    overflow: hidden;   
    width: 100%;
}

#content {
    padding: 0;
}

    #content a:link, #content a:visited {
        text-decoration: underline;
    }

p.aide {
    margin-top: -2.5em;
}

p.emphase {
    font-size: 1.2em;
}

p.required_legend {
    margin: -2em 0 0;
    padding: 0 0 0 12px;
    background: url(../images/forms/required.png) 0 0 no-repeat;
    margin-top: 10px;
    float: none;
}

div.msg {
    background: #fff url(../images/forms/ic_msg_info.png) 4px 4px no-repeat;
    border: 3px solid #5b5b5b;
    margin: 1.5em 0;
    padding: 12px 10px 0 46px;
    height: auto !important;
    min-height: 34px;
}

    div.msg.error {
        background: #fff url(../images/forms/ic_msg_error.png) 4px 4px no-repeat;
        border-color: #e00000;
    }

    div.msg.avert {
        background: #fff url(../images/forms/ic_msg_warning.png) 4px 4px no-repeat;
        border-color: #ff9c10;
        font-weight: bold;
    }

    div.msg.confirm {
        background: #fff url(../images/forms/ic_msg_confirm.png) 4px 4px no-repeat;
        border-color: #50a027;
        color: #016b09;
        font-weight: bold;
    }

    div.msg * {
        margin: 0 0 5px;
    }

dl.desc {
    margin: 1.5em 0 1em;
    overflow: hidden;
    width: 100%;
}

    dl.desc dt {
        float: left;
        margin: 0 0 .5em;
        width: 140px;
    }

    dl.desc dd {
        margin: 0 0 .5em;
    }

#steps {
    border-bottom: 1px solid #416c21;
    margin: 1em 0;
    margin-bottom: 0;
}

    #steps ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: relative;
        top: 1px;
        width: 960px;
    }

    #steps li {
        background: #6eb63a url(../images/forms/bg_tabs_spr.png) 0 0 no-repeat;
        cursor: default;
        float: left;
        font-weight: bold;
        margin: 0;
        padding: 0;
        opacity: .6;
        -ms-filter: "alpha(opacity=60)";
        filter: alpha(opacity=60);
    }

        #steps li.active, #steps li.current {
            opacity: 1;
            -ms-filter: "alpha(opacity=100)";
            filter: alpha(opacity=100);
        }

        #steps li span, #steps li a {
            background: url(../images/forms/bg_tabs_spr.png) 100% -150px no-repeat;
            color: #fff !important;
            height: 24px;
            line-height: 24px;
            padding: 0 10px;
            text-decoration: none !important;
            display: inline-block;
            float: none;
        }

        #steps li.current {
            background-position: 0 -300px;
        }

            #steps li.current span {
                background-position: 100% -450px;
                color: #666 !important;
                padding-bottom: 1px;
            }

p.prev_next {
    text-align: right;
}

a.prev {
    background: url(../images/forms/arrow_left.png) 0 50% no-repeat;
    color: #060;
    padding: 0 0 0 20px;
}

a.next {
    background: url(../images/forms/arrow_right.png) 100% 50% no-repeat;
    color: #060;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
}

p.actions a.prev {
    margin-right: 20px;
}

p.actions.right {
    margin: 1em 0;
}

p.top {
    margin: 2em 0;
    text-align: right;
}

    p.top a, a.top {
        background: url(../images/forms/arrow_top.png) 100% 50% no-repeat;
        padding: 0 14px 0 0;
    }

.important {
    background: #fff url(../images/forms/bg_form_content.png) 0 0 repeat-x;
    border: 1px solid #d9d9d9;
    font-weight: bold;
    line-height: 1.2;
    margin: 2em 0;
    padding: 15px 14px;
}

    .important h3 {
        color: #bf4539;
        margin: 0;
    }

#page .close {
    margin: 2em 0;
    text-align: right;
}

    #page .close a {
        background: url(../images/forms/icn_close_spr.png) 100% 0 no-repeat;
        color: #333;
        display: block;
        font-weight: bold;
        height: 13px;
        line-height: 13px;
        padding: 0 20px 0 0;
        text-decoration: none !important;
    }

        #page .close a:hover {
            background-position: 100% -13px;
        }

.form_content {
    background: #fff url(../images/forms/bg_form_content.png) 0 0 repeat-x;
    border: 1px solid #d9d9d9;
    line-height: 1.2;
    margin: 1em 0 2em;
    overflow: hidden;
    width: 930px;
    -moz-box-shadow: 0 3px 0 #b9b9b9;
    -webkit-box-shadow: 0 3px 0 #b9b9b9;
    box-shadow: 0 3px 0 #b9b9b9;
    padding: 15px 14px;
}

.form_section {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 1em;
    padding: 0 0 1em;
    position: relative;
    zoom: 1;
}

    .form_section.last {
        border: 0;
        margin-bottom: .5em;
    }

.form_content h3 {
    margin: 0 0 1em;
}

    .form_content h3.help {
        margin-left: 20px;
    }

.form_content label, .form_content input {
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.form_content p.help {
    margin: 0;
    position: relative;
}

    .form_content p.help a {
        background: url(../images/forms/icn_help_spr.png) 0 0 no-repeat;
        display: block;
        height: 20px;
        position: absolute;
        top: -2px;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 20px;
        width: 20px;
    }

        .form_content p.help a:hover {
            background-position: 0 -20px;
        }

.form_content a.help, .form_content span.tip, .form_content .infobulle {
    background: url(../images/forms/icn_help_sm_spr.png) 0 -20px no-repeat;
    display: inline-block;
    margin: 0 0 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 15px;
    height: 15px;
    width: 15px;
    vertical-align: top;
}

    .form_content a.help:hover, .form_content span.tip:hover, .form_content .infobulle:hover {
        background-position: 0 0;
    }

.form_content span.tip, .form_content .infobulle {
    background-image: url(../images/forms/icn_info_sm_spr.png);
}

.form_content a.info {
    background: url(../images/forms/icn_msg_info.png) -2px 0 no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 0 0 3px;
    position: relative;
    top: -2px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 16px;
    width: 16px;
}

.form_content p.note {
    font-size: 1em;
    margin: 1em 0 1em 30px;
    margin-left: 20px;
}

.form_content .resizer {
    display: block;
    text-align: right;
}

.form_content ul.links {
    float: right;
    margin: 0 0 1em 1em;
    padding: 0;
}

    .form_content ul.links li {
        background: 0;
        margin: 0 0 .5em;
        padding: 0;
        text-align: right;
    }

.form_content div.form_block {
    clear: both;
    display: inline-block;
    margin: 0 0 1em;
    position: relative;
    width: 900px;
    padding-left: 20px;
    margin-left: 0;
}

.form_content .required {
    font-weight: normal;
    margin: 0;
    background: url(../images/forms/required.png) 0 0 no-repeat;
    color: #000;
}

.form_content div.or {
    clear: both;
    margin: -1em 0 0 30px;
}

.form_content .form_block img {
    vertical-align: bottom;
}

.form_content .aide_saisie {
    position: relative;
    top: -1px;
    display: inline-block;
}

.form_content .question {
    display: inline;
    float: left;
    font-weight: normal;
    margin: .25em 0 0;
    width: 230px;
}

.form_content .narrow .question {
    width: 100px;
}

.form_content .answer {
    float: right;
    width: 650px;
    overflow: visible;
}

.form_content .narrow .answer {
    width: 780px;
}

.form_content .answer p {
    margin: 6px 0;
}

.form_content .answer div.col {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 180px;
}

.form_content .answer div.tiny {
    width: 60px;
}

.form_content .answer div.narrow {
    width: 90px;
}

.form_content .answer div.wide {
    width: 360px;
}

.form_content p.small_input {
    margin: 0;
    padding: 2px 0 0 22px;
    position: relative;
    zoom: 1;
}

    .form_content p.small_input input {
        vertical-align: top;
    }

        .form_content p.small_input span.checkbox input, .form_content p.small_input span.radio input, .form_content p.small_input input.checkbox, .form_content p.small_input input.radio {
            position: absolute;
            top: -1px;
            left: 0;
        }

        .form_content p.small_input input.text {
            position: relative;
            top: -4px;
            left: 0;
        }

.form_content table {
    margin: 0;
}

    .form_content table.small_input td {
        padding: 0 10px 0 0;
        vertical-align: middle;
    }

    .form_content table.small_input input {
        margin-right: 4px;
    }

.form_content div.data_row {
    clear: both;
    overflow: hidden;
    width: 930px;
}

.form_content div.data {
    float: left;
    margin: .75em 0 .75em 30px;
    width: 450px;
}

.form_content div.first {
    margin-left: 0;
}

.form_content div.data h3 {
    margin: 0;
}

.form_content .results {
    background: #fff;
    border: 1px solid #d9d9d9;
    margin: 1em 0 0;
    width: 450px;
}

    .form_content .results th {
        font-weight: normal;
        padding: 4px 6px;
        text-align: left;
    }

        .form_content .results th.align-right, .form_content .results td {
            padding: 4px 6px;
            text-align: right;
        }

    .form_content .results .hilite {
        color: #c30;
    }

.form_content .data .hscroll {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 4px;
    width: 442px;
}

.form_content .hscroll .headers {
    float: left;
    margin: 0;
    width: 165px;
}

    .form_content .hscroll .headers th {
        padding: 2px 4px;
    }

.form_content .hscroll .scroller {
    float: right;
    overflow: auto;
    width: 265px;
}

* html .form_content .hscroll .scroller {
    overflow-y: visible;
    padding: 0 0 16px;
}

    .form_content .hscroll .scroller table {
        margin: 0 0 4px;
    }

    .form_content .hscroll .scroller td {
        padding: 0;
    }

        .form_content .hscroll .scroller td span {
            display: block;
            padding: 2px 4px;
            text-align: right;
            width: 75px;
        }

    .form_content .hscroll .scroller .odd {
        background: #edffe0;
    }

    .form_content .hscroll .scroller .even {
        background: #eee;
    }

table.list {
    border: 1px solid #d9d9d9;
    margin: 1em 0;
    width: 100%;
    background-color: #fff;
}

    table.list th, table.list td {
        height: 2em;
        line-height: 1.2;
        overflow: visible;
        border: 1px solid #696969;
        padding: 5px 7px;
        vertical-align: middle;
    }

    table.list th {
        background: #eee;
        vertical-align: top;
        background-color: #d9d9d9;
    }

        table.list th a, table.list th a:visited {
            color: #333;
        }

        table.list th.sort {
            background: #eee;
            padding-right: 16px;
        }

            table.list th.sort.up {
                background: #eee url(../images/forms/icn_sort_spr.png) 100% 7px no-repeat;
            }

            table.list th.sort.down {
                background: #eee url(../images/forms/icn_sort_spr.png) 100% -93px no-repeat;
            }

    table.list .even td {
        background: #fafafa;
    }

    table.list .total td {
        border-top-width: 5px;
        border-left: none;
        border-right: 0;
        font-weight: bold;
        padding: 8px 4px;
    }

    table.list tfoot td {
        background: #eee;
    }

    table.list tfoot a {
        padding: 0 3px;
    }

table.list_footer {
    margin: -1em 0 1em;
    width: 100%;
    border: 1px solid #696969;
    border-top: 0;
}

    table.list_footer tfoot td {
        background: #eee;
    }

    table.list_footer tfoot a {
        padding: 0 3px;
    }

table.table-layout-fixed {
    table-layout: fixed;
}

.list_action {
    background: url(../images/forms/action_arrow.png) 12px 0 no-repeat;
    padding-left: 30px;
}

table.checkbox th, table.checkbox td {
    background: #eee;
    line-height: 1.1;
}

table.checkbox th {
    text-align: center;
    padding: 4px 0;
    width: 30px;
}

table.checkbox td {
    padding: 8px 8px 8px 0;
}

table.checkbox .even th, table.checkbox .even td {
    background: #fafafa;
}

table.resume {
    width: 100%;
    line-height: 1.6em;
    clear: both;
}

    table.resume th, table.resume td {
        background: #eee;
        border: 1px solid #d9d9d9;
        line-height: 1.1;
        padding: 4px;
        background-color: #f6f6f6;
    }

    table.resume th {
        width: 350px;
    }

    table.resume .even th, table.resume .even td {
        background: #fafafa;
    }

.titre_resume {
    margin-top: 1em;
}

    .titre_resume .right {
        margin-bottom: 0;
        margin-top: 1em;
    }

    .titre_resume h3.left {
        margin-bottom: 0;
        margin-top: 1.5em;
        padding-bottom: 5px;
    }

    .titre_resume h4 {
        margin-bottom: 0;
        margin-top: 1em;
        color: #016b09;
    }

#footer {
    background: url(../images/forms/bg_footer.png) 0 0 repeat-x;
    clear: both;
    font-size: .9em;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

    #footer a:link, #footer a:visited {
        color: #666;
    }

    #footer a:hover {
        color: #50a129;
    }

.inline-help {
    display: none;
}

#popwin .inline-help {
    display: block;
}

body#popwin {
    background: #fff url(../images/forms/bg_form_content.png) 0 0 repeat-x;
    padding: 0 20px 40px;
}

#popwin #header, #popwin #main, #popwin #page {
    width: auto;
}

#popwin {
    text-align: left;
}

    #popwin #header h1 {
        color: #333;
        font-size: 2em;
    }

    #popwin #header .close {
        margin: 0;
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
    }

    #popwin .calc td {
        background: #fafafa;
        width: 120px;
        padding: 4px;
        vertical-align: middle;
    }

        #popwin .calc td.sign {
            font-size: 1.5em;
            padding: 4px 10px;
            text-align: center;
            width: auto;
        }

#legende_required {
    background: url(/fr-ca/zga/formulaires/V5.5/images/forms/required.png) 845px 5px no-repeat;
}

#critere_selection div {
    float: left;
}

#critere_selection .answer.last {
    float: right;
}

    #critere_selection .answer.last input, #critere_selection .answer.last select {
        float: right;
    }

.listeFormulairePieceJointe {
    background: url(../images/forms/attach.png) 0 0 no-repeat;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    height: 16px;
    width: 16px;
    vertical-align: top;
    border: 0;
}

.left {
    float: left;
    margin: 0 20px 20px 0;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-right .pill-r {
    margin-left: 2px;
}

.normal {
    font-style: normal;
    font-weight: normal;
}

.doctype {
    color: #666;
    font-size: .85em;
}

.note {
    font-size: .85em;
}

.legend {
    font-style: italic;
}

.smcaps {
    text-transform: uppercase;
}

.more {
    font-weight: bold;
    margin: 2em 0 0 !important;
}

.no_margin {
    margin: 0 !important;
}

div.msg.errorlist {
    position: relative;
    top: -1em;
    margin-bottom: 1em;
    margin-top: 0;
    background: #fff url(../images/forms/icn_msg_error.png) 12px 14px no-repeat;
    border: solid 1px;
    border-top: 0;
}

div.msg.infolist {
    background: #fff url(../images/forms/icn_msg_info.png) 12px 14px no-repeat;
    position: relative;
    top: -1em;
    border: solid 1px;
    border-top: 0;
    margin-bottom: 1em;
    margin-top: 0;
}

.NavListeVideContenantMessage {
    margin-top: -2em !important;
}

div.msg.error.resume {
    background-color: Transparent;
    border-width: 0;
    padding-top: 7px;
    margin: .2em 0;
}

p.error, span.error, label.error {
    font-weight: bold;
    color: #C30;
    background: url(../images/forms/ic_erreur_champs.png) 4px 0 no-repeat;
    padding-left: 26px;
}

span.error {
    display: block;
    color: #CF0000 !important;
}

.question.neq {
    width: 237px;
}

.answer .libelle {
    top: .25em;
    position: relative;
}

.list a:visited {
    color: #060;
}

#critere_selection .form_block.cols2 .col1 {
    float: left;
}

    #critere_selection .form_block.cols2 .col1 .answer {
        width: auto;
    }

#critere_selection .form_block.cols2 .col2 {
    float: right;
}

.form_block.narrow.cols2 .col1 {
    float: left;
    width: 750px;
}

    .form_block.narrow.cols2 .col1 .answer {
        width: 630px;
    }

.form_block.narrow.cols2 .col2 {
    float: right;
}

.form_content .answer.libelle {
    margin-top: .25em;
}

.form_content .form_block .question.sub {
    padding-left: 20px;
}

.form_content .form_block h4 {
    margin: 2px 0;
}

.answer span label {
    zoom: 1;
}

#form_zone {
    position: absolute;
    top: 16px;
    left: 440px;
}

.visible-rte-editor-Table-default, .visible-rte-editor-Table-default tr, .visible-rte-editor-Table-default td, .visible-rte-editor-Table-default th {
    border: 1px #909090 solid;
}

#footer_utils LI.first {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    padding-top: 0;
    border-left-style: none;
}

#footer_utils LI {
    padding-right: 0;
    display: inline-block;
    padding-left: 5px;
    background: none transparent scroll repeat 0 0;
    padding-bottom: 0;
    margin: 0 0 0 5px;
    border-left: #999 1px solid;
    padding-top: 0;
}

#footer UL {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.hors-ecran {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.showOnFocus {
    position: relative;
    left: -9999px;
}

@font-face {
    font-family: 'TheSansB3Light';
    src: url('../font/font-TheSansPC/TheSans_B2_400_.eot');
    src: url('../font/font-TheSansPC/TheSans_B2_400_.eot?#iefix') format('embedded-opentype'),url('../font/font-TheSansPC/TheSans_B2_400_.woff') format('woff'),url('../font/font-TheSansPC/TheSans_B2_400_.svg#TheSansB2ExtraLight') format('svg');
}

@font-face {
    font-family: 'TheSansB2_300';
    src: url('../font/font-TheSansPC/TheSans_B2_300_.eot');
    src: url('../font/font-TheSansPC/TheSans_B2_300_.eot?#iefix') format('embedded-opentype'),url('../font/font-TheSansPC/TheSans_B2_300_.woff') format('woff'),url('../font/font-TheSansPC/TheSans_B2_300_.svg#TheSansB2ExtraLight') format('svg');
}

@font-face {
    font-family: 'TheSansB2_400';
    src: url('../font/font-TheSansPC/TheSans_B2_400_.eot');
    src: url('../font/font-TheSansPC/TheSans_B2_400_.eot?#iefix') format('embedded-opentype'),url('../font/font-TheSansPC/TheSans_B2_400_.woff') format('woff'),url('../font/font-TheSansPC/TheSans_B2_400_.svg#TheSansB2ExtraLight') format('svg');
}

@font-face {
    font-family: 'TheSansB2_500';
    src: url('../font/font-TheSansPC/TheSans_B2_500_.eot');
    src: url('../font/font-TheSansPC/TheSans_B2_500_?#iefix') format('embedded-opentype'),url('../font/font-TheSansPC/TheSans_B2_500_.woff') format('woff'),url('../font/font-TheSansPC/TheSans_B2_500_.svg#TheSansB2ExtraLight') format('svg');
}

@font-face {
    font-family: 'TheSansB2_700';
    src: url('../font/font-TheSansPC/TheSans_B2_700_.eot');
    src: url('../font/font-TheSansPC/TheSans_B2_700_?#iefix') format('embedded-opentype'),url('../font/font-TheSansPC/TheSans_B2_700_.woff') format('woff'),url('../font/font-TheSansPC/TheSans_B2_700_.svg#TheSansB2ExtraLight') format('svg');
}

.fontB3 {
    font-family: TheSansB2_300;
}

h2.help {
    display: inline-block;
    min-height: 35px;
    width:900px;
}

.btn a.next {
    margin: 1px 0;
}

button.btn, a.btn {
    background-color: #727272;
    color: #fff !important;
    padding: 4px 20px;
    border: solid 2px #727272;
}

    button.btn:hover, button.btn:active, button.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
        background-color: #fff;
        color: #000 !important;
        border: solid 2px #727272;
    }

    button.btn.primaire, a.btn.primaire {
        background-color: #016b09;
        border: 2px solid #016b09 !important;
        color: #fff !important;
    }

        button.btn.primaire:hover, button.btn.primaire:focus, a.btn.primaire:hover, a.btn.primaire:focus {
            background-color: #fff;
            color: #016b09 !important;
            border: 2px solid #016b09 !important;
        }

    button.btn.disabled, a.btn.disabled {
        background-color: #bdbdbd !important;
        color: #888 !important;
        border: solid 2px #bdbdbd;
    }

        button.btn.disabled:hover, button.disabled.btn:active, a.btn.disabled:hover, a.btn.disabled:active {
            background-color: #bdbdbd !important;
            color: #888 !important;
            border: solid 2px #bdbdbd;
        }

    button.btn.primaire.disabled, a.btn.primaire.disabled {
        border: 2px solid #bdbdbd !important;
    }

.form_content, .important {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #fff;
    overflow: visible;
    margin-top: 5px;
}

.form_content {
    -moz-box-shadow: 0 3px 0 #b9b9b9;
    -webkit-box-shadow: 0 3px 0 #b9b9b9;
    box-shadow: 0 3px 0 #b9b9b9;
}

.form_block .question {
    font-size: 12px;
    font-weight: bold;
}

.pointe_mes_services {
    background: url(../images/forms/pointe_mes_services.png) 0 0 no-repeat;
    width: 16px;
    height: 13px;
    margin-left: 30px;
    margin-top: 15px;
    display: block;
    position:absolute;
}

#etapes {
    margin: 0;
    min-height: 9em;
    text-align: center;
    width: 680px;
}

    #etapes ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: relative;
        width: 960px;
    }

    #etapes li {
        cursor: default;
        float: left;
        margin: 0;
        padding: 75px 0 0;
        width: 160px;
        text-align: center;
        word-wrap: break-word;
        line-height:1.4em;
    }

        #etapes li span {
            margin: 0 3px;
        }

    #etapes.etires li {
        cursor: default;
        float: left;
        margin: 0;
        padding: 75px 0 0;
        width: 160px;
        text-align: center;
    }

    #etapes li.courante {
        color: #016b09;
        font-weight: bold;
    }

#etape1 li.terminer span {
    color: #bbb6b0;
}

#etape1.terminer {
    background: #fff url(../images/forms/pastilles.png) 50px -145px no-repeat;
}

#etape2.terminer {
    background: #fff url(../images/forms/pastilles.png) -115px -745px no-repeat;
}

#etape3.terminer {
    background: #fff url(../images/forms/pastilles.png) -275px -745px no-repeat;
}

#etape4.terminer {
    background: #fff url(../images/forms/pastilles.png) -435px -745px no-repeat;
}

#etape5.terminer {
    background: #fff url(../images/forms/pastilles.png) -595px -745px no-repeat;
}

#etape6.terminer {
    background: #fff url(../images/forms/pastilles.png) -755px -745px no-repeat;
}

#etape2.active {
    background: #fff url(../images/forms/pastilles.png) -115px -25px no-repeat;
}

#etape3.active {
    background: #fff url(../images/forms/pastilles.png) -275px -25px no-repeat;
}

#etape4.active {
    background: #fff url(../images/forms/pastilles.png) -435px -25px no-repeat;
}

#etape5.active {
    background: #fff url(../images/forms/pastilles.png) -595px -25px no-repeat;
}

#etape6.active {
    background: #fff url(../images/forms/pastilles.png) -755px -25px no-repeat;
}

#etape7.active {
    background: #fff url(../images/forms/pastilles.png) -915px -25px no-repeat;
}

#etape1.courante {
    background: #fff url(../images/forms/pastilles.png) 50px -25px no-repeat;
}

#etape2.courante {
    background: #fff url(../images/forms/pastilles.png) -115px -145px no-repeat;
}

#etape3.courante {
    background: #fff url(../images/forms/pastilles.png) -275px -265px no-repeat;
}

#etape4.courante {
    background: #fff url(../images/forms/pastilles.png) -435px -385px no-repeat;
}

#etape5.courante {
    background: #fff url(../images/forms/pastilles.png) -595px -505px no-repeat;
}

#etape6.courante {
    background: #fff url(../images/forms/pastilles.png) -755px -625px no-repeat;
}

#etape7.courante {
    background: #fff url(../images/forms/pastilles.png) -915px -745px no-repeat;
}

#etape2.active.fin {
    background: #fff url(../images/forms/pastilles.png) -115px -865px no-repeat;
}

#etape3.active.fin {
    background: #fff url(../images/forms/pastilles.png) -275px -865px no-repeat;
}

#etape4.active.fin {
    background: #fff url(../images/forms/pastilles.png) -435px -865px no-repeat;
}

#etape5.active.fin {
    background: #fff url(../images/forms/pastilles.png) -595px -865px no-repeat;
}

#etape6.active.fin {
    background: #fff url(../images/forms/pastilles.png) -755px -865px no-repeat;
}

#etape7.active.fin {
    background: #fff url(../images/forms/pastilles.png) -915px -865px no-repeat;
}

#etape2.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -114px -982px no-repeat;
}

#etape3.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -274px -982px no-repeat;
}

#etape4.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -434px -982px no-repeat;
}

#etape5.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -594px -982px no-repeat;
}

#etape6.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -754px -982px no-repeat;
}

#etape7.courante.fin {
    background: #fff url(../images/forms/pastilles.png) -914px -982px no-repeat;
}

.large {
    width: 100%;
    margin: 0;
    display: inline-block;
}

#page .contenu {
    margin: auto;
    width: 960px;
    text-align: left;
}

.contact p {
    padding: 0;
    margin: 0;
}

.nom_contact {
    margin: 0;
}

.tel_contact {
    margin: 0;
    font-size: 1.5em;
}

#zone1 {
    float: left;
    width: 760px;
}

#LigneMonEspace {
    width: 100%;
    height: 30px;
}

.MenuMonEspace {
    float: right;
    padding: 0 20px 0 40px;
    background: #016b09 url(../images/forms/cadenas_blanc.png) 2px -1px no-repeat;
    height: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #9a9a9a;
}

    .MenuMonEspace img {
        padding-left: 5px;
    }

.listeMonEspace {
    position: absolute;
    top: 30px;
    right: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: right;
    width: 151px;
}

    .listeMonEspace li {
        padding: 0 10px;
        background: #016b09;
        height: 28px;
        margin: 0;
        border: 1px solid #9a9a9a;
        border-bottom: 0;
        line-height: 30px;
        text-align: center;
    }

        .listeMonEspace li:first-child {
            border-top: 0;
        }

        .listeMonEspace li:last-child {
            border-bottom: 1px solid #9a9a9a;
        }

        .listeMonEspace li a {
            color: #fff;
            text-decoration: none;
        }

#header #liensClienteles {
    float: left;
    margin-top: -2px;
}

#header .liens {
    display: inline-block;
    float: right;
    margin-top: 0;
}

    #header .liens a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        display:inline-block;
    }

    #header .liens ul {
        list-style: none;
        padding-left: 0;
        margin-top: .8em;
    }

    #header .liens li {
        background: none transparent scroll repeat 0 0;
        padding: 0 10px;
        display: inline;
    }

#titre_formulaire.large {
    color: #fff;
    background: #414141;
    min-height: 5em;
}

#titre_formulaire.contenu {
    display: table-row;
}

#titre_formulaire #info_appls {
    display: table-cell;
    vertical-align: middle;
    min-width: 690px;
    height: 5em;
}

#titre_formulaire h1 {
    font-size: 18px;
    color: #fff;
    display: inline;
    line-height: 26px;
}

#titre_formulaire #nom_cie {
    font-size: 14px;
    margin: 0;
}

#titre_formulaire #sectionInfoUser {
    display: table-cell;
}

#titre_formulaire #info_user {
    height: 5em;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 250px;
    background-color: #4b4b4b;
    margin: 0;
}

#info_user a {
    color: #fff;
}

    #info_user a:visited {
        color: #fff;
    }

#navigation .liens {
    display: inline-block;
}

    #navigation .liens ul {
        list-style: none;
        margin-top: 0;
    }

    #navigation .liens li {
        display: inline;
        background: none transparent scroll repeat 0 0;
        padding: 0 10px;
    }

        #navigation .liens li a {
            color: #fff;
        }

        #navigation .liens li:last-child {
            border-right: 0;
        }

#main .large {
    background: #e5e5e5;
    padding-bottom: 4em;
    display: block;
    overflow: hidden;
}

#titre_page h2, #titre_page .aide_page {
    margin-top: 1em;
}

#navigation.large {
    background: #727272;
    min-height: 2.9em;
    border-bottom: 2px solid #696969;
    border-top: 1px solid #e5e5e5;
    color: #fff;
}

#nav_out {
    margin: 7px 0;
}

    #nav_out .btn {
        background-color: transparent;
        border: solid 2px #bababa;
        color: #fff !important;
        font-size: 12px;
        padding: 4px 18px;
    }

        #nav_out .btn:hover, #nav_out .btn:focus, #nav_out .btn:active {
            background-color: #fff;
            border: solid 2px #fff;
            color: #000 !important;
        }

#nav_tabs {
    margin: 0;
}

    #nav_tabs a, #nav_links a {
        color: #fff;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

    #nav_tabs ul, #nav_links ul {
        list-style: none;
        margin: 0;
        padding-top: 1px;
        display: table-row;
    }

    #nav_tabs li, #nav_links li {
        border-right: 1px solid #e5e5e5;
        text-align: left;
        display: table-cell;
        background: none transparent scroll repeat 0 0;
        padding: 0 10px;
        margin: 0;
        height: 40px;
        max-width: 80px;
        vertical-align: middle;
    }

        #nav_tabs li:first-child, #nav_links li:first-child {
            border-left: 1px solid #e5e5e5;
        }

        #nav_tabs li.courant, #nav_links li.courant {
            background-color: #e5e5e5;
            color: #016b09;
            border-bottom: 2px solid #e5e5e5;
            border-left: 2px solid #696969;
            border-right: 2px solid #696969;
        }

            #nav_tabs li.courant a, #nav_links li.courant a {
                color: #016b09;
            }

#nav_links li {
    height: 20px;
}

#nav_links {
    margin-top: 10px;
}

    #nav_links a {
        text-decoration: underline;
    }

#piedpage .large {
    background: #016b09;
    padding: 5px 0;
    min-height: 4em;
}

#piedpage {
    color: #fff;
    font-size: .9em;
}

    #piedpage a:link, #piedpage a:visited {
        color: #fff;
    }

    #piedpage #liens {
        float: left;
        width: 520px;
        margin-right: 7px;
        margin-top: 5px;
    }

    #piedpage #securise {
        background: url(../images/forms/cadenas.png) 0 0 no-repeat;
        padding-left: 25px;
        min-height: 18px;
    }

    #piedpage #support {
        display: inline-block;
        float: right;
    }

        #piedpage #support div {
            display: inline-block;
        }

    #piedpage .PiedPage {
        border-right: 1px solid #555353;
	    padding-right: 15px;
        margin-right: 15px;
    }

    #piedpage .PiedPage:last-child {
        border-right: none;
	    padding-right: 0px;
        margin-right: 0px;
    }

    #piedpage #infocsst {
        border-right: 1px solid #555353;
    }

        #piedpage #infocsst .contact {
            margin: 5px 15px 0;
            display: inline-block;
        }

    #piedpage #SupportTechnique {
        padding: 0;
        margin-left: 15px;
    }

    #piedpage #footer_utils {
        margin-top: .5em;
    }

#footer_utils li {
    border-left: 1px solid #555353;
}

.colForm {
    width: 676px;
    display: inline-block;
}

    .colForm .form_content {
        width: 640px;
        overflow: visible;
    }

        .colForm .form_content div.form_block {
            width: 620px;
        }

        .colForm .form_content .answer {
            width: 370px;
        }

.colInfo {
    display: inline-block;
    width: 280px;
    font-size: 13px;
}

    .colInfo .topBox {
        background: url(../images/forms/bulle_aide.png) 0 -10px no-repeat;
        margin: 0 0 0 24px;
        height: 10px;
    }

    .colInfo .box {
        margin: 5px 0 0 24px;
        padding: 5px 10px;
        overflow: hidden;
        border-left: 5px solid #cfcbc8;
        border-right: 5px solid #cfcbc8;
    }

        .colInfo .box .pointe_bulle {
            position: absolute;
            background: url(../images/forms/pointe_bulle_info.png) 0 0 no-repeat;
            width: 30px;
            height: 30px;
            margin-left: -40px;
            margin-top: 30px;
        }

        .colInfo .box h3 {
            margin: 5px 0;
            padding: 5px 0;
            border-bottom: solid 1px #555353;
        }

        .colInfo .box p {
            margin: 0;
        }

    .colInfo .endBox {
        background: url(../images/forms/bulle_aide.png) 0 -185px no-repeat;
        margin: 0 0 0 24px;
        height: 50px;
    }

    .colInfo .Telephone {
        font-size: 1.8em;
        color: #016b09;
    }

    .colInfo.top {
        vertical-align: top;
    }

.prev_next {
    margin: 0 0 35px;
}

    .prev_next a {
        padding: 12px 0px;
        margin-left: 24px;        
    }

        .prev_next a.transmettre {
            padding: 12px 20px;
            width: auto;
            font-weight: bold;
            font-size: 1em;
        }

        .prev_next a.next {
            background: #016b09 url(../images/forms/fleches.png) 100px -3px no-repeat;
            border: 2px solid #016b09 !important;
            color: #fff !important;
            font-weight: bold;
            font-size: 1em;
            padding-left: 5px;
            padding-right:25px;  
        }

        .prev_next a.acceder {
            width: auto;
            background-color: #016b09;
            background-image: none;
            padding: 12px 20px;
            border: 2px solid #016b09 !important;
            color: #fff !important;
            font-weight: bold;
            font-size: 1em;
        }

        .prev_next a.next:hover, .prev_next a.next:active, .prev_next a.next:focus {
            background: #fff url(../images/forms/fleches.png) 99px -173px no-repeat;
            border: 2px solid #016b09 !important;
            color: #016b09 !important;
        }

        .prev_next a.acceder:hover, .prev_next a.acceder:active, .prev_next a.acceder:focus {
            background-color: #fff;
            background-image: none;
            border: 2px solid #016b09 !important;
            color: #016b09 !important;
        }

        .prev_next a.prev {
            background: url(../images/forms/fleches.png) 2px -87px no-repeat;
            border: 2px solid #016b09;
            color: #016b09 !important;
            font-weight: bold;
            font-size: 1em;
            padding-left: 25px;
            padding-right:5px;  
        }

            .prev_next a.prev:hover, .prev_next a.prev:active, .prev_next a.prev:focus {
                background: #fff url(../images/forms/fleches.png) 2px -87px no-repeat;
                border: 2px solid #016b09;
                color: #016b09 !important;
                font-weight: bold;
            }

.message {
    margin: 25px 0;
}

h3.help {
    display: inline-block;
}

h4.help {
    display: inline-block;
}

button.aide_titre {
    background: url(../images/forms/aide_vert_AB.png) 0 2px no-repeat;
    position: absolute;
    width: 28px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 28px;
    border: 0;
    margin: 4px 0 10px;
}

 button.aide_titre:hover, button.aide_titre:active, button.aide_titre:focus {
        background: url(../images/forms/aide_vert_AB.png) 0 -26px no-repeat;
    }


p.aide_titre .help {
    background: url(../images/forms/aide_vert_AB.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 24px;
    border: 0;
}

p.aide_titre .help:hover, p.aide_titre .help:active ,p.aide_titre .help:focus {
    background: url(../images/forms/aide_vert_small_AB.png) 0 -24px no-repeat;
}

.form_content .aide_saisie.long {
    display: inline-table;
    max-width: 300px;
}

.aide_page {
    float: right;
    margin-top: 4px;
}

    .aide_page .help {
        background: url(../images/forms/ic_aide_gen_AB.png) 0 0 no-repeat;
        border: 0;
        height: 50px;
        width: 36px;
        position: relative;
        margin-left: -36px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 36px;
    }

        .aide_page .help:hover, .aide_page .help:active, .aide_page .help:focus {
            background: url(../images/forms/ic_aide_gen_AB.png) 0 -50px no-repeat;
            height: 50px;
            width: 36px;
            position: relative;
            margin-left: -36px;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 36px;
        }

button.aide_question, .form_content button.aide_question {
    background: url(../images/forms/aide_vert_small_AB.png) 0 0 no-repeat;
    position: relative;
    top: -4px;
    border: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 24px;
}

  button.aide_question:hover, button.aide_question:active, button.aide_question:focus, .form_content button.aide_question:hover, .form_content button.aide_question:active, .form_content button.aide_question:focus {
    background: url(../images/forms/aide_vert_small_AB.png) 0 -24px no-repeat;
    }


#popwin, #popwin #page {
    text-align: left;
    font-size: 1em !important;
    color: #2c2c2c;
}

#bodyPopwin #page {
    text-align: left;
    color: #2c2c2c;
}

.RadCaptcha input[type="text"] {
    margin-top: -4px;
    margin-left: 4px;
    width: 90px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.msg.exclamation {
    background: #e00000 url(../images/forms/ic_msg_exclamation.png) 4px 4px no-repeat;
    border-color: #e00000;
    color: #fff;
    font-weight: bold;
}

.form_content .answer.enDessous {
    overflow: hidden;
    width: 100%;
}

a.showOnFocus:focus {
    position: relative;
    left: 0;
}

a.showOnFocus {
    position: absolute;
    left: -9999px;
}

.lienExterne {
    padding-left: 5px;
}

ul.radio {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.radio li {
        background: 0;
        margin: 0;
        padding: 0;
    }

    ul.radio label {
        position: relative;
        top: -2px;
    }

    ul.radio.horizontale li {
        display: inline;
    }

    ul.radio.vertical li {
        line-height: 1.5em;
    }

.colForm .apps_content {
    width: 670px;
    overflow: hidden;
}

.apps_content {
    margin: 1em 0;
    padding: 1px;
    width: 930px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9a9a9a;
    overflow: visible;
    margin-top: 5px;
    -moz-box-shadow: 0 3px 0 #b9b9b9;
    -webkit-box-shadow: 0 3px 0 #b9b9b9;
    box-shadow: 0 3px 0 #b9b9b9;
}

.apps_title_block {
    height: 4em;
    margin: 0;
    padding: 0;
}

    .apps_title_block div {
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #016b09;
    }

    .apps_title_block h2 {
        margin: 0;
        padding: 0;
        width: 590px;
        color: #fff;
        background-color: #016b09;
    }

    .apps_title_block .title {
        padding: 0 8px;
        background-color: #016b09;
        color: #fff;
        border: 1px solid #016b09;
    }

    .apps_title_block .icn_block {
        height: 4em;
        width: 60px;
        border-right: solid #f6f6f6 1px;
        background-color: #2d8608;
    }

.navig_content {
    margin: 5px 0 5px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9a9a9a;
    overflow: visible;
    padding: 1px;
    -moz-box-shadow: 0 3px 0 #b9b9b9;
    -webkit-box-shadow: 0 3px 0 #b9b9b9;
    box-shadow: 0 3px 0 #b9b9b9;
}

    .navig_content h2 {
        background-color: #414141;
        margin: 0;
        padding: 0 10px;
        font-family: TheSansB3Light;
        font-size: 18px;
        min-height: 1.1em;
        font-weight: normal;
        color: #51a029;
    }

    .navig_content ul {
        padding: 15px;
        margin: 0;
    }

        .navig_content ul li {
            list-style: none;
            border-bottom: 1px solid #9a9a9a;
            padding: 7px 0 7px 15px;
            margin: 0;
            background: url(../images/common/puces.png) 0 .7em no-repeat;
        }

            .navig_content ul li.menu {
                background: url(../images/common/puces-up.png) 0 .7em no-repeat;
                font-weight: bold;
            }

            .navig_content ul li.collapse {
                background: url(../images/common/puces-down.png) 0 .7em no-repeat;
            }

            .navig_content ul li ul li {
                font-weight: normal;
            }

            .navig_content ul li:last-child {
                border-bottom: 0;
            }

.white {
    color: #fff;
}

.imprimerPage {
    float: right;
    background: url(../images/forms/icone_print.png) no-repeat;
    padding-left: 30px;
    padding-right: 0;
    height: 30px;
    border: 0;
    margin-top: -6px;
}

#menu_vertical {
    font-size: 1em;
    border: 0;
    margin: 20px 10px;
    padding: 0;
}

    #menu_vertical ul {
        list-style: none;
        border-top: 1px solid #b7b7b7;
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

        #menu_vertical ul li {
            margin: 0;
            padding: 1px 0;
            background: 0;
            border-bottom: 1px solid #b7b7b7;
        }

    #menu_vertical li label {
        display: inline-block;
        width: 218px;
        padding: 10px 18px 10px 10px;
    }

    #menu_vertical .menuService, #menu_vertical .menuService.collapse:hover {
        background: #e9e9e9;
    }

        #menu_vertical .menuService.collapse {
            background: #fff;
        }

    #menu_vertical li li a {
        padding: 3px 10px;
        display: inline-block;
    }

    #menu_vertical li li {
        border-bottom: 0;
    }

        #menu_vertical li li .menuService {
            background: #f5f5f5;
            border-top: 1px solid #b7b7b7;
        }

            #menu_vertical li li .menuService.collapse {
                background: #f5f5f5;
            }

        #menu_vertical li li:first-child .menuService {
            border-top: 0;
        }

    #menu_vertical .menuService > ul .menuService li a, #menu_vertical .menuService > ul .menuService li label {
        padding: 10px 18px 10px 10px;
    }

    #menu_vertical.menu_services_externes ul li.service_non_standard {
        background-position: right;
        text-align: right;
        background-image: url(../images/common/puces.png);
        background-repeat: no-repeat;
    }

    #menu_vertical.menu_services_externes ul li {
        padding: 10px 18px 10px 10px;
    }
/*Fix pour IE 7 */
.colForm, .colInfo, .apps_title_block div, #titre_formulaire #sectionInfoUser, #titre_formulaire #info_appls, #titre_formulaire #sectionInfoUser, #nav_tabs li, #nav_links li {
    +float:left;
}

.pointe_mes_services {
    +position:relative !Important;
}

.notification_block .description .right {
    +float:none;
}

h3.help {
    +display:inline;
}

#nav_out .liens ul, #nav_out .liens {
    +display:inline;
}
/* Fin fix IE7 */
.bouton_supprimer {
    background: url('../images/forms/delete.png') no-repeat;
    border: 0;
    width: 15px;
    height: 17px;
    vertical-align: middle;
    padding-bottom: 0;
}

.bouton_supprimer_desactive {
    background: url('../images/forms/delete.png') no-repeat;
    border: 0;
    width: 15px;
    cursor: default;
    height: 17px;
    vertical-align: middle;
    padding-bottom: 0;
}

.vertical .form_content .question {
    display: block;
    float: none;
    width: 100%;
}

.vertical .form_content .answer {
    float: none;
    margin-top: 3px;
    width: 100%;
}

.vertical p.prev_next {
    text-align: left;
}

h3.collapsable img {
    padding: 5px 0 0 10px;
}

.vertical p.prev_next a.next, .vertical p.prev_next a.prev, .vertical p.prev_next a.acceder, .vertical p.prev_next a.transmettre {
    margin-left: 0;
    margin-right: 24px;
}

.vertical .actions.align-right .btn.right {
    margin: 0 20px 20px 0;
}

.vertical .actions.align-right {
    text-align: left;
}

.vertical .form_content .actions.align-right {
    padding-left: 20px;
}

.vertical .form_content .actions.right {
    clear: both;
    float: left;
    margin: 5px 0;
}

.vertical .contenu p.top {
    text-align: left;
}

.colonnes .colGauche {
    width: 670px;
    display: inline-block;
}

.colonnes .colDroite {
    width: 270px;
    margin: 5px 0 0 12px;
    display: inline-block;    
    vertical-align: top;
}

.colonnes .colGauche .form_content {
    width: 640px;
    overflow: visible;
}

.colonnes #wrap_colonnes .colGauche .contenu {
    width: 670px;
    overflow: visible;
}

.colonnes .colGauche .form_content div.form_block {
    width: 600px;
}

.colonnes .colGauche .form_content .answer {
    width: 100%;
}

.vertical.colonnes .colGauche .form_content .answer {
    width: 100%;
}

#menuCNESST {
    background-color: black;    
    margin-bottom: 10px;
    margin-top: -10px;
    color: white;
    line-height: 30px;
    font-size: 1.2em;
    font-family: TheSansB2_300;
    font-weight: lighter;
    text-transform:uppercase ;
}

    #menuCNESST .col a.active::after {
        position: absolute;
        left: 49%;
        bottom: -5px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #50a129 transparent transparent;
    }

    #menuCNESST .col {
        width: 310px;
        display:inline-block;
        position:relative;
        min-height: 1px;
    }

        #menuCNESST .col a {          
            
            color: #fff;
            text-decoration: none;
            display: block;
            margin: 0 auto;            
            width: 100%;            
        }

            #menuCNESST .col > .active {
                background-color: #50a129;
                min-width: 100%;
                text-align : center;
            }

#logo svg {
    width: 80%;
}

.pop .form_content {
    width: 100%;
    background: 0;
    padding: 0;
}

    .pop .form_content div.form_block {
        width: 95%;
    }

    .pop .form_content .answer {
        width: 100%;
    }

#zoneEntreprise.contenu, #zoneSIDE.contenu {
    clear: both;
    min-height: 40px;
    margin: 15px auto;
}

#zoneEntreprise #labelZoneEntreprise, #zoneSIDE #labelZoneSIDE {
    padding-left: 15px;
    display: inline-block;
}
#SaisieCodeAccesEtCourriel .courriel {
    width:300px;
}
@media \0screen\,screen\9 {
    span.error {
        display: block;
        width: 95%;
    }
}

@media print {
    .prev_next {
        display: none;
    }

    body {
        color: #000;
        padding: 0;
        text-align: left;
    }

    #page {
        font-size: 11pt;
    }

    #page, #main {
        width: auto;
        overflow: visible;
    }

    h1 {
        margin: .5em 0 0;
    }

    a {
        color: #000 !important;
    }

    #header {
        background: 0;
        width: auto;
    }

    #logo {
        padding: 0;
    }

    #content {
        padding: 0;
    }

    .col2, .col3 {
        float: none;
        margin: 1em 0;
        width: auto;
    }

    .right {
        margin: 0 0 20px 20px;
    }

    #zone1 {
        display: none;
    }

    #titre_formulaire.large {
        color: #2c2c2c;
        background: #fff;
    }

    #titre_formulaire h1 {
        color: #2c2c2c;
    }

    #titre_formulaire #info_user {
        background-color: #fff;
    }

    #titre_formulaire .hyperlienbarre {
        display: none;
    }

    #navigation.large {
        display: none;
    }

    #main {
        position: inherit;
    }

        #main .large {
            background: #fff;
            color: #2c2c2c;
            display: inline-block;
        }

    .form_content {
        background: #fff;
        border: 0;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -box-shadow: none;
    }

        .form_content h3.help {
            margin-left: 0;
        }

    .btn {
        display: none;
    }

    #liste_liens, #securise {
        display: none;
    }

    #piedpage .large {
        background: #fff;
        color: #2c2c2c;
    }

    .page_break_after {
        page-break-after: always;
    }

    #popwin {
        left: 0;
        top: 0;
        position: absolute;
    }

    .pop .form_content {
        background: #fff;
    }

    #main.PopBrouillon, div#piedpage.PopBrouillon {
        display: none;
    }

    .PopBrouillon p.required_legend {
        display: none;
    }

    div.ui-dialog.PopBrouillon {
        border: 0;
    }

    .PopBrouillon div.msg.info {
        display: none;
    }

    .PopBrouillon h3 {
        display: none;
    }

        .PopBrouillon h3.PopBrouillon {
            display: inline-block;
        }

    .PopBrouillon div.form_content div.form_block {
        display: none;
    }

        .PopBrouillon div.form_content div.form_block.PopBrouillon {
            display: inline-block;
        }

        .PopBrouillon div.form_content div.form_block div.question {
            display: none;
        }

    .PopBrouillon div.form_content input {
        display: none;
    }

        .PopBrouillon div.form_content input.PopBrouillon {
            display: inline;
            border: 0;
        }

    .PopBrouillon div.form_content div.form_block label {
        display: none;
    }

    .PopBrouillon .form_content {
        box-shadow: none;
    }

    .PopBrouillon .ui-dialog-titlebar {
        display: none;
    }
    .PopBrouillon span.error {display:none}
    div#menuCNESST.PopBrouillon, div#zoneEntreprise.PopBrouillon, div#zoneSIDE.PopBrouillon, div#liensClienteles.PopBrouillon{display:none}
    .PopBrouillon #SaisieCodeAccesEtCourriel .courriel {width:100%;}
    .PopBrouillon .pop a{display:none}
}

@media screen {
    .right {
        float: right;
        margin: 0 0 20px 20px;
    }
}

/*modifs*/
/*2019-12-17 12:42*/
.hide {
    display: none;
}

#header .liens {
    margin-top: 20px;
    display: inline-block;
}

#logo {
    padding-top: 8px;
    margin-bottom: 200px;
    padding-bottom: 200px;
    float: left;
    width: auto;
    height: auto;
    font-size: 2.2rem;
}

    #logo img {
        width: 210px;
        height: 80px;
    }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#navigation.large ul li {
    position: relative;
    border-bottom: 0;
    border-top: 0;
    top: 1px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge-pill {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    border-radius: 10rem;
}

.badge-primary {
    font-weight: normal;
    background-color: #006c08;
    line-height: 1.5;
    min-width: 1rem;
    margin-top: 0;
    margin-left: 0.5rem;
}

.link_label {
    position: relative;
    top: 2px;
}

.nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin: 0 0.25rem;
    font-size: inherit;
    padding: 0;
    list-style: none;
    -webkit-column-break-inside: inherit;
    page-break-inside: inherit;
    break-inside: auto;
}

#nav_tabs li.nav-item.item6 {
    min-width: 6.2rem;
    padding-right: 0;
}

.action_block .lien {
    padding: 4px 0px;
}

.action_block .action_block button.btn {
    margin-left: 0 !important;
}

.action_block .action_block {
    margin-top: 10px;
    padding-left: 0;
    padding-bottom: 5px;
}

.commentaires .icn_block {
    background-image: Url(../images/common/portevoix.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 49px 47px;
}

.apps_title_block .title h2,
.apps_title_block .title2 h2 {
    margin-top: 2px;
}

.apps_title_block button.aide_titre {
    margin-bottom: 0px;
}

table.list.suivi {
    table-layout: fixed;
    width: 670px;
    margin: 0 0;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
}

    table.list.suivi tbody,
    table.list.suivi thead {
        display: block;
        float: left;
    }

    table.list.suivi tr {
        background-color: #fff;
    }

    table.list.suivi tbody {
        overflow-y: scroll;
        overflow-x: hidden;
    }

        table.list.suivi tbody tr {
            margin-top: -1px;
        }

    table.list.suivi th.sort.down {
        background-position-x: right !important;
    }

    table.list.suivi thead tr {
        padding-right: 2px;
        background-color: #d9d9d9;
    }

    table.list.suivi tr td:nth-child(1),
    table.list.suivi tr th:nth-child(1) {
        width: 3.2rem !important;
        min-width: 3.2rem !important;
        max-width: 3.2rem !important;
        padding-right: 0rem;
        position: relative;
    }

    table.list.suivi th.sort {
        ;
    }

        table.list.suivi tr td:nth-child(1) a,
        table.list.suivi th.sort input[type="image"] {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            padding: 0.2rem 0.3rem 0.1rem 0.5rem;
            position: absolute;
            top: 0.2rem;
            left: 0.75rem;
        }

        table.list.suivi th.sort input[type="image"] {
            top: 0.4rem;
        }

_:-ms-fullscreen,
:root table.list.suivi th.sort input[type="image"] {
}

_:-ms-fullscreen,
:root table.list.suivi th.sort {
    /*overflow: hidden;*/
    /*border: 2px solid #696969;*/
    /*padding: 0.1rem 0.2rem 0.1rem 0.4rem;*/
    position: relative;
    left: -1px;
}


table.list.suivi th:nth-child(2),
table.list.suivi tr td:nth-child(2) {
    width: 0.35rem !important;
    min-width: 0.35rem !important;
    max-width: 0.35rem !important;
    position: relative;
    padding: 0.5rem;
    font-size: 10%;
}

table.list.suivi tr th:nth-child(2) {
    position: relative;
    left: -1px;
    padding-right: 0.55rem;
    background-color: transparent;
}

table.list.suivi tr td:nth-child(2) input[type="checkbox"] {
    margin: 0 !important;
    position: absolute;
    top: 0.8rem;
    left: 0.35rem;
}

.maquette table.list.suivi tr td:nth-child(2) input[type="checkbox"] {
    top: 0.75rem;
    left: 0.3rem;
}

table.list.suivi tr th:nth-child(3),
table.list.suivi tr td:nth-child(3) {
    width: 4.4rem !important;
    min-width: 4.4rem !important;
    max-width: 4.4rem !important;
    padding-right: 0.4rem !important;
}

table.list.suivi tr th:nth-child(3) {
    padding-right: 0.3rem !important;
}

table.list.suivi tr th:nth-child(4),
table.list.suivi tr td:nth-child(4) {
    min-width: 18.3rem !important;
    width: 18.3rem !important;
    max-width: 18.3rem !important;
}

table.list.suivi tr th:nth-child(5),
table.list.suivi tr td:nth-child(5) {
    width: 4.5rem !important;
    min-width: 4.5rem !important;
    max-width: 4.5rem !important;
}

.maquette table.list.suivi tr th:nth-child(6) {
}

.maquette table.list.suivi tr th:nth-child(6) {
    border-right-width: 1px;
}

table.list.suivi tr th:nth-child(6) {
    border-right-width: 1px;
    width: 5.5rem !important;
    min-width: 5.5rem !important;
    max-width: 5.5rem !important;
}



table.list.suivi.noScroll tbody {
    overflow-y: unset;
    overflow-x: hidden;
}



/*ie 11 hack*/

_:-ms-fullscreen,
:root table.list.suivi.noScroll tr th:nth-child(2) {
    padding-right: 0.5rem !important;
}

_:-ms-fullscreen,
:root table.list.suivi.noScroll tr th:nth-child(3) {
    padding-right: 0.4rem !important;
}


_:-ms-fullscreen,
:root table.list.suivi.noScroll tr th:nth-child(6) {
    padding-right: 0.6rem !important;
    width: 5.5rem !important;
}

_:-ms-fullscreen,
:root #logo img {
    width: 210px;
    height: 80px;
}

_:-ms-fullscreen,
:root table.list.suivi tr td:nth-child(2) input[type="checkbox"] {
    left: 0.25rem;
}

_:-ms-fullscreen,
:root table.list.suivi tr th:nth-child(1) {
    left: -1px;
    border-left-width: 4px !important;
    width: 3.05rem !important;
    min-width: 3.05rem !important;
    max-width: 3.05rem !important;
    padding-right: 1px;
    border-bottom-width: 1px;
    border-top-width: 2px;
    border-right-width: 1px;
    top: -1px;
}

_:-ms-fullscreen,
:root table.list.suivi tr th:nth-child(2) {
    padding-right: 0.45rem !important;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    background-color: transparent;
}

_:-ms-fullscreen,
:root table.list.suivi tr th:nth-child(3) {
    padding-right: 0.45rem !important;
}

_:-ms-fullscreen,
:root table.list.suivi thead tr {
}

_:-ms-fullscreen,
:root table.list.suivi tr th:nth-child(6) {
    padding-right: 0.65rem !important;
    width: 5.5rem !important;
    min-width: 5.5rem !important;
    max-width: 5.5rem !important;
}

/* /ie 11 hack*/


table.list.suivi.noScroll tr td:nth-child(6) {
    width: 8.15rem !important;
    min-width: 8.15rem !important;
    max-width: 8.15rem !important;
}

input[role="checkbox"] {
    padding: 0;
    margin-left: 0;
}

table.list.suivi tr th a {
    padding: 0.5rem 0.1rem 0.5rem 0.1rem !important;
    display: block;
    width: 99%;
    margin-left: -0.1rem;
}

.title, .title2 {
    position: relative;
}

/*ie 11 hack*/


.h-group {
    position: relative;
}

    .h-group div h2,
    .h-group h2 {
        display: inline-block;
    }

.apps_title_block {
    background-color: #016b09;
}

    .apps_title_block .title,
    .apps_title_block .title2 {
        padding: 0 8px;
        background-color: transparent;
        color: #fff;
        border: 0px;
        position: relative;
    }

.h-group div h2 {
    margin-bottom: 0 !important;
    width: auto;
    margin-left: 0.5rem;
}

    .h-group div h2 ~ .aide_titre {
        top: 0.3rem;
    }

.apps_title_block h2 {
    margin: 3px 0 0 0.5rem;
}

.h-group div .aide_titre {
    position: absolute;
    right: -1.25rem;
    margin-top: 0.4rem;
}

.apps_title_block .h-group div .aide_titre {
    position: absolute;
    right: -2.25rem;
    margin-top: -0.5rem;
    padding: 1rem;
    background-position: center;
}

.h-group.mes_service {
    background-color: #414141;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .h-group.mes_service div .aide_titre {
        position: absolute;
        right: 0.5rem;
        margin-top: 8px !important;
    }

#menu_vertical li .menuService {
    position: relative;
    width: auto;
    display: block;
    padding-right: 1.5rem;
}

    #menu_vertical li .menuService img {
        display: none;
    }

    #menu_vertical li .menuService::after,
    #menu_vertical li .menuService.collapse::after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/common/menu_up_fonce.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 2rem;
        width: 3rem;
        content: "";
    }

    #menu_vertical li .menuService.collapse::after {
        background-image: url("../images/common/menu_droite_fonce.png");
    }

#piedpage #liens {
    float: left;
    width: 600px;
    margin-right: 7px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#piedpage .assistance {
    width: auto;
    margin-top: 8px;
    padding: 8px 0 8px 0;
    margin-right: 0rem;
}

.assistance button {
    border: none;
    background-color: #016b09;
    color: #fff;
    position: relative;
    height: 24px;
    padding-left: 35px;
    font-size: 18px;
    margin-right: 15px;
}

    .assistance button::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/common/fa-phone.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px;
        height: 24px;
        width: 24px;
        content: "";
        background-color: inherit;
    }

#navigation.large {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px;
}

#nav_tabs li.courant,
#nav_links li.courant {
    background-color: #e5e5e5;
    color: #016b09;
    border-bottom: 2px solid #e5e5e5;
    border-bottom: 0;
    border-left: 2px solid #696969;
    border-right: 2px solid #696969;
}

#main,
#titre_formulaire,
#navigation {
}

#navigation {
    margin-top: 0 !important;
}

#navigation,
.maquette #navigation {
    margin-top: -6px !important;
}

.maquette #main {
    margin-top: -6px !important;
}

#titre_formulaire #navigation {
    margin-bottom: 0 !important;
}

[role="banner"] #LigneMonEspace ~ #liensClienteles {
    width: auto;
    padding-top: 0;
}

[role="banner"] #liensClienteles ul {
    float: right;
    max-width: 70rem;
    margin-left: 1.2rem;
}

[role="banner"] #LigneMonEspace ~ #liensClienteles {
    margin-top: 12px;
}

    [role="banner"] #LigneMonEspace ~ #liensClienteles ~ .liens {
        margin-top: 9px;
        margin-left: 0;
    }

#header .liens li:last-child {
    padding-left: 0;
}

#header #liensClienteles {
    float: right;
    margin-top: -9px;
}

#header #LigneMonEspace ~ #liensClienteles {
    float: left;
    width: 645px;
    max-height: 32px;
    padding: 0 !important;
}

[role="banner"] #LigneMonEspace ~ #liensClienteles ~ .liens ul,
[role="banner"] #LigneMonEspace ~ #liensClienteles ~ .liens ul li {
}

#piedpage #securise {
    background: none;
    position: relative;
    margin-left: 10px;
}

    #piedpage #securise:before {
        display: block;
        position: absolute;
        left: 5px;
        top: -2px;
        background-image: url(../images/forms/cadenas.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 16px;
        width: 15px;
        height: 16px;
        content: "";
        background-color: inherit;
    }

#banner #header {
    margin-top: -7px;
}

#header #logo {
    margin-top: -13px;
    margin-bottom: 29px;
    padding-bottom: 0;
    max-height: 52px;
}

#banner #logo {
    margin-bottom: 20px;
}

/* bannière avec logo CNESST*/
#header.bannerCNESST #logo,
#header.bannerCNESST2 #logo {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 1px;
    margin-left: -25px;
}

    #header.bannerCNESST #logo a img,
    #header.bannerCNESST2 #logo img {
        display: block;
        height: 60px;
        padding: 0 !important;
        margin: 0 !important;
    }

#header.bannerCNESST #LigneMonEspace {
    padding: 0 !important;
    width: auto;
    height: auto;
}

#menuCNESST + #header.bannerCNESST #LigneMonEspace {
    min-height: 2rem;
}


#menuCNESST + #header.bannerCNESST #liensClienteles .lien_user {
    padding: 0 !important;
    position: relative;
    right: -40px
}


#header.bannerCNESST div.liens:last-of-type {
    position: relative;
    right: -25px;
}
/* / bannière avec logo CNESST*/


#piedpage .large {
    padding: 15px 0;
    margin-bottom: -10px;
}

    #piedpage .large .contenu #liens {
        margin-left: 15px;
    }

.apps_title_block div {
    border: none;
}

.apps_content,
.navig_content {
    margin-bottom: 1.25rem;
}

#menu_vertical .asm li.mt-avant {
    margin-top: 0.4rem;
}

#menu_vertical .asm li.mt-apres {
    margin-bottom: 0.4rem;
}

.navig_content h2 {
    color: #fff;
}

.navig_content button.aide_titre,
.navig_content button.aide_titre:hover,
.navig_content button.aide_titre:active,
.navig_content button.aide_titre:focus {
    background: url(../images/common/aide_blanc_small.png) 1px 1px no-repeat;
    margin-top: 5px;
}

#logo a img,
#logo img {
    padding: 5px 5px 0 5px;
}

#logo {
    margin-left: -5px;
}

#header #zone1 {
    margin-right: -5px;
    width: 750px;
}

body {
    margin: 0;
    padding: 0;
}

#titre_formulaire.large {
    margin-top: 14px;
    font-size: inherit;
}

#header .liens ul {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

#header .liens li {
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

    #header .liens li a {
        padding: 5px;
        font-weight: normal;
    }

#skip:focus {
    background-color: #006c08;
    line-height: 1.3rem;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    left: 0;
    margin-top: -9px;
    border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
}

#page {
    margin: 10px 0 0 0;
    padding-bottom: 0;
}

.h1 {
    line-height: 1;
    margin: .5em 0;
    font-family: TheSansB3Light;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 4px;
    padding-right: 1em;
    color: #016b09;
}

#espace {
    padding-top: 13px !Important;
}

#header #zone1,
#header .liens li a,
#info_user a,
#titre_formulaire.large,
#titre_formulaire #sectionInfoUser,
#navigation.larg {
    font-size: inherit !important;
}

    #titre_formulaire.large .h1 {
        font-size: inherit !important;
        color: inherit;
        line-height: inherit;
        font-family: inherit;
        font-weight: inherit;
        margin-bottom: inherit;
        padding-right: 0;
    }

#main .large {
    padding-bottom: 2em;
}

[role=banner] #LigneMonEspace ~ #liensClienteles ul {
    margin-top: 8px !important;
}

#espace {
    margin-top: 0.3rem !important;
}

.maquette #espace {
    margin-top: 0 !important;
}

.suivi td[colspan="6"] {
    border: none;
}

.suivi tbody {
    background-color: #fff;
    min-width: 100%
}

.suivi .spaceless.center.colCheck {
    width: 26px !important;
}


#logo svg {
    width: 170px !important;
    padding: 0.75rem 0;
}

.bannerCNESST #zone1 {
    position: relative;
    top: 0;
}

#menuCNESST + .bannerCNESST #zone1 {
    position: relative;
    top: 1.5rem;
}

.bannerCNESST #logo {
    position: relative;
    bottom: 0;
}

#menuCNESST + .bannerCNESST #logo {
    position: relative;
    top: 0;
}

#menuCNESST + .bannerCNESST #liensClienteles {
    position: relative;
    bottom: 1.5rem;
}

/* ajustement pour bannière type 2*/
#header.b2 #zone1 {
    margin-right: -5px;
    width: 750px;
    padding-top: 54px;
    float: right;
}

#header.b2 #logo {
    margin-top: -8px;
    margin-bottom: 31px !important;
    padding-bottom: 0;
    max-height: 52px;
}
/* / ajustement pour bannière type 2*/
/* ajustement pour bannerCNESST type 2*/

#header.bannerCNESST.b2 {
    padding: 0;
    margin-top: -0.4rem
}

    #header.bannerCNESST.b2 #zone1 {
        padding-top: 38px;
        right: -0.8rem
    }

    #header.bannerCNESST.b2 #logo {
        bottom: -1.1rem;
    }

    #header.bannerCNESST.b2 div.liens:last-of-type {
        position: relative;
        right: 1rem;
    }
/* / ajustement pour bannerCNESST type 2*/
#header {
    position: relative;
}

    #header div.liens:last-of-type {
        position: relative;
        right: 1rem;
    }

    #header #zone1 {
        position: relative;
        right: -1rem;
    }

#piedpage #support {
    padding-right: 7.5rem;
    background-position: right 0rem center;
    background-size: 6.25rem 4rem;
    background-repeat: no-repeat;
    background-image: url(../images/common/logo_cnesst_blanc.svg);
}

#piedpage .assistance {
    width: auto;
    margin-top: 8px;
    padding: 8px 0 8px 0;
    margin-right: -1rem;
    padding-bottom: 1rem
}

#piedpage #SupportTechnique .contact p.nom_contact {
    margin-top: 0.3rem;
}

#piedpage #SupportTechnique {
    position: relative;
    top: -0.5rem;
    margin-top: 0.7rem;
}