﻿﻿/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/

/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/



/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

#footer-sig{
    background: url(./img/backgrounds/page-footer.png) no-repeat left bottom;
    height: 185px;
    border-top-width: 1px;
    border-top-color: rgb(222, 220, 220);
    border-top-style: solid;
    padding-top: 10px;
}



/* Clearing Floats
***************************************************************/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

body {
    line-height: 1;
    font-size: 81.3%;
    color: #434343;
    background: #fff;
    font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: .6em 0;
}

h1 {
    font-size: 1.308em;
}

h2 {
    font-size: 1.231em;
}

h3 {
    font-size: 1.154em;
}

h4 {
    font-size: 1.077em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

/* Aside Headings */
aside h1 {
    font-size: 1.154em;
}

aside h2 {
    font-size: 1.077em;
}

aside h3 {
    font-size: 1em;
}

aside h4 {
    font-size: 1em;
}

aside h5 {
    font-size: 1em;
}

aside h6 {
    font-size: 1em;
}

/* Lists */
li ul,
li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 1.5em;
    line-height: 1.538em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

/* Text elements */
p {
    margin: 0 0 1em;
    line-height: 1.538em;
}

    p img.left {
        float: left;
        margin: 0.923em 0.923em 0.923em 0;
        padding: 0;
    }

    p img.right {
        float: right;
        margin: 0.923em 0 0.923em 0.923em;
    }

a:focus,
a:hover {
    text-decoration: underline;
}

a {
    color: #5f97af;
    text-decoration: none;
}

blockquote {
    margin: 0.923em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 0.923em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 0.923em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form {
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.231em;
    font-weight: normal;
    border: none;
}

fieldset {
    padding: 6px 0 0;
    margin: 0 0 12px 0;
    border: 0px solid #dbdbdb;
}

label {
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}

    label.forcheckbox {
        margin: 0 0 0 .4em;
        display: inline;
    }

input[type="text"], input[type="password"] {
    display: block;
    padding: 0.3em;
}

input[type="checkbox"] {
    margin: .2em 0 1.2em 0;
}

fieldset ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    fieldset ol li {
        margin: 0 0 6px 0;
    }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display: inline;
}

    form.inline fieldset {
        margin: 0;
    }

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight: normal;
}

label span {
    font-weight: normal;
}

label input {
    vertical-align: text-top;
}

.hint {
    display: block;
    font-size: 0.846em;
    color: #999;
    margin-top: 3px;
    padding: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    font-family: inherit;
    padding: 3px;
    border: 1px solid #bdbcbc;
    font-family: inherit;
    font-size: inherit;
}

input.text, input.textMedium, input.text-box {
    line-height: 1.2em;
}
    /*Are we using the two classes below?*/
    input.text-small, input.text.small {
        width: 4em;
    }

    input.textMedium, input.text.medium {
        width: 26em;
    }

select {
    padding: 1px;
}

    select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
        border-color: #666d51;
    }

input.check-box {
    margin-left: 0;
    vertical-align: -.1em;
}

input.large.text, textarea, fieldset {
    clear: both;
}

textarea {
    min-height: 8em;
}

/* Structure
***************************************************************/
#layout-wrapper {
}

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    width: 982px;
    margin: 0 auto;
}

/* Navigation */
#layout-navigation {
    width: 982px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #dbdbdb;
}

/*nav {
    background: -moz-linear-gradient(center top , #2499CC 0px, #26A3D9 8%, #33A9DB 15%, #26A3D9 36%, #259DD0 50%, #1F86B2 50%, #2396C7 100%) no-repeat scroll 0% 0% transparent;
border: 1px solid #005082;
margin: 0px auto;
position: relative;
z-index: 100;
font-size: 0px;
text-align: left;
}*/
nav ul {
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

    nav ul li {
        /*border: 1px solid #dbdbdb;*/
        /*background: #FFF;*/ /* #f6f6f6;*/
        display: block;
        margin: 0 2px -1px 0;
        z-index: 99;
    }

nav > ul li.current {
    /*border-bottom: 1px solid #fff;
    background: #fff;*/
    /*color: #FFF;*/
    /*background: #E0691A url(img/bar.gif) repeat-x;*/
}

nav ul li a {
    padding: 0 18px;
    display: block;
    color: #333;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}


/* first level */
nav > ul > li {
    float: left;
    z-index: 100;
}

    nav > ul > li > a {
        float: left;
    }

    nav > ul > li:hover > ul {
        display: block;
    }

    nav > ul > li:hover {
    }

    /* second level */
    nav > ul > li > ul {
        margin: 24px 0px 0px -1px;
        padding: 0px;
        display: none;
        position: absolute;
        border: 1px solid #dbdbdb;
    }

        nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0px;
            border: none;
        }

            nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
            }

            nav > ul > li > ul > li:hover > a {
            }

            nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            nav > ul > li > ul > li > ul {
                margin: -20px -1px 0px 90%;
                padding: 0px;
                display: none;
                position: absolute;
                border: 1px solid #dbdbdb;
            }

                nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0px;
                    border: none;
                }

                    nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                    }

                    nav > ul > li > ul > li > ul > li:hover > a {
                    }

                /* deeper levels */
                nav > ul > li > ul > li > ul ul {
                    display: none;
                }

