/*table.login:Style de tableau pour le login*/

table.login

{

border-width:1px;

border-color:white;

background-color: transparent;

border-bottom:solid #808080 2px;

font-size:10;

}


/*lien*/

a.login

{

  	font-size: 10px;

	color:#666666;

	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}

/*survol du lien*/

a.login:hover

{

  	font-size: 10px;

	color: #cccccc;

	font-weight: bold;

	text-decoration:none;

}

a.login:visited

{

  	font-size: 10px;

	color:#666666;

	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}


