.menu{
  float:left;
}

.menuOnglet{
  height:50px;
  padding-left:5px;
  padding-right:10px;
  float:left;
  color:black;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
  color:white;
  text-shadow: 0px 0px 6px black;
}

.menuOnglet:hover{
  height:50px;
  font-weight:bold;
  background-image:URL('../../image/template/fondMenu.png');
}

.separateur{
  height:50px;
  width:2px;
  background-image:URL('../../image/template/separateur.png');
}

.menuOngletSelectionne{
  padding-left:5px;
  padding-right:10px;
  height:50px;
  float:left;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
  color:white;
  text-shadow: 0px 0px 6px black;
  background-image:URL('../../image/template/fondMenu.png');
}

.menuOngletDeconnexion{
  margin-top:20px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  margin-left:1px;
  float:left;
  font-size:10px;
  cursor:pointer;
  color:white;
  text-shadow: 0px 0px 6px black;
  border-style:solid;
  border-radius:2px;
  border-width:1px;
  border-color:red;
  height:25px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.menuOngletDeconnexion:hover{
  color:white;
  background-color:red;
}


.listeMenuItem{
  position:absolute;
  font-size:10px;
  cursor:pointer;
  color:white;
  background-color:#1b5577;
}

.listeMenuItemCache{
  margin-left:1px;
  position:absolute;
  font-size:10px;
  cursor:pointer;
  display:none;
  visibility:hidden;
  border-style:solid;
  border-width:1px;
  border-color:black;
  color:white;

  background-color:#0A328C;
  margin-left:10px;
}

.menuItem{
  cursor:pointer;
  min-width:75px;
  color:grey;
}



.menuItem:hover{
  color:white;
  text-shadow: 0px 0px 6px black;
  color:black;
  font-size:10px;
}

.menuItemHover{
  cursor:pointer;
  color:black;
  min-width:75px;
}

#listeMenuImage{
  width:200px;
  height:100px;
}

.menuItemTitre{
  color:white;
  height:16px;
  font-size:9px;
}

.menuItemTitreHover{

  font-size:9px;
  color:black;
  height:16px;
}


.reduireMenuGauche{
 width:2px;
 height:20px;
 cursor:pointer;
 background-repeat:no-repeat;
 background-image:URL('../../image/template/reduireMenuGauche.png');
}

.agrandirMenuGauche{
 width:2px;
 height:20px;
 cursor:pointer;
 background-repeat:no-repeat;
 background-image:URL('../../image/template/reduirMenuDroite.png');
}

.reduireMenuDroite{
 width:2px;
 height:20px;
 cursor:pointer;
 background-repeat:no-repeat;
 background-image:URL('../../image/template/reduirMenuDroite.png');
}

.agrandirMenuDroite{
 width:2px;
 height:20px;
 cursor:pointer;
 background-repeat:no-repeat;
 background-image:URL('../../image/template/agrandirMenuDroite.png');
}