/* Breadcrumb */
nav ul.breadcrumb {
    border: none;
    display: inline-block;
    margin: -9px;
}

    nav ul.breadcrumb li {
        border: none;
        background: none;
        display: block;
        margin: 0 2px -1px 0;
    }

        nav ul.breadcrumb li:after {
            content: ">";
        }

        nav ul.breadcrumb li.last:after {
            content: "";
        }

        nav ul.breadcrumb li a {
            padding: 0 9px;
            display: block;
            color: #5F97AF;
            font-size: 100%;
        }

            nav ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

#layout-header {
}

#branding {
    display: none;
    font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2.9em;
    padding: 0;
    margin: 0;
}

    #branding a {
        text-decoration: none;
        color: #434343;
    }

#layout-navigation {
}

#layout-featured {
}

#layout-before-main {
}

#layout-main {
}

#aside-first {
}

#layout-content {
}

#messages {
}

#before-content {
}

#content {
}

#after-content {
}

#aside-second {
}

#layout-after-main {
}

#layout-tripel {
}

#tripel-first {
}

#tripel-second {
}

#tripel-third {
}

#layout-footer {
}

#footer-quad {
}

#footer-quad-first {
}

#footer-quad-second {
}

#footer-quad-third {
}

#footer-quad-forth {
}

#footer-sig {
}

/* Zones */
.zone {
    padding: 12px;
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
}

.zone-header {
    padding: 0px 0 15px 0px;
    position: relative;
}

.zone-navigation {
    padding: 0;
}

.zone-featured {
}

.zone-before-main {
}

.zone-aside-first {
}

.zone-messages {
}

.zone-before-content {
}

.zone-content {
}

.zone-after-content {
}

.zone-aside-second {
}

.zone-after-main {
}

.zone-tripel-first {
}

.zone-tripel-second {
}

.zone-tripel-third {
}

.zone-footer-quad-first {
}

.zone-footer-quad-second {
}

.zone-footer-quad-third {
}

.zone-footer-quad-fourth {
}

.zone-footer {
    color: #999999;
}



/* Main
***************************************************************/

/* Content lists and details */
.content-description {
    font-size: 1.154em;
}

.content-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .content-items li {
        padding: 0;
        margin: 0;
    }

    .content-items .content-item {
        border-top: 1px solid #dbdbdb;
        padding: 6px 0 6px 0;
    }

        .content-items .content-item header {
        }

            .content-items .content-item header h1 {
                font-size: 1.308em;
                color: #434343;
            }

                .content-items .content-item header h1 a {
                    color: #434343;
                }

                    .content-items .content-item header h1 a:hover {
                    }

/* Tags */
.tags {
    margin-top: 12px;
}

    .tags a {
        background-color: #dbdbdb;
        padding: 3px 6px;
        color: #434343;
    }

        .tags a:hover {
            background-color: #434343;
            color: #fff;
        }

/* Metadata */
.metadata {
    margin: 0 0 12px 0;
    color: #999;
    font-size: 0.846em;
}

    .metadata .published {
        display: inline;
        margin: 0 6px 0 0;
    }

    .metadata .comment-count {
        display: inline;
    }

.meta {
}

/* Comments */
#comments {
    margin: 24px 0 0 0;
    padding: 0;
}

