#message_authentification{
	width:90%;
	margin:auto;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

div#contenu_centre_authentification{
	width: 990px;
	margin: auto;
	padding-bottom: 10px;
	overflow: auto;
	background: url('../image/fond-contenu.png') center repeat-y;
	text-align:	center;
}

#centre_authentification_table{
	width: 900px;
	margin: auto;
	text-align:	center;
}

div#centre_authentification_formulaire, div#centre_authentification_nouveau_compte {
	width: 420px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	overflow:auto;
	background: url('../image/block/block_bg.gif') repeat-x;
	background-color: #0076b1;
	color:white;
}

div#centre_authentification_formulaire table{
	width:300px;
	margin:auto;
	text-align:center;
}

.authentification_lien{
	color:#004982;
	text-decoration:underline;
}

.authentification_lien:hover{
	text-decoration:none;
	color:black;
}

div#centre_authentification_formulaire_contour, div#centre_authentification_nouveau_compte_contour{
	text-align:center;
}

#authentification_nouveau_compte_texte{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:5px;
}

#authentification_nouveau_compte_texte span{
	font-weight:bold;
}

