@charset "UTF-8";
/* CSS Document */

#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:100px 100px 0 0;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:50;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 20px 20px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1500;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:30em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color:#FFCC00;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:nth-child(2){
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:nth-child(4){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:nth-child(5){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:nth-child(6){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
#menu-demo2 li:last-child{
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #FF6600 0%, #FF6600 100%);
background-image:linear-gradient(to bottom, #FFFF00 0%, #FF6600 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#FF6600;
}
#menu-demo2 li:nth-child(2) li{
background:#FF6600;
}
#menu-demo2 li:nth-child(3) li{
background:#FF6600;
}
#menu-demo2 li:nth-child(4) li{
background:#FF6600;
}
#menu-demo2 li:nth-child(5) li{
background:#FF6600;
}
#menu-demo2 li:nth-child(6) li{
background:#FF6600;
}
#menu-demo2 li:last-child li{
background:#FF6600;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#00FFFF;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#00FFFF;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#00FFFF;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#00FFFF;
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#00FFFF;
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#00FFFF;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#00FFFF;
}
/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:8px 20px;
color:#000066;
font-family:Chalkboard;
}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li:hover li a{
color:#00FFFF;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
}
