#note-info { text-align: center; }

#note-info #info
{
	max-width: 800px;
	margin: auto;
	text-align: left;
}

#note-info #info h1 { text-align: center; }

/* ************************************ */
/* Bloc de retour à l'édition du profil */
/* ************************************ */

#edit-profile
{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: rgb(246, 246, 246);
	border-bottom: 1px solid rgb(226, 42, 37);
}

#edit-profile a
{
	cursor: pointer;
	text-decoration: none;
}

#edit-profile p, #edit-profile h3 { margin: 0px; }

#edit-profile .rondrouge
{
	background-color: rgb(226, 42, 37);
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	width: 10px;
}