.comment-form {
    margin: 24px 0 0 0;
    padding: 0;
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments li {
        margin: 12px 0 0 0;
        padding: 12px;
        border: 1px solid #dbdbdb;
    }

.comment {
    margin: 0;
    padding: 0;
}

    .comment h4 {
        font-size: 1.077em;
    }

    .comment .who {
    }

    .comment .what {
    }

    .comment .reply {
        float: right;
    }

    .comment #add-comment {
    }

.comment-form #comment-by {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}

.comment-form .comment-text {
    width: 33.2em;
}

.comment-form input[type="text"] {
    width: 32em;
}

.comment-form li {
    border: inherit;
    margin: inherit;
    padding: inherit;
}

.comment-disabled {
}

.comment-count {
    font-size: 1.231em;
}

/* Confirmations */
.message, .validation-summary-errors {
    margin: 10px 0 4px 0;
    padding: 4px;
}

.messages a {
    font-weight: bold;
}

.message-Information {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.critical.message, .validation-summary-errors, .message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content {
    float: right;
    width: 600px;
}

.aside-1 .aside-first {
    float: left;
    width: 360px;
}

/* If zone 2 is on */
.aside-2 #layout-content {
    float: left;
    width: 600px;
}

.aside-2 .aside-second {
    float: right;
    width: 360px;
}

/* If zones 1, 2 are on */
.aside-12 #layout-content {
    width: 600px;
}

.aside-12 .aside-first, .aside-12 .aside-second {
    width: 180px;
}

.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content {
    float: left;
}

/* Tripel Zones*/
#layout-tripel > div {
    float: left;
    width: 960px;
}

/*2 zones on */
.tripel-12 #layout-tripel > div {
    width: 480px;
}
/* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div {
    width: 480px;
}
/* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div {
    width: 480px;
}
/* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div {
    width: 320px;
}
/* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div {
    float: left;
    width: 240px;
}


/*1 zone on */
.split-1 #footer-quad-first {
    width: 960px;
}
/* If zone 1 is on */
.split-2 #footer-quad-second {
    width: 960px;
}
/* If zone 2 is on */
.split-3 #footer-quad-third {
    width: 960px;
}
/* If zone 3 is on */
.split-4 #footer-quad-fourth {
    width: 960px;
}
/* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second {
    width: 480px;
}
/* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third {
    width: 480px;
}
/* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth {
    width: 480px;
}
/* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third {
    width: 480px;
}
/* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth {
    width: 480px;
}
/* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth {
    width: 480px;
}
/* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second {
    width: 480px;
}
/* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first {
    width: 480px;
}
/* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth {
    width: 480px;
}
/* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third {
    width: 480px;
}
/* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*/ /* If zones 2, 3, 4 are on */



/* Widgets
***************************************************************/
.widgets {
}

.widget h1 {
    font-size: 1.077em;
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
    position: relative;
    border: 1px dotted #5f97af;
}

    .widget-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .widget-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .widget-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Content Mode */
.content-control {
    border: 1px dotted #5f97af;
    overflow: auto;
    position: relative;
}

    .content-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .content-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .content-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

.widget-rechercherwidget {
    background: url(./img/backgrounds/input-search.jpg) no-repeat left top;
    height: 23px;
    width: 265px;
    margin: 14px 165px 0px 0px !important;
    padding: 0px 0px 0px 2px;
    display: block;
}

    .widget-rechercherwidget fieldset {
        padding: 0px;
    }

    .widget-rechercherwidget input  {
        border: 0px;
        color: #19BECB;
        font: bold 10px verdana;
        height: 14px;
        width: 188px;
        margin-top: 4px;
        padding: 0px;
    }

    .widget-rechercherwidget button, .widget-rechercherwidget button:hover, .widget-rechercherwidget button:active, .widget-rechercherwidget button:focus {
        background: url(./img/backgrounds/send.jpg) no-repeat left top;
        text-indent: -9999PX;
        border: 0PX;
        height: 23px;
        width: 32px;
        float: left;
        margin: 0px;
    }

.widget-logo {
    float: left;
}

.widget-headermenutitle {
    float: right;
}


    .widget-headermenutitle nav > ul > li {
        float: left;
        border: 0px;
        border-left: #18beca 1px solid;
        background-color: white;
    }

        .widget-headermenutitle nav > ul > li.first {
            border: 0px;
        }


