.authentification
{
	float: right;
}

.authentification TABLE
{
	font-family:helvetica,sans-serif; 
	font-size:12px;	
}

.authentification .input
{
	width: 120px;
}

.authentification UL
{
	margin-top:5px;
	margin-left:5px;
	padding:0px;
}
.authentification LI
{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
 	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: .8em;
}
.authentification LI A {
	color: white;
	text-decoration: none;
}

.authentification LI A:hover {
	color: red;
	text-decoration: underline;
}

.authentification .username
{
	font-style: italic;
	color:white;
}

#loginPanel TABLE
{
	background-color:none;
	border: 1px solid #ccc;
}

#loginPanel .failed
{
	color : red;
}

#loginLock IMG
{
	border: 0px;
}

#usersDiv
{
	position	: absolute;
	width		: 550px;
	height		: 400px;
	border		: 1px solid #444;
	background	: #fff;
	padding		: 10px;
}

#usersDiv, #usersDiv TD
{
	color		: black;
}

#usersDiv H1
{
	font-size	: 14px;
	letter-spacing : normal;
	color		: #333;
}

#usersDiv .close
{
	float		: right;	
	height		: 15px;
}

#usersDiv A
{
	color		: black;	
	text-decoration: none;
}

#usersDiv A:hover
{
	color		: red;	
	text-decoration: underline;
}

#usersDiv .bloc
{
	background		: #eee;
	border			: 1px solid #ddd;	
	padding			: 5px;
}

#usersDiv .userleft
{
	height			: 240px;	
}

#usersDiv .userright
{
	height			: 240px;	
}

#usersDiv .overflow
{
	height			: 200px;
	overflow		: auto;	
}

#attributeFormDiv
{
	position		: absolute;
	display			: none;
	width			: 220px;
	margin-top		: 3px;
	background		: #fff;
	height			: 100px;
	border			: 1px solid #ddd;	
	padding			: 5px;
}

#attributeFormDiv TD
{
	font-size		: 11px;	
}

#usersDiv .attributes
{
	border-collapse : collapse;
	width			: 370px;
}

#usersDiv .attributes .even
{
	background	: #eee;
	border		: 1px solid #ccc;
}

#usersDiv .attributes .odd
{
	background	: #ddd;
	border		: 1px solid #ccc;
}

#usersDiv .attributes TD.action
{
	text-align	: center;
}

#usersDiv .attributes TD.action A
{
	color		: #472c31;	
}

#usersDiv .users
{
	border-collapse : collapse;
	width			: 550px;
}

#usersDiv .users .even
{
	background	: #eee;
	border		: 1px solid #ccc;
}

#usersDiv .users .odd
{
	background	: #ddd;
	border		: 1px solid #ccc;
}

#usersDiv .users TD.roles
{
	font-size	: 10px;	
}

#usersDiv .users TD.action
{
	text-align	: center;
}

#usersDiv .users TD.action A
{
	color		: #472c31;	
}

#userFormDiv
{
	position	: absolute;
	width		: 670px;
	height		: 285px;
	margin-left	: -50px;
	border		: 1px solid #ddd;
	background	: #fff;
	/*
	-moz-opacity : 0.9;
	filter		: alpha (opacity=90);
	*/
}

#userFormDiv .field
{
	width		: 150px;
	height		: 15px;
	background	: #fff;
	color		: black;
	font-size	: 12px;	
}

#userFormDiv .checkbox
{
	background	: none;
}

#userFormDiv TD
{
	border		: 0px;	
}



