ul.niveau1
{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border: solid 0px red;
  z-index: 101;
}

ul.niveau1 .majuscule
{
  display: block;
  background: url("arrow_right.gif") 80% 50% no-repeat;
  font-weight: bold;
  color: yellow;
}

ul.niveau1 li
{
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  /*border: solid 2px blue;*/
}

a.niveau1, a.niveau1:link, a.niveau1:visited, a.niveau2:link,
 a.niveau2:visited
{
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.3em 0;       /* hauteur des cases pour les lettres */ 
  /*padding: 0.3em 0.5em 0.3em 0.5em;*/	/* top, right, bottom, left */
  height: 1em;
  line-height: 1em;
  color: yellow;
  background-color: black;
}

a.niveau1:hover, a.niveau2:hover
{
  color: #007700;
}

a.niveau1:active, a.niveau2:active
{
  color: #770000;
}
a.niveau2, a.niveau2:link, a.niveau2:visited, a.niveau2:hover
{
  font-weight: bold;
}
/*
ul.niveau1 ul
{
  z-index: 102;
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  
  background : #000;
  border: solid 2px red;
  display: none;
  position: absolute;
  top: 0;
  margin-left: 6em;
}
*/
ul.niveau2
{
  z-index: 102;
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  /*width: 10em;*/
  /*width: 100%;*/
  background : #000;
  border: solid 4px #8888AA;
  display: none;
  position: absolute;
  /*top: 0;*/
  margin-left: 5.2em;
}

ul.niveau2c /* court */
{
  z-index: 102;
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  /*width: 10em;*/
  /*width: 100%;*/
  background : #000;
  border: solid 4px #8888AA;
  display: none;
  position: absolute;
  top: 0;
  margin-left: 5.2em;
}
ul.niveau2m /* moyen */
{
  z-index: 102;
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  /*width: 10em;*/
  /*width: 100%;*/
  background : #000;
  border: solid 4px #8888AA;
  display: none;
  position: absolute;
  top: -8em;
  margin-left: 5.2em;
}
ul.niveau2l /* long */
{
  z-index: 102;
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  /*width: 10em;*/
  /*width: 100%;*/
  background : #000;
  border: solid 4px #8888AA;
  display: none;
  position: absolute;
  /*top: 1.0em;*/
  top: -5.5em;
  margin-left: 5.2em;
}

/*
ul.niveau1 ul li
{ 
  line-height: 40pt;
  border: solid 1px white;
}
*/
ul.niveau1 li:hover ul
{
  display: block;
}

/*
ul.niveau1 li:hover ul li:hover ul
{*/
  /*display: block;*/
  /*line-height: 40pt;*/
/*}*/


ul.niveau1, ul.niveau1 li li
{
  clear: left;
}

/*
span.niveau1
{
  border-width: 0px;
  padding: 5px;
}
*/