.widget-footermenutitle {
    float: left;
}


    .widget-footermenutitle nav > ul > li {
        float: left;
        border: 0px;
        border-left: #9D9D9D 1px solid;
        color: #939393;
        background-color: white;
    }

        .widget-footermenutitle nav > ul > li.first {
            border: 0px;
            margin-left: -20px;
        }

        .widget-footermenutitle nav > ul > li a {
            color: #9D9D9D;
            font-size: 13px;
        }

.widget-googlemap {
    float: left;
    margin-left: 10px;
    margin-top: -15px;
}

    .widget-googlemap h2 {
        font-size: 27px;
        color: #E94E1B;
        font-weight: normal;
        font-family: "Antic Slab";
        margin: 15px 0px 15px 0px;
    }

    .widget-googlemap address {
        margin: 0px 0px 10px 0px;
        font-style: italic;
        font-size: 15px;
    }


.widget-contactform {
    float: left;
}

.widget-listeregies {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
}

    .widget-listeregies .four-columns {
    }

        .widget-listeregies .four-columns h2 {
            font-family: "Antic Slab";
            font-weight: normal;
            font-size: 20px;
            margin: 0;
            padding: 5px;
            background: #F27D18;
            color: #fff;
        }

        .widget-listeregies .four-columns .submenu {
        }


        .widget-listeregies .four-columns .panel {
            border: solid 1px #e6e6e6;
            margin: 0 0 22px 0;
            padding-left: 0;
            padding-right: 0;
        }

        .widget-listeregies .four-columns .submenu ul {
            margin: 0;
            padding: 0;
            list-style: none;
            line-height: 1.6;
        }
             
			 
			 
            .widget-listeregies .four-columns .submenu ul li a {
                display: block;
                padding: 5px 5px 5px 20px;
                text-decoration: none;
            }
            
                .widget-listeregies .four-columns .submenu ul li a:hover {
                    background: #F4FAFB;
                }

                .widget-listeregies .four-columns .submenu ul li a.active {
                    background: #52AED5;
                    color: #fff;
                }

            .widget-listeregies .four-columns .submenu ul li {
                margin: 0;
                padding: 0;
                font-size: 14px;
				border-top: solid 1px #e6e6e6;
            }

			
.widget-PrestataireConvention{		
    position: relative;
	overflow-y: auto;
	height: 625px;
	
	}
.widget-PrestataireConvention table,tbody, tr, th, td {
    border: 1px solid black;
}

.widget-PrestataireConvention tr, th, td {
    padding: 9px 3px;
    text-align: center;
}

.widget-PrestataireConvention .alt {
    background-color: #F9E8D6;
}

/****Page
*********************************/
.page header h1 {
height: 32px;
clear: both;
background: url(img/backgrounds/back_blue.png) no-repeat center left;
color: #444;
padding: 0px 0 4px 43px;
font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
margin: 0 0 10px 0;
}

.page p {
    font-size: 13px;
}

.page .second_order {
    margin-left: 80px;
    margin-bottom: 5px;
}

.page .titre {
    margin-top: 20px;
    margin-bottom: 6px;
}


.page p img {
    float: left;
    margin-right: 10px;
}

.page ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: url(img/arrow.gif);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 13px;
}

    .page ul li {
        margin-top: 8px;
    }
/**/


/* Pager
***************************************************************/

