﻿<!--
.Style1 {color: #0000FF}
-->
body {overflow-y: scroll;}
#menu-demo2, #menu-demo2 ul{
padding:8px 0px 0 0px;
list-style:none;
text-align:center;
}
#menu-demo2 li{
width: 180px;
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
font: 16px "Calibri, Verdana";

}
#menu-demo2 ul li{
font: 12px "Calibri, Verdana";
width: 140px;
margin-left:20px;
display:inherit;
border-radius:0;

}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;


}
#menu-demo2 li:hover ul{
max-height:20em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #1fe0;

}
#menu-demo2 li:nth-child(2){
background-color: #1fe0;

}
#menu-demo2 li:nth-child(3){
background-color: #1fe0;

}
#menu-demo2 li:nth-child(4){
background-color: #1fe0;

}
#menu-demo2 li:nth-child(5){
background-color: #1fe0;

}
#menu-demo2 li:nth-child(6){
background-color: #1fe0;

}

/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#5f5f5f;
}
#menu-demo2 li:nth-child(2) li{
background:#5f5f5f;
}
#menu-demo2 li:nth-child(3) li{
background:#5f5f5f;
}
#menu-demo2 li:nth-child(4) li{
background:#5f5f5f;
}
#menu-demo2 li:nth-child(5) li{
background:#5f5f5f;
}
#menu-demo2 li:nth-child(6) li{
background:#5f5f5f;
}

/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#BABABA;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#BABABA;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#BABABA;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#BABABA;
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#BABABA;
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(6) li:hover{
background:#BABABA;
}

/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:8px 0px;
color:#fff;
font-family:arial;

}
#menu-demo2 ul a{
padding:8px ;
}
#menu-demo2 li:hover li a{
color: #e4f539; /* couleur police sous menu */
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color: #e4f539; /* couleur police sous menu hover*/
}
