/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Entreprises */

#entreprisesTable
{
  width:300px;
  margin-bottom:20px;
  background-color:white;
}

#entreprisesTable .coin
{
  width:10px
}

#entreprisesTable .titre
{
  text-align:right;
  height:30px;
  vertical-align:top;
}

#entreprisesTable .gauche
{
	background-image:url('/common/images/background/entreprises/raccord_gauche.gif');
	background-position:left;
	background-repeat:repeat-y;
}

#entreprisesTable .droit
{
	background-image:url('/common/images/background/entreprises/raccord_droit.gif');
	background-position:right;
	background-repeat:repeat-y;
}

#entreprisesTable .bas
{
	background-image:url('/common/images/background/entreprises/raccord_bas.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

/* ---------------------------- Menu */


#entreprisesTable .menuTable .normal
{
	background-color:inherit;
}

#entreprisesTable .menuTable .selected
{
	background-image:url('/common/images/background/menu_degrade_jaune.gif');
	background-color:#ffaa00;
}

#entreprisesTable .menuTable .normal .puce
{
	background-image:url('/common/images/puces/puce_jaune.gif');
	background-color:inherit;
}

#entreprisesTable .menuTable .selected .puce
{
	background-image:url('/common/images/puces/puce_blanche_jaune.gif');
}

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