@CHARSET "UTF-8";

#utilisaterUsurpe {
	margin-left: 2%;
}

#utilisaterUsurpe span:FIRST-CHILD {
	font-weight: bold;
}

#connexion {
	text-decoration: none;
	padding-left: 20px;
	background-image: url("../images/user.png") ;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	position: relative;
	float: right;
	top: 42px;
	right: 5px;
	width: auto;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

#connexion:hover {
	text-decoration: underline;
}

#connexion:VISITED {
	text-decoration: none;
}

#deconnexion {
	text-decoration: none;
	padding-left: 20px;
	background-image: url("../images/logoff.png") ;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	top: 10px;
	right: 5px;
	width: auto;
	background-position: 2px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#deconnexion:VISITED {
	text-decoration: none;
}

#wrongPwdId {
	color: red;
	font-weight: bold;
}
