﻿@charset "utf-8";
/* CSS Document */

.bold {
    font-weight: bold;
}

/*///////// ELEMENTS COMMUNS ///////////*/
h1, h2, h3, h4 {
    line-height: normal;
}

a:focus {
    outline: none;
}

a img {
    text-decoration: none;
    border: none;
}


.liens_plus {
    position: relative;
    float: left;
    display: block;
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 0px 15px;
    font-size: 11px;
    color: #3e3d40;
    text-decoration: none;
    background-image: url('/img/puce_plus.gif');
    background-position: left 4px;
    background-repeat: no-repeat;
}

.liens_plus:hover {
        text-decoration: underline;
}

.displayInline {
    display: inline;
}

.displayBlock {
    display: block;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}


.imgfloatRight {
    float: right;
    margin: 0px 0px 5px 15px;
}

.imgfloatLeft {
    float: left;
    margin: 0px 15px 5px 0px;
}

.imgBorder {
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #dcdcdd;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearBoth {
    clear: both;
}

.titre_gris {
    display: block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #707173;
}

.soustitre_noir {
    display: block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.fontSize_10 {
    font-size: 10px;
}

.fontSize_11 {
    font-size: 11px;
}

.fontSize_12 {
    font-size: 12px;
}

.width_50 {
    width: 50%;
}

.width_30 {
    width: 30%;
}

.width_70 {
    width: 70%;
}

.noPadding {
    padding: 0 !important;
}




/*///////// STYLES HOME PAGE ///////////*/



/* HOME CENTRE CONTENEUR */

.home_centre_conteneur {
    position: relative;
    float: left;
    padding: 0px;
    width: 952px; /*982px*/
    background-color: #FFF;
}





    .home_centre_conteneur .centre_block {
        width: 555px;
        /*background-color:#0FF;*/
    }

    .home_centre_conteneur .centre_contenu_block {
        width: 555px;
        padding: 0px 0px 25px 0px;
        /*background-color:#0FF;*/
    }










/* //////////////// PAGE POPIN ///////////////////*/









/* ////////////////// STRUCTURE /////////////////*/

div, form, p {
    margin: 0;
    padding: 0;
}




html {
    margin: 0;
    padding: 0;
    height: 100%;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #D1D3D4; /*Contour gauche*/
    scrollbar-darkshadow-color: #ffffff; /*Ombre droite*/
    scrollbar-3dlight-color: #ffffff; /*Ombre Gauche*/
    scrollbar-arrow-color: #5e7a7b; /*fleche*/
    scrollbar-track-color: #EBEBEC; /*fond*/
    scrollbar-darkshadow-color: #D1D3D4; /*contour droit*/
}




body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #58585a;
    height: 100%;
}






.page_conteneur {
    position: relative;
    width: 982px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 9px 0px 9px;
}





header {
    position: relative;
    float: left;
    display: block;
    clear: both;
    width: 982px;
    height: 153px;
    padding: 0px 0px 0px 0px;
    z-index: 100 !important; /* =BUG Correction BUG IE6 AVEC CSS MENU DEROULANT */
    /*background-color:#999;*/
}


.header_logo {
    position: absolute;
    top: 3px;
    background-color: #FFF;
    border-top: none;
    z-index: 110 !important;
}





/* --------- NAV PRINCIPALE ----------*/


nav {
    position: relative;
    float: right;
    display: block;
    clear: both;
    padding: 10px 0px 0px 0px;
    zoom: 1;
    z-index: 110 !important; /* =BUG Doit rester au dessus de le recherche */
}



.header_search {
    position: relative;
    float: right;
    clear: both;
    padding: 18px 0px 0px 0px;
}

.header_search {
    position: relative;
    float: right;
}


.header_search .search_top {
    position: relative;
    float: left;
    display: block;
    width: 220px;
    margin: 0px 4px 0px 0px;
    /*height					: 16px;22*/
    font-size: 12px;
    padding: 3px 3px 2px 3px;
    border: 1px solid #FFF;
    color: #666666;
}




.header_search_avancee {
    position: relative;
    float: right;
    display: block;
    clear: both;
    margin: 4px 37px 0px 0px;
    padding: 2px 0px 2px 20px;
    font-size: 11px;
    color: #FFF;
    background-image: url('/img/puce_search.png');
    background-position: left center;
    background-repeat: no-repeat;
}

    .header_search_avancee:hover {
        text-decoration: none;
    }




