
	

.menuGlobal {
  margin: 0;
  padding: 10px 0;
  background: #B90A0A;
}
.menuGlobal ul {
  background: #B90A0A;
  float: left;
  text-align: center;
  border: 0px ;
  margin : 0px;
}
.menuGlobal li {
  display: inline-block;
  width: 15%;
  color: #ffffff;
  text-align: center;
}


.menuGlobal li a {
  color :  #e2e2e2;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-family: Pill-Gothic-Bold, "Pill Gothic 300mg", Frank-Bold, Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  font-size: 19px;
}

.menuGlobal li .menuGlobalActif {
	color: black;  
	text-decoration: none;
	background-color : #DDDDDD;
	padding-top: 8px;
	padding-bottom: 12px;
}
.menuGlobal li .menuGlobalActif a{
	color: black;  

}

.menuGlobal li:first-child a {
  border-left: 0 none;
  text-decoration: none;
}
.menuGlobal li a:hover {
font-weight:bold;
}