.pager {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

    .pager li {
        float: left;
        padding: 0 12px 0 0;
        margin: 0;
    }

    .pager a, .pager span {
        font-size: 1.077em;
        display: block;
        background-color: #dbdbdb;
        padding: 6px 6px;
        color: #434343;
    }

        .pager a:hover {
            background-color: #434343;
            color: #fff;
        }

    .pager span {
        background-color: inherit;
    }


/* Misc
***************************************************************/

.small {
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits {
     margin-top: 15px;
}

.user-display {
    float: left;
    padding: 0 12px;
}

    .user-display .welcome {
    }

    .user-display .user-actions {
    }

.login-form {
    margin: 24px 0 0 0;
}



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color: #333;
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background: -moz-linear-gradient(top, #F5F5F5, #cbcbcb);
    border: 1px solid #999;
    cursor: pointer;
    margin: .2em 0 2em 0;
    padding: .3em 1.8em;
    text-align: center;
}

    input[type="submit"]:hover, input[type="button"]:hover,
    input[type="submit"]:active, input[type="button"]:active,
    input[type="submit"]:focus, input[type="button"]:focus,
    button:hover, .button:hover,
    button:active, .button:active,
    button:focus, .button:focus {
        text-decoration: none;
        background: #ebebeb;
        background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
        background: -moz-linear-gradient(top, #e1e1e1, #ebebeb);
    }

/* Tag Cloud
***************************************************************/
.tag-cloud li {
    list-style: none;
    display: inline;
}

.tag-cloud-tag-1 {
    font-size: 1em;
}

.tag-cloud-tag-2 {
    font-size: 1.1em;
}

.tag-cloud-tag-3 {
    font-size: 1.2em;
}

.tag-cloud-tag-4 {
    font-size: 1.4em;
}

.tag-cloud-tag-5 {
    font-size: 1.5em;
}

/* CSS du Menu principal personnalisation*/

div.zone.zone-navigation nav {
    clear: both;
    font-size: 1.1em;
    height: 27px;
    color: #FFF;
    background: #FF9148 url(img/menubg.gif) repeat-x;
}

/* CSS Body*/
/*body {
    background: url('img/bg_menu_home.jpg') repeat-x scroll left top #FFF;

}*/
#layout-header {
    height: 150px;
    background: #fff url(img/headerbg.gif) repeat-x bottom;
    margin-bottom: 3px;
}

div.zone.zone-navigation nav ul li a {
    color: #FFF;
}

article.widget-MenuPrincipal nav > ul li.current {
    /*border-bottom: 1px solid #fff;
    background: #fff;*/
    color: #FFF;
    background: #E0691A url(img/bar.gif) repeat-x;
}

article.widget-MenuPrincipal nav ul li a:hover {
    color: #FFF;
    background: #E0691A url(img/bar.gif) repeat-x;
}

div.zone.zone-navigation nav ul li ul li {
    color: #FFF;
    background: #FF9148 url(img/menubg.gif) repeat-x;
}
/* CSS du tableau doc téléchargement*/
div#TabDocTelech {
    width: 800px;
    margin: 0;
}

div#left_col {
    float: left;
    width: 500px;
    margin: 0;
}

div#right_col {
    float: right;
    width: 300px;
    margin: 0;
}



div#svwp0.slideViewer span.typo {
    /*display:none;*/
    /*display: block;
font-size: 18px;
line-height: 20px;
font-weight: 600;
font-family: "Open Sans",sans-serif;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
padding: 52px 0px 150px;
background: url('img/pags-active.png') no-repeat scroll center -22px transparent;*/
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #00A1B0;
    text-transform: uppercase;
 text-align:center;
}

div#svwp3.slideViewer span.typo {
    display: none;
}



div#svwp2.slideViewer span.typo {
    color: #686868;
    font-size: 14px;

}

div#svwp1.slideViewer span.typo {
    color: #686868;
    font-size: 14px;
}

article.widget-actubloc h1 {
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #00A1B0;
    text-transform: uppercase;
    padding: 0px 0 11px 9px;
}
article.widget-SLIDERPRINCIPAL {
  width: 600px;
float: left;
margin: 0;
}
article.widget-sensibilisationbloc h1 {
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #00A1B0;
    text-transform: uppercase;
    padding: 0px 0 11px 9px;
}

a.more {
    /*padding-top: 31px;*/
    color: #13becb;
    font-weight: bold;
    display: block;
    font-size: 11px;
    float: right;
}

a.srvlign {
    /*padding-top: 31px;*/
    color: #13becb;
    /*font-weight: bold;*/
    display: block;
    font-size: 16px;
    padding-left: 12px;
    /*float: left;*/
}

article.widget-Sevlign ul {
    list-style-type: none;
    /*width:auto;*/
}
article.widget-Sevlign ul> li {
    background: transparent  url("img/backgrounds/sprites_cmss.png") no-repeat scroll left 2px;
    padding-left: 7px;

}
    article.widget-Sevlign ul > li:before {
       /* content: url("img/blockbullets.png");*/
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        line-height: 0;
        margin-top: 6px;
        /*margin-right: 2px;
padding-left: 12px;*/
    }


    /*Homme page espace dhéreent*/
 article.widget-Espaceadherents   {
    background:  no-repeat scroll 0% 0% #EEE;
    font-size: 1.2em;
    color: #00A1B0;
    text-shadow: none;
    /*clear: both;*/
overflow: hidden;
margin: 0px 0px 0px;
line-height: 1.3em;
display: block;
width: 350px;
height: 250px;
float: right;

}
 

  article.widget-Espaceadherents hr {
position: relative;
margin: 15px auto;
height: 1px;
width: 25%;
color: #fff;
background: #fff;
border-bottom: none;

}
 div.typo3-content-text {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.3em;
}

    div.typo3-content-text img {
        display: block;
        margin: 23px 134px 5px;;
        border: medium none;
        vertical-align: middle;
    }

