/* #####################################################
	Fichier: menussch.css
	Version: 2.0
	Date: 15/05/2013
	Auteur: Esabora | David
   ################################################## */
 
/* -----------------------------------------------------
	version 2, Paul
   -------------------------------------------------- */ 
ul.menu2 { /* la barre d'onglets */
  z-index: 9;
  position: relative;
  text-align: left;   
  list-style-type: none;
  margin   : 0;
  padding  : 0 0 0 2px;
  height   : 23px;
  border-bottom : 1px solid #919b9c;
}

/* la barre d'onglets pour les écrans en positionnement relatif */
div.conteneur.nopanelleft.zonesrelative ul.menu2,
div.conteneur.zonesrelative ul.menu2  {
	margin-bottom:5px;
	top:0;
	height:auto;
}
div.conteneur.zonesrelative .ea-ctl,
div.conteneur.zonesrelative div.tabstitle,
div.conteneur.zonesrelative ul.menu2,
div.conteneur.nopanelleft.zonesrelative ul.menu2 {
	width:calc(100% - 5px);
}
div.conteneur.nopanelleft.zonesrelative ul.menu2 li,
div.conteneur.zonesrelative ul.menu2 li  {
 vertical-align:bottom;
}
ul.menu2 li { /* menu 1er niveau */
  position: relative;
  top : 0;
  display: inline-block;
  padding: 0;
  margin : 0;
  height: 23px;
}

ul.menu2 ul { /* sous menu  */
  position: absolute;  
  display : none;
  margin  : 0px;
  padding : 0px;
  border  : 1px solid #919b9c;
  background-color: white;
}

ul.menu2 ul li { /* menu 2nd niveau */
  float  : none;  
  position: static; /* for Chrome */
  display: inline;  /* avoid IE line breaks */
  top    : 0px;
  padding: 0px;
  margin : 0px;
}

ul.menu2 a { /* éléments de 1er niveau */
  float  : left;
  outline: none;
  text-decoration : none; 
  display: inline;
  border : 1px solid #919b9c; 
  padding: 0 4px;
  margin : 0;
  border-radius: 4px 4px 0px 0px;
  height:22px;
  line-height:22px;
}
ul.menu2 ul li a { /* éléments de 2nd niveau */
  float: none; 
  position: relative;
  white-space : nowrap;
  border : none;
  display: block;
  padding: 0 20px; /* space for checked.gif and/or right.gif */
  margin : 1px;
  background-color:#fff;
  border-radius:0;
}

ul.menu2 a.path,
ul.menu2 a.active {
  background-color: white;
  border-bottom: 1px solid white;
  margin-top: -1px;
  border-bottom:none;
  height:23px;
}

ul.menu2 a:hover { /* 1er niveau */
  border-top: 2px solid orange; 
  margin-top: -1px;
}

ul.menu2 a:focus {
  outline-style:none;
}

ul.menu2 ul a.active {
  border: none;
  background-image: url("../images/checked.gif");
  background-repeat: no-repeat;
  background-position: left;
  margin: 1px;
}

ul.menu2 ul a.path:visited, /* IE 6 */
ul.menu2 ul a.path,
ul.menu2 ul a:hover { /* 2nd niveau */
  border: none;
  background-color: #316ac5; /* active menu */
  color: white;
  margin: 1px;
}

ul.menu2 a.sublevel { /* onglet avec un menu */
  padding-right: 16px;
  background-image: url("../images/down.gif");
  background-repeat: no-repeat;
  background-position: right;
}

ul.menu2 ul a.sublevel { /* menu avec sous-menu */
  background-image: url("../images/right.gif");
}

.titre a {
	cursor: default;
	text-align: center;
	background-color: #7B7575;
	color: white;
	font-family: verdana; font-weight: normal;
	font-size: 11px;
	border:1px solid black;
	line-height: 1.6em;
	padding: 1px;
/*	width: 100px;*/	/* largeur du niveau 0 */
}
.titre a:visited {
	font-weight: normal;
	color: white;
	font-size: 11px;
}
.titre a:hover,.titre a:active,.titre a:focus {
	background-color:#FFFFCC;
	color: black;
	font-weight: normal;
	font-size: 11px;
}

.titre_sel a {
	cursor: default;
	text-align: center;
	background-color: #FFFFCC;
	color: black;
	font-family: verdana; font-weight: normal;
	font-size: 11px;
	border:1px solid black;
	line-height: 1.6em;
	padding: 1px;
/*	width: 100px;*/	/* largeur du niveau 0 */
}
.titre_sel a:visited {
	font-weight: normal;
	color: black;
	font-size: 11px;
}
.titre_sel a:hover,.titre_sel a:active,.titre_sel a:focus {
	background-color:#FFFFCC;
	color: black;
	font-weight: normal;
	font-size: 11px;
}

.titre_cont a {
	cursor: default;
	text-align: center;
	background-color: #FDDAAA;
	color: black; 
/*	background-color : #7B7575;
	color: #F46B22; */
	font-family: verdana; font-weight: normal;
	font-size: 11px;
	border:1px solid black;
	line-height: 1.6em;
	padding: 1px;
/*	width: 100px;*/	/* largeur du niveau 0 */
}
.titre_cont a:visited {
	font-weight: normal;
	color: black; 
/*	color: #F46B22; */
	font-size: 11px;
}
.titre_cont a:hover,.titre_cont a:active,.titre_cont a:focus {
	background-color:#F46B22;
	color: black;
/*	background-color:#FFFFCC;
	color: #FDDAAA; */
	font-weight: normal;
	font-size: 11px;
}

/* liens */
.mh a,.vg a,.vd a {
	display: block;
	margin: 0;
	padding: 0;
/*	text-decoration: none;*/
}

/* 1er niveau : */
.mh li,.vg li,.vd li{
	display:inline;
} /* bug IE */
.mh li{
	float:left;
}
.mh li{
	padding:1px; text-align: left;
}
.mh li,.vg li,.vd li{
	list-style-type: none;
}
.mh,.vg,.vd{margin:0;padding:0;
	z-index:9;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* 2ème niveau et suivants */
.mh li li{float:none;} 
.mh li li{padding:0;}
.mh ul,.vg ul,.vd ul{visibility:hidden;}
.mh ul,.vg ul,.vd ul{position:absolute;margin:0px;padding:1px;
  border:1px solid black; z-index:9; background-color: #7B7575;}
.mh ul ul,.vg ul{margin:-1.5em 0 0 -3px;}
.mh ul,.vg ul,.vd ul{list-style-type: none;}
.vd ul{margin:-1.5em -3px 0 0;}