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

/* MENU HAUT*/

.menuHaut2
{
  height: 25px;
  font-family: 'Open Sans',Helvetica, Arial, Verdana, sans-serif;  
  font-size: 11px;
  text-align:left;
  float:left;
   padding-left:4px;
   padding-top:5px;
}

/***********************/
/* Menu Haut Principal */
/***********************/
#menuHaut1 ul,
#menuHaut1 li,
#menuHaut1 span,
#menuHaut1 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menuHaut1 {
  /*width: 1030px;*/
  margin: auto;
  margin-top:0px;
  float: right;
}

#menuHaut1:after,
#menuHaut1 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menuHaut1 a {
  color: #666666;
  display: block;
  font-family : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;      
  text-align: center;
  text-decoration: none;
  padding-top:33px;
  padding-left:10px;
  padding-right:10px;
  width:160px;
  height:75px;
}
@media (max-width: 1280px) {#menuHaut1 a {padding-top:30px;padding-left:5px;padding-right:5px;width:140px;height:68px;} }

.menuHaut1SpanVerticalAlign
{
	/* ajouté par eCss pour aligner verticalement */
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height:40px;
	width:180px;
}
@media (max-width: 1280px) {.menuHaut1SpanVerticalAlign {width:140px;} }

#menuHaut1 ul {
  list-style: none;
}
#menuHaut1 > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#menuHaut1.align-center {
  text-align: center;
}
#menuHaut1.align-center > ul > li {
  float: none;
}
#menuHaut1.align-center ul ul {
  text-align: left;
}
#menuHaut1.align-right > ul {
  float: right;
}
#menuHaut1.align-right ul ul {
  text-align: right;
}
#menuHaut1 > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1280px) { #menuHaut1 > ul > li > a {font-size: 16px;} }

#menuHaut1 > ul > li:hover:after {
	
  /*supprimÃ© ecss */	
  /*
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #aa131f;
  margin-left: -11px;
*/  

}
#menuHaut1 > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#menuHaut1.align-right > ul > li:first-child > a,
#menuHaut1.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menuHaut1.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#menuHaut1 > ul > li.active > a {
  color:#01C4F0;
}
#menuHaut1 > ul > li:hover > a {
  color:#666666; 
  /*ajouté ecss si ligne au dessus*/
  border-bottom:#01C4F0 solid 2px;  
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;

}

#menuHaut1 .has-sub {
  z-index: 999;
}
#menuHaut1 .has-sub:hover > ul {
  display: block;
}
#menuHaut1 .has-sub ul {
  display: none;
  position: absolute;
  width: 270px;
  top: 100%;
  left: 0px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  /*border-top : 2px solid #01C4F0;*/
}
#menuHaut1.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#menuHaut1 .has-sub ul li {
  margin-bottom: -1px;
  
}
#menuHaut1 .has-sub ul li a {
  background: #fff;
  font-family: 'Open Sans',Helvetica, Arial, Verdana, sans-serif;  
  font-size: 15px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  filter: none;
  display: block;
  color: #222222;
  height:50px;
  width:240px;
  padding-top: 0px;
  padding-left:15px;
  padding-right:15px;
}
@media (max-width: 1280px) 
{ 
#menuHaut1 .has-sub ul {width: 350px;}
  #menuHaut1 .has-sub ul li a {width:320px;font-size: 15px;} 
}

#menuHaut1 .has-sub ul li:hover a {
  background: #01C4F0;
}
#menuHaut1 ul ul li:hover > a {
  color: #fff;
}
#menuHaut1 .has-sub .has-sub:hover > ul {
  display: block;
}
#menuHaut1 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menuHaut1.align-right .has-sub .has-sub ul,
#menuHaut1.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#menuHaut1 .has-sub .has-sub ul li a {
  background: #A4C73D;
  border-bottom: 1px dotted #fff;
}
#menuHaut1 .has-sub .has-sub ul li a:hover {
  background: #A4C73D;
}
#menuHaut1 ul ul li.last > a,
#menuHaut1 ul ul li:last-child > a,
#menuHaut1 ul ul ul li.last > a,
#menuHaut1 ul ul ul li:last-child > a,
#menuHaut1 .has-sub ul li:last-child > a,
#menuHaut1 .has-sub ul li.last > a {
  border-bottom: 0;
}