h2.TitreEspAdherentCmss {
position: relative;
display: block;
margin: 0 0 20px 0;
line-height: 0.9em;
font-weight: normal;
/*padding-left: 51px;*/
font-family: 'TeXGyreAdventorBold',"AvantGardeStdBook",Arial,Helvetica,sans-serif;
text-align: center;
/*-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;*/
font-size: 2.15em;
}

       p.ParagLienEspAdherent {
text-align: center;
margin: 0 0 10px 0;
line-height: 1em;
}

 a.EspAdherentCmss {
 background:url('img/backgrounds/sprites_cmss.png')  no-repeat  scroll left 2px transparent;
 color:#00A1B0;
 /*display: inline-block;*/
padding: 0 0 0 13px;
text-decoration: none;
font-family: "SignikaSemiBold","Trebuchet MS",Arial,Helvetica,sans-serif;
margin: 5px 0;
text-align: left;
 }

 span.lighter-cr {
display: block;
font-weight: normal;
font-size: 0.85em;
font-family: 'TeXGyreAdventorRegular',"AvantGardeStdBook",Arial,Helvetica,sans-serif;
}



    /*Liste des actualités
    ******************************************************************************************************/


article.widget-TitrActualitesCmss img {
float: left;
height: 31px;
padding-right: 10px;
width: 24px;
}

article.widget-TitrActualitesCmss h2 {
font: bold 17px Arial, Helvetica, sans-serif;
color: #00abff;
text-transform: uppercase;
padding: 0px 0 11px 9px;
}

/*---------------------------------------widget-NewsLetter----------------------*/
.widget-NewsLetter {
  display: inline-block;
  float:left;
}
 .widget-NewsLetter h1{
        margin-top: 19px;
        margin-left: -13px;
        color: #1abeca;
        font-size: 14px;
        background: url(./img/fleche-vl.jpg) no-repeat 12px 5px;
        padding-left: 35px;
        padding-bottom: 20px;
        padding-top: 8px;
        height: 0px;
    }
 .widget-NewsLetter fieldset{
        /*padding: 0px;*/
         color: #1abeca;
        font-size: 14px;
    }

.widget-NewsLetter header{
        height: 24px;
    }
.widget-NewsLetter div.edit-item{
        height: 46px;
    }

.widget-NewsLetter button{
    background: none repeat scroll 0% 0% #1ABECA;
    border-radius: 5px;
    vertical-align: middle;
    font: bold 12px/1.8em "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    color: #FFF;
    box-shadow: 0px -1px 0px #1ABECA inset, 0px 1px 0px #1ABECA inset;
    text-shadow: 0px -1px 0px #1ABECA;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px none;
    height: 26px;
    width: 68px;
    margin: 0px;
    text-align: center;
    padding-left: 5px;
    margin-top: -24px;

}


 .widget-NewsLetter input  {
        
      border-radius: 5px;
border: 1px solid #19BECB;
width: 200px;
padding: 6px 4px;
height: 10px;
    }

    .widget-NewsLetter button:hover, .widget-NewsLetter button:active, .widget-NewsLetter button:focus {
     
        border: 0PX;
        height: 26px;
        width: 68px;
        margin: 0px;
        text-align: center;
        background: #78bbff;
          padding-left: 5px;
            margin-top: -24px;
 
    }

    .widget-NewsLetter label{
       display:none;
    }
 .widget-listatualites{
   display:none;
 }
 .widget-listatualitesr .content-item header h1 a  {
		color: #00abff;
		font-size: 12px;
		font-weight: bold;
}
 .widget-listatualitesr  ul,.widget-sensibilisationproj ul{
		padding: 0;
		margin: 0;
		list-style: none;
}
.widget-listatualitesr .content-item,.widget-sensibilisationproj .content-item,.widget-TrouverUneAgenceCmss{
		border-top: 1px solid #dbdbdb;
		padding: 6px 0 6px 0;
		}
    /*ca vas vous interesse*/

     .widget-PrevCmss {
padding-bottom: 4px;
    }

    .widget-PrevCmss img{
       float: left;
height: 33px;
padding-right: 10px;
width: 33px;
margin-bottom: 15px;
    }