/* ------------ CENTRE CONTENEUR ------------------*/

.centre_conteneur {
    position: relative;
    float: left;
    padding: 0px 30px 0px 30px;
    width: 922px; /*982px*/
    background-image: url('/img/bg_sidebar.jpg');
    background-position: 665px;
    background-repeat: repeat-y;
    background-color: #FFF;
}

.centre_conteneur_nosidebar {
    position: relative;
    float: left;
    padding: 0px 30px 0px 30px;
    width: 922px; /*982px*/
    background-color: #FFF;
}




/* ---------------- CONTENU CENTRE ---------------*/


.centre_conteneur {
    position: relative;
    float: left;
    padding: 0px 30px 0px 30px;
    /*width					: 952px;982px*/
    background-color: #FFF;
}


.centre_block {
    position: relative;
    float: left;
    width: 605px;
}

.centre_block_nosidebar {
    position: relative;
    float: left;
    width: 922px;
    min-height: 500px;
}


.centre_contenu_block {
    position: relative;
    float: left;
    width: 100%;
    /*width					: 605px;*/
    padding: 0;
    line-height: 18px;
    text-align: justify;
    /*background-color:#0FF;*/
}




.titre_page_block {
    position: relative;
    float: left;
    width: 982px; /*982*/
    clear: both;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    background-image: url('/img/bg_titre_page.png');
    background-position: bottom;
    background-repeat: repeat-x;
    min-height: 66px !important; /*taille minimal pour les moteur gecko et IE7*/
    height: auto !important; /*on remet à la normal pour gecko et IE7 */
    height: 66px; /*taille max pour IE6 */
}




.centre_block ul {
    padding: 0px 0px 8px 30px;
    margin: 20px 0px 0px 0px;
}



.chemin_fer {
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique;
    clear: both;
    padding: 11px 0px 10px 0px;
    margin: 0;
}

.chemin_fer a {
    color: #707173 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.chemin_fer a:hover {
    text-decoration: underline;
    color: #555151;
}


.visuel_chap {
    border: 1px solid #d9dadb;
    margin: 0px 0px 30px 0px;
}








/* -------------- SIDEBAR ------------------- */

