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

/* MENU HAUT*/

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

/******************************************************************************************/

#menuHaut1 ul,
#menuHaut1 li,
#menuHaut1 span,
#menuHaut1 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menuHaut1 {
  width: 930px;
  text-align:center;
  float: right;
  margin-top:0px;
}
@media (max-width: 1280px) 
{
  #menuHaut1 {width: 685px;}
}

#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:63px;
  padding-left:15px;
  padding-right:15px;
  width:156px;
  height:115px;
}
.menuHaut1SpanVerticalAlign
{
	/* ajouté par eCss pour aligner verticalement */
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height:50px;
	width:156px;
}

@media (max-width: 1280px) 
{
  #menuHaut1 a {
    padding-left:10px;
    padding-right:10px;
  	width: 117px;
  	}
  .menuHaut1SpanVerticalAlign {
	width:117px;
  }
}

#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;
}
@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:#F0AB00;
}
#menuHaut1 > ul > li:hover > a {
  color:#666666; 
    /*ajouté ecss si ligne au dessus*/
  border-bottom:#F0AB00 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: 300px;
  top: 100%;
  left: 0;
  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;
}
#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: #333;
  height:50px;
  width:270px;
  padding-top: 0px;
  padding-left:15px;
  padding-right:15px;
}

#menuHaut1 .has-sub ul li:hover a {
  background: #f9f9f9;
}
#menuHaut1 ul ul li:hover > a {
  color: #333;
}
#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: #F0AB00;
  border-bottom: 1px dotted #fff;
}
#menuHaut1 .has-sub .has-sub ul li a:hover {
  background: #F0AB00;
}
#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;
}
