/****************************/
/* FORMULAIRE DE L'INTRANET */
/****************************/

div#Authentification div#MessageErreur {
	color:#F00;
	margin-bottom:10px;
}

div#Authentification div#MessageAuthentification {
	color:#4C616F;
}

div#BoxNom, div#BoxPsw {
	clear:both;
	margin:10px auto;
}

div#BoxNom div#TitreNom, div#BoxPsw div#TitrePsw {
	float:left;
	margin-top:2px;
	width:100px;
}

div#Authentification div#BoutonValidation {
	margin-left:148px;
	margin-bottom:20px;
}

div#NouveauUser {
	display:none;
}

#boiteconnexion a{
	display: block;
	width: 150px;
	border: 1px solid #0b4f5d;
	color: #FFFFFF !important;
	float: left;
	padding: 3px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 30px 0 100px;
	text-align: center;
	line-height: 20px;
	background-color: #509daf;
	text-decoration: none;
}

#boiteconnexion a.modifier{
	float: right;
	margin: 0px 100px 0 30px;
}

#boiteconnexion a:hover{
	background-color: #0b4f5d;
	text-decoration: none !important;
}
