#page {
    width: 1000px;
    margin: 0 auto;
}

#contenu {
    margin-top: 2px;
    width: 920px;
    min-height: 460px;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    padding: 60px 40px 0 40px;
}

#contenu_template {
    margin-top: 2px;
    width: 920px;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    padding: 60px 40px 0 40px;
}

body {
    background-attachment: fixed !important;
}


#menu li i {
    font-size: 40px;
    padding-top: 20px;
}
#menu li i span {
    font-family: Arial, sans-serif;
}

/******STYLES TEXTES************************/

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #FFFFFF;
}

    h1 span {
        text-transform: uppercase;
    }

.titre {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #FFFFFF;
}

    .titre span {
        text-transform: uppercase;
    }

.texteW14 {
    font-family: Arial, sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

    .texteW14 a {
        text-decoration: none;
        color: inherit;
    }

        .texteW14 a:hover {
            text-decoration: underline;
        }

.texteW13 {
    font-family: Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

.texteW16 {
    font-family: Arial, sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.texteW17 {
    font-family: Arial, sans-serif;
    font-stretch: condensed;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
}

.texteV13 {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
    color: #83b84e;
}

.texteV14 {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 20px;
    color: #83b84e;
}

.texteV16 {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    line-height: 22px;
    color: #83b84e;
}

.texteV18 {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 18px;
    line-height: 22px;
    color: #83b84e;
}

.noteV {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
    color: #83b84e;
}

    .noteV span {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

.tutoriel {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
}

    .tutoriel span {
        color: #83b84e;
        text-transform: uppercase;
    }

    .tutoriel a {
        color: #FFFFFF;
        text-decoration: none;
    }

#plus {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #83b84e;
    text-decoration: none;
}

input[type=file] {
    color: #fff;
}

#bloc {
    background-color: #232323;
    padding: 15px;
}

.check {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
}


/******MENU************************/

#menu {
    margin-top: 115px;
}

    #menu > li {
        display: inline-block;
        font-family: Arial Narrow, Arial, sans-serif;
        font-stretch: condensed;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        vertical-align: top;
        background: #000000;
        background: rgba(0, 0, 0, 0.9);
        position: relative;
    }

        #menu > li > a {
            display: block;
            height: 45px;
            padding: 48px 0 0 16px;
            color: #FFFFFF;
            text-decoration: none;
        }

        #menu > li + li {
            margin-left: 2px;
        }

    #menu .logo a {
        width: 347px;
        height: 81px;
        padding: 12px 0 0 40px;
    }

    #menu .bt1 a {
        width: 100px;
    }

    #menu .bt2 a {
        width: 125px;
    }

    #menu > .bt3 > a {
        width: 90px;
    }

    #menu .bt4 a {
        width: 131px;
    }

    #menu .bt5 a {
        width: 77px;
    }

    #menu .actif, #menu li:hover {
        background: #669933;
    }

    #menu .actif {
        cursor: default;
    }

    #menu li.logo:hover {
        background: #000000;
        background: rgba(0, 0, 0, 0.9);
    }

    #menu .menu-texte2 {
        font-family: Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-size: 18px;
    }


    /******SOUS-MENU************************/

    #menu li ul {
        background: #669933;
        display: none;
        z-index: 1000;
        position: absolute;
        top: 93px;
        width: 106px;
    }

    #menu li:hover ul {
        display: block;
    }

    #menu li ul li {
        border-top: 1px solid #8cb366;
        background: #669933;
    }

        #menu li ul li a {
            font-family: Arial Narrow, Arial, sans-serif;
            font-stretch: condensed;
            font-size: 14px;
            line-height: 18px;
            font-weight: normal;
            color: #FFFFFF;
            text-decoration: none;
            padding: 5px 5px 5px 16px;
            display: block;
        }

            #menu li ul li a:hover {
                background: #8cb366;
            }


/******FORM************************/

