@charset "UTF-8";
/* Base Styles */
#cssmenu{ width: 270px;border-radius: 3px; height: 40px;margin-top: 25px; margin-left:1px; padding-top: 2px; padding-left: 2px; padding-right: 2px; padding-bottom: 45px; background: linear-gradient(#66665e 30%, red 100%);}
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin-top: 1px;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  position: relative;
}
#cssmenu > ul > li:first-child {
	
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  height: 32px;
  margin-top: 3px;
  margin-bottom: 8px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#cssmenu > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);  
}
#cssmenu > ul > li > a {
  height: 35px;
  padding-top: 8px;
  margin-top: -6px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 2px solid blue;
 /* border-top: none; */
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu li:hover ul {               /* rajout pour ouverture du déroulant */
  display: block;
}
        
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sous menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
  border-bottom:40px solid black;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}

#cssmenu ul ul a {
  text-shadow: 1px 1px #2123ed;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 1px;
  margin-bottom: 1px;
  display: block;
  color: black;
  font-size: 15px;
}
#cssmenu ul ul a:before {
  content: "➡";
  position: absolute;
  left: 1px;
  font-size: 30px;
  color:blue;
}
#cssmenu ul ul a:hover {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(45,129,253,1) 100%);
  border-radius: 1px;
  padding: 10px;
}
/* **************** MENU grand ecran**************** */
@media screen and (max-width: 961px) {
#cssmenu {margin-top: 100px;}
                   } 
/* **************** MENU petit ecran**************** */
@media screen and (max-width: 769px) {
                   }

@media screen and (max-width: 721px) {
                     	
                   }
@media screen and (max-width: 668px) {
                     	
                   }					

@media screen and (max-width: 641px) {
		                       
                   }
@media screen and (max-width: 601px) {
                   
                   }					
					
@media screen and (max-width: 569px) {

                   } 
@media screen and (max-width: 534px) {

                   } 
@media screen and (max-width: 481px) {

                   }
@media screen and (max-width: 415px) {

                   }
@media screen and (max-width: 385px) {

                   }
@media screen and (max-width: 376px) {

                   }
@media screen and (max-width: 361px) {

                   }
@media screen and (max-width: 321px) {

                   }
@media screen and (max-width: 241px) {
#cssmenu{ width: 230px;margin-left:auto; margin-right: auto;}
                   }
