/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu générique de la page d'accueil */

.menuTable
{
  width:280px;
}

.menuTable a
{
  color:black;
}

.menuTable .separateur
{
  height:3px;
	background-image:url('/common/images/background/ligne_pointille.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

.menuTable td
{
  height:17px;
}

.menuTable .normal .puce
{
  width:50px;
	background-position:40px 6px;
	background-repeat:no-repeat;
}

.menuTable .selected .puce
{
  width:50px;
	background-position:40px 6px;
	background-repeat:no-repeat;
}

.menuTable .normal .texte, .menuTable .selected .texte
{
  width:230px;
}

.menuTable .selected
{
	background-position:right;
	background-repeat:no-repeat;
}

.menuTable .selected .texte *
{
	font-weight:bold;
}
