#corps
{
	background-image: url('https://images.theireply.fr/polygone2.png');
}
#contenu
{
	display: flex;
	justify-content: center;
	align-items: center;
}

#bloc_central
{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	box-shadow: 2px 2px 10px black;
	background-color: #F7F7F7;
	padding: 10px;
}

#titre
{
	font-size: 30px;
}


#msg_erreur
{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: rgb(255, 170, 170);
}

#img_erreur
{
	height: 20px;
	vertical-align: baseline;
}

#msg_succes
{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: rgb(170, 255, 170);
}


#explic
{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#grp_champs_code
{
	display: flex;
}

.champ_code
{
	height: 50px;
	width: 50px;
	border-radius: 5px;
	text-align: center;
	font-size: 40px;
	margin-left: 5px;
	margin-right: 5px;
}



/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	
}