#gabarit_general{
	width: 100%;
}

h2{
	
	color: #2c3b4f;
	font-weight: normal;
	font-size: 20px;
}

h3{
	font-weight: normal;
}
.demibloc{
	clear: both;
	background-color:  #e5eaf1;
	
	padding: 15px;
	margin: 5px;
	margin-top: 20px;
	border-radius: 5px;
	width: 90%;
}
#f_nlogin{
	float: left
}
#nouveau_image{
	float: left;
	
	width: 30px;
	min-height: 30px;
	text-align: center;
}
#nouveau_image img {
	max-width: 25px;
	display: none;
	
}
#bouton_creation_compte{
	float: left;
}


#bouton_login_compte{
	margin-left: 20px;
}

#renvoi_passe{
	margin-top: 5px;
}
#renvoi_passe a{
	color: black;
	text-decoration: underline;
}
.erreur1{
	color: red;
	margin-top: 5px;
	font-size: 12px;	
	text-decoration: blink;
	width: 100%;
}