#nav_header_small, #nav_header_mobile{
    display:none;
}

.img_home{
    max-width: 28px !important;
}

/*IE 6/7/8*/
/*Test: http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/ */
#nav_header_long ul {
    margin: 0;
    -ms-margin: 0;
    padding: 0;
    -ms-padding: 0;
    list-style-type: none;
    -ms-list-style-type: none;
    background-color: #336666;
    -ms-background-color: #336666;
}
#nav_long_editeur{
    text-align: center;
    -ms-text-align: center;
}
#nav_header_long ul li {
    text-decoration: none;
    -ms-text-decoration: none;
    text-align: center;
    -ms-text-align: center;
    color: #fff;
    -ms-color: #fff;
    display: inline;
    -ms-display: inline;
}
#nav_header_long ul li a:link,
#nav_header_long ul li a:visited,
#nav_header_long ul li a:active {
    font-family: "Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
    -ms-font-family: "Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
    font-size: 18px;
    -ms-font-size: 18px;
    line-height: 15px;
    -ms-line-height: 15px;
    font-weight: normal;
    -ms-font-weight: normal;
    color: #FFFFFF;
    -ms-color: #FFFFFF;
    text-decoration: none;
    -ms-text-decoration: none;
    padding: 1px;
    -ms-padding: 1px;
}
#nav_header_long ul li a:hover {
    font-family:"Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
    -ms-font-family:"Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
    font-size: 18px;
    -ms-font-size: 18px;
    line-height: 15px;
    -ms-line-height: 15px;
    font-weight:normal;
    -ms-font-weight:normal;
    color: #666666;
    -ms-color: #666666;
    background-color:#FEFEFE;
    -ms-background-color:#FEFEFE;
    padding:1px;
    -ms-padding:1px;
}
#nav_header_long ul li:first-child a:hover{
    color: #f5f9ec;
    -ms-color: #f5f9ec;
    background-color: #336666;
    -ms-background-color: #336666;
}
#nav_header_long ul div li:first-child a:hover{
    color: #666666;
    -ms-color: #666666;
    background-color:#FEFEFE;
    -ms-background-color:#FEFEFE;
}

/*END of IE 6/7/8*/

/* LONG */
@media screen and (min-width:540px)  {
    #nav_header_small, #nav_header_mobile{  display:none;  }
    #nav_header_long{  display: block;  }
    #nav_header_long ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #336666;
    }
    #nav_long_editeur{
        text-align: center;
    }
    #nav_header_long ul li {
        text-decoration: none;
        text-align: center;
        color: #fff;
        display: inline;
    }
    #nav_header_long ul li a:link,
    #nav_header_long ul li a:visited,
    #nav_header_long ul li a:active {
        font-family: "Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
        font-size: 16px;
        line-height: 15px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        padding: 1px;
    }
    #nav_header_long ul li a:hover {
        font-family:"Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
        font-size: 16px;
        line-height: 15px;
        font-weight:normal;
        color: #666666;
        background-color:#FEFEFE;
        padding:1px;
    }
    #nav_header_long ul li:first-child a:hover{
        color: #f5f9ec;
        background-color: #336666;
        margin-top: 1px;
    }

}

/*MOBILE*/
@media screen and (min-width:15px) and (max-width:760px) {
    #nav_header_long,#nav_header_small,#nav_header_mobile_content{  display: none;  }
    #nav_header_mobile{  display:block;  }

    #navtoogle{
        border: 4px solid #336666;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 0px;
        cursor:pointer;
        background-color: #f5f9ec;
        color: #336666;
        z-index: 3;
        text-align: center;
        font-family: "Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
        font-size: 20px;
        line-height: 15px;
        font-weight: normal;
     }
    #nav_header_mobile ul{
        background-color: #336666;
        list-style-type: none;
    }
    #nav_header_mobile ul li{
        margin-bottom : 5px;
    }
    #nav_header_mobile ul li a:link,
    #nav_header_mobile ul li a:visited,
    #nav_header_mobile ul li a:active {
        font-family: "Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
        font-size: 17px;
        line-height: 15px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        padding: 1px;
    }
    #nav_header_mobile ul li a:hover {
        font-family:"Segoe UI Light", "Segoe UI", "Segoe UI Semibold";
        font-size: 17px;
        line-height: 15px;
        font-weight:normal;
        color: #666666;
        background-color:#FEFEFE;
        padding:1px;
    }
    #nav_header_mobile ul li:first-child a:hover{
        color: #f5f9ec;
        background-color: #336666;

    }
}


