﻿div#menudynamique{
	position:absolute;
	top:105px;
	width:1280px;height:25px;padding:0; margin:0;
	font-size:14px;
	list-style:none;
	font-family:"Segoe UI",Helvetica,"Arial Narrow",Tahoma, Geneva, Verdana, sans-serif ;
	color:#032052;
	font-weight:bold;
    line-height:25px;
    z-index:1000;
    background-color:#F8F8F8;
	/*background-color:#EAEEEE; 
	background: linear-gradient(to bottom, #EAEEEE 0%,#EAEEEE 100%);
	box-shadow: 0 2px 4px #424346;*/
}
nav{
    width: 100%;
    margin: 0 auto;
    background-color:#F8F8F8;
    position: sticky;
    top: 0px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
   width: 16.66%;
     /*width: 14.28%;*/
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color:yellow;
    border-bottom: 2px solid gold;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #F8F8F8;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
   /* background-color: RGBa(200,200,200,0.1);*/
   background-color:#3677e2;
}
.deroulant a:hover{
	background-color:#3677e2;
}
.couleur a:hover{
	background-color:#3677e2;
}



.deroulant > a::after{
    content:" ▼";
    font-size: 14px;
}