label.login {
    width: 110px;
    display: block;
    float: left;
}

label.aide {
    width: 120px;
    display: block;
    float: left;
}

label.profil {
    width: 175px;
    display: block;
    float: left;
}

label.infolettre {
    width: 175px;
    display: block;
    float: left;
}

label.envoi {
    width: 175px;
    display: block;
    float: left;
}

.tx510px {
    width: 510px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    padding: 1px 1px;
}

.tx745px {
    width: 735px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    padding: 1px 1px;
}

.txWord {
    width: 735px;
    height: 115px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    padding: 1px 1px;
}
/*Le 115 de haut c'est avec la bande du mini Word**/
.txCourriels {
    width: 735px;
    height: 215px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    padding: 1px 1px;
}

.ch45px {
    width: 45px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch120px {
    width: 120px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch130px {
    width: 130px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch155px {
    width: 150px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch200px {
    width: 200px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch365px {
    width: 365px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

.ch395px {
    width: 390px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #000;
}

select {
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    border: 0;
    background-color: #669933;
}

.bouton {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background: #669933;
    padding: 2px 8px;
    text-decoration: none;
}

.boutonG {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background: #666666;
    padding: 2px 8px;
    text-decoration: none;
}


/******TABLEAUX************************/

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

tr {
    vertical-align: middle;
    border-bottom: 1px solid #666;
}

th {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

td {
    padding: 6px 0 3px 0;
}

#tutoriel2 {
    margin-top: 15px;
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

    #tutoriel2 a {
        font-family: Arial Narrow, Arial, sans-serif;
        font-stretch: condensed;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

        #tutoriel2 a span {
            color: #83b84e;
            text-decoration: none;
        }

#pagination {
    margin-top: 15px;
    width: 500px;
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-family: Arial, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
}

    #pagination a {
        width: 18px;
        height: 18px;
        color: #fff;
        background-color: #666;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

        #pagination a:hover {
            color: #fff;
            background-color: #693;
        }

.page-rl {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #693;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.ti-page {
    font-family: Arial Narrow, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}


/******BAS DE PAGE************************/

#footer {
    width: 990px;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
}

.copyright {
    font-family: Arial, Arial, sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    padding: 20px 10px 10px 0px;
    text-decoration: none;
}

    .copyright a {
        color: #666666;
        text-decoration: none;
    }

/**Simon 2014-08-05*/
@media all and (min-width: 1000px) {
    body {
        overflow-x: hidden;
    }
}

#peauneuve {
    color: #fff;
    position: absolute;
    margin-top: -50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-left: 108px;
}

.bloc {
    background-color: #232323;
    padding: 15px;
}

.recherche-module {
    padding: 5px 30px;
    background: #232323;
    font-family: Arial, sans-serif;
}

    .recherche-module button {
        vertical-align: middle;
        border: 1px solid #669933;
        cursor: pointer;
    }

        .recherche-module button:hover {
            background: #58832c;
        }

        .recherche-module button:active {
            background: #476c22;
        }

    .recherche-module img {
        vertical-align: middle;
        margin-right: 20px;
    }

    .recherche-module .recherche-module-title {
        display: inline-block;
        vertical-align: middle;
    }

        .recherche-module .recherche-module-title strong {
            text-transform: uppercase;
            color: #83b84e;
        }

        .recherche-module .recherche-module-title span {
            color: #fff;
        }

    .recherche-module .recherche-module-selects {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        width: 450px;
    }

        .recherche-module .recherche-module-selects select {
            background: #fff;
            border: 1px solid #000;
            color: #333;
            width: 32%;
            height: 28px;
            padding: 5px;
        }

        .recherche-module .recherche-module-selects input[type=text] {
            background: #fff;
            border: 1px solid #000;
            color: #333;
            width: 30%;
            padding: 5px;
        }

            .recherche-module .recherche-module-selects input[type=text]::-webkit-input-placeholder {
                color: #000;
            }

            .recherche-module .recherche-module-selects input[type=text]:-moz-placeholder { /* Firefox 18- */
                color: #000;
            }

            .recherche-module .recherche-module-selects input[type=text]::-moz-placeholder { /* Firefox 19+ */
                color: #000;
            }

            .recherche-module .recherche-module-selects input[type=text]:-ms-input-placeholder {
                color: #000;
            }

.wrapper {
    margin-top: 2px;
    width: 920px;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 40px 0 40px;
}

.recherche-page {
    font-family: Arial, sans-serif;
}

    .recherche-page .fancy-chck span {
        color: #669933;
        text-transform: uppercase;
    }

        .recherche-page .fancy-chck span span {
            color: #fff;
            text-transform: none;
        }

    .recherche-page h2 {
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #669933;
        font-weight: 200;
        margin-bottom: 20px;
    }

        .recherche-page h2 span {
            text-transform: none;
            color: #fff;
        }

    .recherche-page h3 {
        color: #fff;
        text-transform: uppercase;
    }

    .recherche-page .recherche-create-list button {
        border: 1px solid #669933;
        cursor: pointer;
    }

    .recherche-page .recherche-create-list strong {
        text-transform: uppercase;
        color: #669933;
    }

    .recherche-page .recherche-create-list input[type=text] {
        color: #000;
        background: #fff;
        border: 1px solid #000;
        padding: 2px;
    }

        .recherche-page .recherche-create-list input[type=text] ::-webkit-input-placeholder {
            color: #000;
        }

        .recherche-page .recherche-create-list input[type=text] :-moz-placeholder {
            /* Firefox 18- */
            color: #000;
        }

        .recherche-page .recherche-create-list input[type=text] ::-moz-placeholder {
            /* Firefox 19+ */
            color: #000;
        }

        .recherche-page .recherche-create-list input[type=text] :-ms-input-placeholder {
            color: #000;
        }

    .recherche-page .recherche-table-results-wrapper .recherche-table-results-title {
        margin-top: 20px;
    }

    .recherche-page .recherche-table-results-wrapper .recherche-table-results table {
        width: 100%;
        margin-top: 5px;
    }

        .recherche-page .recherche-table-results-wrapper .recherche-table-results table tr th {
            border-top: 1px solid #fff;
            text-align: left;
            border-bottom: 4px double #fff;
            padding: 5px 0;
            margin-bottom: 4px;
        }

.fancy-chck label {
    margin-right: 10px !important;
}

.no-email {
    margin-top: 20px;
    color: #fff;
}

.alert {
    font-family: Arial, sans-serif;
    padding: 10px;
    margin-bottom: 20px;
}

.alert-success {
    border: 2px solid #4BAD08;
    background: #232323;
    color: #fff;
    font-weight: 700;
}

.row-controls {
    cursor: pointer;
    vertical-align: middle;
}

.result-display-format {
    text-align: right;
    font-family: Arial, sans-serif;
    color: #fff;
}

.orderby {
    margin-left: -15px;
    cursor: pointer;
    position: absolute;
}

#popup_wrapper {
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_ {
    top: 20%;
    left: 20%;
    background: #000;
    width: 900px;
    position: absolute;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #fff;
    border: 2px solid #4BAD08;
}

    .popup_ .code {
        width: 600px;
        background: #fff;
        color: #000;
        padding: 10px;
    }

    .popup_ h2 {
        margin-bottom: 20px;
    }

    .popup_ hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .popup_ p {
        color: #83b84e;
        margin-bottom: 10px;
    }

.popup_exit {
    float: right;
    cursor: pointer;
    display: block;
    padding: 10px 13px;
    font-weight: 700;
    border: 2px solid #A30000;
}

    .popup_exit:hover {
        background: #e74c3c;
    }

    .popup_exit:active {
        background: #e74c3c;
        border: 0;
    }

.popup_title {
    margin-top: 20px;
}
