body{
	background-color: rgba(220,130,150);
}
.texte {
	text-align: center;
	font-size: 18px;
}
#changer_captcha {
	display: inline-block;
	margin-left: 10px;
}
.indic_notif {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.bleu {
	background-color: rgba(6,5,204,1);
}
.vert{
	background-color: rgba(6,204,5,1);
}
.rouge{
	background-color: rgba(145,40,59,1);
}
.orange{
	background-color: rgba(248,209,129,1);
}
.notif_suppr {
	width: 20px;
	height: 20px;
	background-color: rgba(145,40,59,1);
	color: white;
	border-width: 1px;
	cursor: pointer;
}
.invit_valid {
	width: 20px;
	height: 20px;
	background-color: rgba(6,204,5,1);
	color: white;
	border-width: 1px;
	cursor: pointer;
}