/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu gauche dans une page courante */



/* ---------------------------- Niveau 2 */

.menuTable-n2
{
  width:200px;
}

.menuTable-n2 a , .menuTable-n2 a *
{
  color:black;
}

.menuTable-n2 .separateur
{
  height:3px;
	background-image:url('/common/images/background/ligne_pointille.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

.menuTable-n2 td
{
  height:17px;
}

.menuTable-n2 .normal
{
	background-color:inherit;
}

.menuTable-n2 .selected
{
	background-image:url('/common/images/background/menu_degrade_jaune.gif');
	background-position:right;
	background-repeat:repeat-y;
	background-color:#ffaa00;
}

.menuTable-n2 .normal .puce
{
  width:20px;
	background-image:url('/common/images/puces/puce_jaune.gif');
	background-position:10px 5px;
	background-repeat:no-repeat;
}

.menuTable-n2 .selected .puce
{
  width:20px;
	background-image:url('/common/images/puces/puce_blanche_jaune.gif');
	background-position:10px 6px;
	background-repeat:no-repeat;
}

.menuTable-n2 .normal .texte, .menuTable-n2 .selected .texte
{
  width:180px;
}

.menuTable-n2 .normal .texte *, .menuTable-n2 .selected .texte *
{
	font-weight:bold;
}

.menuTable-n2 .selected .texte *
{
	color:#ffffff;
}

/* ---------------------------- Niveau 3 */

.menuTable-n3
{
  width:200px;
}

.menuTable-n3 .puce
{
  width:20px;
  text-align:right;
  color:#f4a200;
}

.menuTable-n3 .texte
{
  width:180px;
}

.menuTable-n3 a:hover, .menuTable-n3 a:hover *
{
  color:#f4a200;
}

/* ---------------------------- Niveau 4 */

.menuTable-n4
{
  width:200px;
}

.menuTable-n4 .puce
{
  width:30px;
  text-align:right;
  color:#f4a200;
}

.menuTable-n4 .texte
{
  width:170px;
}

.menuTable-n4 a:hover
{
  color:#f4a200;
}
