/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Login */

#loginTable
{
  width:170px;
	background-image:url('/common/images/background/degrade_acces.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#loginTable a
{
  color:#f4a200;
  text-decoration:underline;
}

#loginTable td
{
  height:17px;
}

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

#loginTable .titre
{
  height:17px;
  text-align:center;
  vertical-align:middle;
  color:#f4a200;
  text-transform:uppercase;
  font-weight:bold;
}

#loginTable .label
{
  width:140px;
  height:20px;
}

#loginTable .label *
{
  margin-left:10px;
}

#loginTable .input
{
  width:140px;
  height:20px;
  text-align:center;
}

#loginTable .input input
{
  width:100px;
  height:16px;
  padding-left:5px;
  border-style:solid;
  border-width:1px;
  border-color:#616161;
}

#loginTable .valid
{
  width:30px;
}

#loginTable .lien
{
  text-align:center;
  height:25px;
}

