.global-menu{
position:relative;
float:left;
height:60px;
line-height:30px;
width:100%;
text-align:center;
background-color:#0092B8;
}

#Menu{
z-index:999;
border-collapse:collapse;
margin:auto;
background-color:#0092B8;
}

#Menu td{
float:left;
padding:0 20px;
width:auto;
text-align:left;
vertical-align:center;
position:relative;
height:60px;
line-height:60px;
background:#0092B8;
/*background-image:url(/images/angle-bleu.png);
background-position:85% 85%;
background-repeat:no-repeat;*/
}

#Menu td:hover,
#Menu td:hover p,
#Menu td:hover a{
background:#fff;
color:#0092B8;
}

#Menu a,
#Menu p{
color:#fff;
font-size:19px;
text-decoration:none;
font-weight:normal;
font-family:'MontserratThin',avenirnext;
  letter-spacing: 1px;
font-weight: normal;
text-transform: uppercase;
}

#Menu a:hover,
#Menu p:hover,
#Menu a.orange,
#Menu td:hover{
color:#ffffff;
cursor:pointer;
}

/*
#Menu td:hover a.orange,
#Menu a.orange:hover{
color:#4a4a49;
}
*/

#Menu td ul{
line-height:18px;
left:0px;
text-align:left;
margin: 0;
padding: 0;
position: absolute;
z-index:999;
visibility: hidden;
background-color:#0092B8;
width:auto;
height:auto;
/*box-shadow:0px 12px 15px 0px rgba(0,0,0,0.1);*/-color
}


#Menu td.active ul li{
position:relative;
list-style-type:none;
width:100%;
float:left;
background:#0092B8;
white-space: nowrap;
}
#Menu td.active ul li a{
padding:0 20px;
}
#Menu td.active ul li:hover{
background:white;
}
#menu li{
float:left;
width:auto;
}
#Menu td.active{
background:#fff;
}
#Menu td.active p{
color:#0092B8;
}

#Menu li a{
width:100%;
line-height:28px;
font-size:15px;
text-decoration:none;
cursor:pointer;
font-weight:normal;
color:#fff;
}
#Menu td.active ul li:hover a{
color:#0092B8;
}
