﻿


    /***************************************************************************
    |                                Menu - liste déroulante commune           | 
    ***************************************************************************/

#menu_responsive {
    z-index: 100;
}

    /*********************
        domaine
    *********************/

    .domaine {
        height: 40px;
    }

    .domaine ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .domaine li {
        display: list-item;
        float: left;
        list-style-position: outside;
        text-align: center;
        width: 240px;
    }


    /*********************
        Menu blanc
    *********************/

 
    /*********************
        Menu déroulant
    *********************/

    /* toutes les fenetres (1,2,3) - HomePage*/
    .menuFenetre {
        display: none;
        position: absolute;
        border: 1px solid #DFE2E2;
        width: 390px;
        background-color: #FFFFFF;
        color: #FFFFFF;
        z-index: 1000;
    }


    /*  menu
        -----       -----       -----
        | 1 |  ->   | 2 |  ->   | 3 |
        -----       -----       -----   */


    /* fenetres 2 */
    .menuDomaine {
        position: absolute;
        margin-left: 390px;
        top: -21px;
        z-index: 800;
    }

    /* fenetres 3 */
    .menuSousDomaine {
        position: absolute;
        margin-left: 390px;
        margin-top: -43px;
        z-index: 600;
    }

    /* Chevron en bout de catégorie et domaine 3 */
    .puceNextMenu {
        margin-left: 20px;
        position: absolute;
        right: 20px;
    }

    .link {
        color: #000000;
    }
       
    /* surlignagne de la ligne + couleur bleue au survol */
    .link:hover {
        /*background-color: #B4B4B3;  abcdef #DFE2E2 */
        color: #098289;
        font-weight:bold;
    }

    /* affichage du domaine (2) au survol de la catégorie (1) */
    .lienCategorie:hover .menuDomaine {
        display: block;
    }
    /* affichage du sous-domaine (3) au survol du domaine (2) */
    .lienDomaine:hover .menuSousDomaine {
        display: block;
    }

    /* ******************** input ******************** */
    input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus {
        outline: none;
    }

    /* ********************
        Balise menu
    ******************** */

    .bloc_imageFond {
        background-image: url(/ContentV11/images/menu/indexResponsive.png);
    } 
