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

#entreprisesTable
{
  width:190px;
  margin-bottom:5px;
  margin-left:auto;
  background-color:white;
}

#entreprisesTable .coin
{
  width:10px
}

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

#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;
}

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