.sidebar_block {
    position: relative;
    float: left;
    width: 287px;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 77px 0px;
    background-image: url('/img/bg_nav_sidebar_footer.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.nav_sidebar_block {
    position: relative;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 287px;
    padding: 38px 0px 0px 0px;
    margin: 0px;
    background-color: #FFF;
}

.nav_sidebar_block .addthis_toolbox {
    padding: 25px 0px 45px 0px;
}








.nav_sidebar_block .bt_site {
    position: relative;
    float: right;
    width: 281px;
    clear: both;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #58585a !important;
    text-decoration: none !important;
    background-image: url('/img/bg_big_bt_corporate.jpg');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid #ccc;
}

.nav_sidebar_block .bt_site:hover {
    background-image: none;
}

/**/
.nav_sidebar_block .bt_site .bt_puce_corporate {
    position: relative;
    display: block;
    width: 226px; /*281*/
    text-align: right;
    padding: 4px 55px 4px 0px;
    background-image: url('/img/picto_big_corporate.png');
    background-position: 235px center;
    background-repeat: no-repeat;
}

.bt_site .rouge_url {
    color: #ba252b;
}




/* Nav Outils */

.nav_outils_sidebar { /*ul*/
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #707173;
    /*background-color		: #0C0;*/
}



.nav_outils_sidebar li a {
    position: relative;
    clear: both;
    display: block;
    text-decoration: none;
    color: #707173;
    padding: 10px 30px 10px 9px;
    border-top: 1px dashed #a7a8a9;
    font-weight: bold;
}

.nav_outils_sidebar li a:hover {
    background-color: #f7f7f7;
}


.nav_outils_email {
    background-image: url('/img/picto_envoyer.gif');
    background-position: 265px center;
    background-repeat: no-repeat;
}

.nav_outils_imprimer {
    background-image: url('/img/picto_print.gif');
    background-position: 265px center;
    background-repeat: no-repeat;
}


.nav_outils_sidebar .addthis_toolbox {
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 12px 2px 8px 0px;
    border-top: 1px dashed #a7a8a9;
}

    .nav_outils_sidebar .addthis_toolbox a {
        border: none;
        float: left;
        clear: none;
        margin: 0px 4px 0px 0px;
        padding: 0px 3px 0px 0px;
    }

/* SUPP VISUEL ADDTHIS PAR DEFAUT*/
.nav_outils_sidebar.at16nc.at16t_email, .at15t_email {
    display: none !important;
}












/*/////// PAGE RESULTATS RECHERCHE ///////*/

.bt_search_affiner {
    position: relative;
    float: right;
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    color: #3e3d40;
    text-decoration: none;
    padding: 5px 5px 5px 20px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #d9dadb;
    background-image: url('/img/puce_open.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.search_affiner block {
    position: relative;
    display: block;
}


.search_affiner block {
    position: relative;
    display: block;
}

    .search_affiner block .message_body {
        clear: both;
        /*display					: none;*/
    }

.affiner_col_block {
    position: relative;
    float: left;
    display: block;
    width: 900px; /*922px*/
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border: 1px solid #d9dadb;
}

.col_affiner { /*ul*/
    list-style: none;
    float: left;
    margin: 0px 25px 0px 0px;
    padding: 2px;
}

    .col_affiner li:first-child { /*1er element li*/
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 0px 5px 0px;
    }

    .col_affiner li {
        padding: 0px 0px 3px 0px;
        margin: 0;
    }

    .col_affiner select {
        font-size: 11px;
        padding: 3px;
        margin: 15px 0px 0px 0px;
        width: 100%;
        *width: auto; /* poour IE6 et IE7*/
    }








/* ------------------ FOOTER ----------------*/

footer {
    position: relative;
    float: left;
    width: 952px;
    padding: 20px 15px 0px 15px;
    background-color: #fff;
}

    footer a {
        color: #58585a;
    }

        footer a:hover {
            text-decoration: none;
        }



.footer_bg {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 922px; /* 952*/
    border-top: 1px solid #dcdcdd;
    padding: 20px 15px 11px 15px;
    background-image: url('/img/bg_footer.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
}

.footer_coordonnees {
    position: relative;
    float: left;
}

.footer_liens {
    position: relative;
    float: right;
    min-width: 300px !important; /*taille minimal pour les moteur gecko et IE7*/
    width: auto !important; /*on remet à la normal pour gecko et IE7 */
    width: 300px; /*taille max pour IE6 */
}


    .footer_liens .titre_reseaux {
        position: relative;
        float: left;
        display: inline;
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 25px;
        font-style: italic;
        text-align: right;
        color: #c2c2c2;
    }

    .footer_liens .img_reseaux {
        position: relative;
        float: right;
        margin-left: 8px;
        display: inline;
    }



    .footer_liens .bt_site {
        position: relative;
        float: right;
        width: auto;
        clear: both;
        margin: 20px 0px 0px 0px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
        color: #58585a !important;
        text-decoration: none !important;
        background-image: url('/img/bg_bt_corporate.jpg');
        background-position: bottom;
        background-repeat: repeat-x;
        background-color: #fff;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        cursor: pointer;
        border: 3px solid #fff;
        /*borderIE*/
        behavior: url('/js/border_ie/PIE.htc');
    }

        .footer_liens .bt_site:hover {
            background-image: none;
        }




        .footer_liens .bt_site .bt_puce_corporate {
            position: relative;
            display: block;
            padding: 4px 12px 4px 35px;
            background-image: url('/img/picto_corporate.png');
            background-position: 8px center;
            background-repeat: no-repeat;
        }


/* ------------------ QUESTIONNAIRES ----------------*/

.question {
    float: left;
    width: 75%;
    padding-top: 5px;
}

.aide {
    width: 25%;
    float: right;
}

.controle-question .controls {
    margin-left: 50px !important;
}


/* ---------- BLOCS D'INFORMATIONS EN LECTURE SEULE --------*/


.info-horizontal .bloc-controls {
    margin-bottom: 5px;
    *zoom: 1;        
}

.info-horizontal .bloc-controls:before, .info-horizontal .bloc-controls:after {
    display: table;
    line-height: 0;
    content: "";
}

.info-horizontal .bloc-controls:after {
    clear: both;
}

.info-horizontal .control-label-libelle {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.info-horizontal .control-label-info {
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;       
}

.LockOn {
    display: none;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    opacity: 0.75;
    color: black;
    font-weight: bold;
    font-size: 20px;
    height : 100vh;
}