#containerMenuMain {width:100%}
.homeImg {height:18px; vertical-align:middle; margin-bottom:5px}

ul li a.otherArticles, ul li a.otherArticles:hover {color:yellow}
	
nav, ul, li, a  {margin: 0; padding: 0}
a {text-decoration: none}
a:hover {text-decoration: none}

.menu {
    width: 95%;
    max-width: 1100px;
    margin: 0px auto 10px auto
}

.toggleMenu {
    display:  none;
    padding: 10px 15px
}

.nav {
    list-style: none;
     *zoom: 1
}
.nav:before,

.nav:after {
    content: " "; 
    display: table
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 17em;
}

.nav a {
    padding: 10px 25px
}

.nav li {
    position: relative
}
.nav > li {
    float: left
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right
}
.nav > li > a {
    display: block
}
.nav li  ul {
    position: absolute;
    left: -9999px
}
.nav > li.hover > ul {
    left: 0
}
.nav li li.hover ul {
    left: 100%;
    top: 0
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100
}

.nav li li li a {
    z-index:200;
}

.nav li li li a:hover {
}

li.search {float:right}
li.search img {height:20px; vertical-align:middle; margin-bottom:0}

/* De 0 à 767 px = menu spécial */
@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}