/********************* Page Restrict Connexion *********************/
#authentification_form {
	padding: 4em 0;
}
#authentification_form div {
	margin: auto;
	border: 1px solid #AAA;
	width: 350px;
	padding: 15px;
	height: 1%; overflow: hidden;
}
/*#authentification_submit { float: right; }*/
#authentification_form input { width: 160px; }
#authentification_form p { text-align: right; }
#authentification_form p label  { float: none; display: inline; }

/*********************************/
#auth_inscription ul {
	margin: .5em 0 .5em 1.4em;
	list-style: outside;
	list-style-type: square;
}
#auth_inscription li { margin-bottom: 4px; }



.lien_oublie{
	/*background-color: red;*/
	margin-top:0.5em;
	text-align:center;
}


