/*partie pleine du menu*/
.menuborder{
  border:0px;
  margin:0px;
  padding:0px;
}
/*image en Haut, à Gauche*/
.hg
{
  height:2px;
  width:2px;
}
/*image en Haut, à Droite*/
.hd
{
height:2px;
width:2px;
}
/*image en Bas, à Gauche*/
.bg
{
height:2px;
width:2px;
}
/*image en Bas, à Droite*/
.bd
{
height:2px;
width:2px;
}
/*tableau d'un élément*/
table.menu
{
text-align:center;
width:131px;
}
/*tableau complet d'un menu*/
.menu_all {
	margin-top:-2px;
	margin-bottom:auto;
  margin-right:2px;
  margin-left:3px;
  width:100%;
}
/*cellule du tableau complet = element*/
td.mall
{
  border: 0px;
  margin: 0px;
	padding: 2px 0px;
  }
/*Titre d'un menu*/
td.menu {
	border: 0px;
  margin: 0px;
	padding: 0px;
  cursor: pointer;
  text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size:10pt;
  /*height:28px;*/
  vertical-align:middle;
}
/*Lien du titre*/
a.menu {
	border: 0pt;
  text-decoration: none;
  display: block;
	font-weight: bold;
  padding:3px 0px;
}
/*lien du titre survolé*/
a.menu:hover 
{
  font-weight:800;
  cursor: pointer;
}