.widget-ServEnLigneCmss  div.view-header {
border-bottom: 1px solid #dbdbdb;
padding-bottom: 0px;
margin-bottom: 4px;
}
.widget-ServEnLigneCmss  img {
float: left;
height: 29px;
padding: 4px 10px 0 0;
width: 31px;
}
.widget-ServEnLigneCmss h2 {
display: block;
font-size: 18px;
color: #F6B213;
padding-top: 11px;
margin-bottom: 14px;
}


.menu.menu-menu-actualites a{
float: right;
background: url('./img/flech_bleuCiel.png') no-repeat scroll 143px 2px transparent;
color: #00ABFF;
font-size: 14px;
Width:131px;
}

.menu.menu-menu-actualites {
margin-right: 40px;
float: right;
}


.menu.menu-menu-actualites a{
float: right;
background: url('./img/flech_bleuCiel.png') no-repeat scroll 143px 2px transparent;
color: #00ABFF;
font-size: 14px;
Width:131px;
}

.menu.menu-menu-actualites {
float: right;
}
#reviews-heading, .reviews-content{
  display:none;
}
#layout-main-container{
  min-height:460px;
}
.widget-Adress {
  margin-top: 30px;
}
.menu.menu-menu-sensibilisation{
float: right;
}


.menu.menu-menu-sensibilisation a{
float: right;
background: url('./img/flech_verte.png') no-repeat scroll 143px 2px transparent;
color: #4C7C3F;
font-size: 14px;
width: 131px;
}
.widget-sensibilisationproj .content-item header h1 a {
 color: #4C7C3F;
  font-size: 12px;
font-weight: bold;
}
/* Widg localisation */

.CursLocal{
text-align: center;
background: none repeat scroll 0% 0% #6AA517;
}

#TitreLocalisation {
font-size: 1.5em;
line-height: 1.3em;
font-family: "TeXGyreAdventorBold","AvantGardeStdBook",Arial,Helvetica,sans-serif;
Color:#FFF;
text-align:center;
}
.CursLocal img{
padding-top:7px;
padding-left:4px;
}


.TrouvAgenCmss {
display : block;
font-weight: normal;
font-size: 16px;
font-family: "TeXGyreAdventorRegular","AvantGardeStdBook",Arial,Helvetica,sans-serif;
height: 80px;
}
.TrouvAgenCmss img{
float: left;

}

.TrouvAgenCmss a{
color: #F5F7F8;
margin-top: 27px;
margin-left: 10px;
float: left;
text-decoration: none;
}

.widget-TrouverUneAgence img{
float: left;
height: 33px;
padding-right: 10px;
width: 33px;
margin-bottom: 15px;
}



.widget-DocumentImportants {
	width: 234px;
	min-height: 173px;
	float: left;
	margin-left: 125px;
	background: url(http://www.cnops.org.ma/sites/all/themes/cnops/resources/img/backgrounds/bg-center-bloc.jpg) repeat-y top left;
	font-size: 11px;
	border-bottom: solid 1px rgb(200, 198, 198);


}
.widget-DocumentImportants  ul{
	border-top: 1px solid #E5E4E4;
	width: 200px;
	margin: 0px 17px 0px 15px;
}

.widget-DocumentImportants  ul li{
	background: transparent url(img/IconePdf.jpg) no-repeat scroll 100% center;
	padding-left: 4px;
	width: 199px;
	border: none;
	border-bottom: 1px solid #E5E4E4;
	padding-bottom: 6px;
	padding-top: 6px;

}

.widget-DocumentImportants  ul li .document-important{
	font-weight: bold;
	font-size: 11px;
	color: #686868;
	border-top: none;
	width:180px;
}
.widget-DocumentImportants  ul li .document-important a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #686868;
}

.widget-DocumentImportants  ul li .document-important a:hover{ 
  color:#2AB1C7;
}

