/*************************************/
/*	Boite identification			 */
/*************************************/
#boite-identification{
	background-image: url(images/bg-boite-ident.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin-top: -34px;
	margin-right: 0px;
	padding-left: 15px;
	width: 150px;
	height: 270px;
}
form{
	float: left;
	margin-top: 0px;
	margin-left: 0px;			
}
.titre-boite-ident{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
}
.message-erreur{
	/*background-color: #00CCFF;*/
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 140px;
	height: 45px;		
	color: #000000;
	font-size: 0.9em;	
	font-weight: normal;
}
LABEL{
	display: inline;
	float: left;
	margin-left: 0px;
	width: 110px;
	height: 13px;
}
.label-identification{
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
}
INPUT{
	display: inline;
	float: left;
	margin-top: 3px;
	margin-left: 4px;
	border:1px solid #fff;
	background-color:#fff;
	width: 108px;
	height: 12px;
	font-size: 0.9em;
}
.bt-ok{
	background-image: url(images/bt-ok-ident.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	border: 0;
	float: left;
	margin-top: 0px;
	margin-left: 7px;
	cursor: pointer;
}
.nouveau_venu{
	/*background-color: #00CCFF;*/
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 140px;
	height: 45px;		
	color: #000000;
	font-size: 0.9em;	
	font-weight: normal;
}
.inscrire{
	background-image: url(images/bt-inscr-boite-ident.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 8px;
	padding-left: 5px;
	width: 84px;
	height: 32px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
a.lien-inscrire {
	font-size: 0.9em;
	text-decoration: underline;
	color: #000000;
}
a.lien-inscrire:hover{
	color: #DE8705;
	font-size: 0.9em;
	text-decoration: underline;
}


#boite-ident-reussie{
	background-image: url(images/bg-boite-ident-ok.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin-top: -15px;
	margin-right: 0px;
	padding-left: 15px;
	width: 150px;
	height: 81px;
}
.deconnexion{
	background-image: url(images/bt-deconnexion.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	float: left;
	margin-top: -15px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 15px;
	width: 119px;
	height: 31px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
a.lien-deconnexion, a.lien-deconnexion:visited {
	font-size: 0.9em;
	text-decoration: underline;
	color: #000000;
}
a.lien-deconnexion:hover{
	color: #DE8705;
	font-size: 0.9em;
	text-decoration: underline;
}		

#alerteIdent{
	background-color:#FF5100;
	float: left;
	margin-top: 0px;
	margin-left: 0px;	
	margin-bottom: 15px;	
	padding-top: 5px;
	padding-left: 5px;	
	width: 740px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;	
	font-size: 1.2em;		
}
.ressource{
	float: left;
	margin-top: 1px;
	margin-left: 0px;
	width: 735px;
	height: 25px;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a.lien-ressource, a.lien-ressource:visited{
	background-color: #e4f2ff;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 10px;		
	width: 735px;
	height: 20px;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a.lien-ressource:hover{
	background-color: #afd4ff;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 10px;		
	width: 735px;
	height: 20px;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}	