.widget-DocumentImportants  ul li .document-important header{
	border:none;
}

.widget-DocumentImportants header{
	border: 1px solid #CCCCCC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	margin-top: -4px;
}
.widget-DocumentImportants header h1{
	font: bold 14px "Trebuchet MS";
	margin-left: 13px;
}

.document-important .published {
display: none;

}
/*-----------------------------Liste : Documents utiles----------------------*/
.zone-content .content-item h1 {
    /*border-radius:4px;
    background: none repeat scroll 0px 0px #F6B213;
border: 0px none;
color: #FFF;
cursor :pointer;
font-size: 16px;
margin: 0px;
width: 260px;
display: block;
text-align: left;
padding : 7px;*/
}

.content-items .content-item.documenta-telecharger header h1 a {
color: #5F97AF;
}
 
/*le corp de la liste */   
.content-items .content-item article{
font-size: 11px;
font-weight : normal;
width: 465px;
border-radius: 6px;
border: 1px solid rgb(242, 234, 234);
height: 41px;
line-height: -moz-block-height;
}


.content-items .content-item.documenta-telecharger header h1 a {
 background   : url('./img/IconePdf.jpg') no-repeat scroll 400px none;
font-size: 14px;
width: 489px;
color: #0078BD;
float: left;
padding-left: 14px;
}



/*-----------------------------Login----------------------*/

/* Titre : Administrer le site web */
.zone-content h1.page-title {
 background: none repeat scroll 0px 0px #F6B213;
border: 0px none;
color: #FFF;
cursor: pointer;
padding: 7px;
font-size: 16px;
width: 164px;
border-radius: 5px;
text-align:center;
}

.zone.zone-content p {
color : #0078BD;
font-weight: normal;
padding-top: 6px;
}

/*legend*/
.login-form.group legend {
border-radius: 4px;
background: none repeat scroll 0px 0px #F6B213;
border: 0px none;
color: #FFF;
cursor: pointer;
padding: 5px;
font-size: 14px;
margin: 0px;
width: 96px;
display: block;
}

.login-form.group li>label{
color: #707579;
}

/* Zone text : nom utilisateur et mot de passe */
.login-form input[type="text"], .login-form input[type="password"] {
display : block;
padding: 0.3em;
border-radius: 8px;
border: 1px solid #E6E6E6;
width: 285px;
}

/* bouton valider */
.primaryAction{
border-radius: 4px;
background: none repeat scroll 0px 0px #F6B213;
border: 0px none;
color: #FFF;
cursor: pointer;
height: 25px;
margin: 0px;
width: 100px;
}


/* Titres Zones Tripel
***************************************************/
#TitreZoneTripel {
padding-top: 11px;
font-size: 20px;
}
.CaVsInteresse  {
color: #4C7C3F;
}
 .InfoEnLigne  {
color: #F6B213;
margin-bottom: 14px;
}
.RechAgenceParVill  {
color: #003b66;

}


/* Lien se connecter
***************************************************/
.Espace_Adherent_Ctrl {
    float: right;
    margin: 69px 12px 0px 156px;
}


.documenta-telecharger {
			    display: block;
                padding: 5px 5px 5px 20px;
                text-decoration: none;
			 }
.documenta-telecharger a {
			    text-decoration: none;
			 }
.documenta-telecharger:hover {
                    background: #F4FAFB;
                }

.documenta-telecharger:active {
                    background: #52AED5;
                    color: #fff;
                }
/** plan du site:**/
.plan_box	{
  float: left;
  width: 33%;
}		

.plan_box .content{
   margin-bottom: 20px;
}	
				
li .section-widgets{
  display: none;
}
/**zone quad fourth**/
.zone-footer-quad-fourth{
  padding:0px;
}
/**view count*/
#count_views{	
			color: white;
			font-size: smaller;
			font-weight: bold;
			background: url(img/menubg_2.gif) repeat-x;
			margin-top: -20px;
			margin-right: -23px;
			min-width: 60px;
			height: 12px;
			padding: 9px;
			float: right;
			border-top-left-radius: 15px;

				}
/** SiteMap **/
.plan_box h2{
color: white;
background: url(img/menubg_2.gif) repeat-x;
font-size: 13.5px;
font-weight: bold;
width: 200px;
height: 20px;
padding-left: 8px;
padding-top: 4px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;				
}