	.cadreErreurMoyen
	{
		font-size: 24px;
		font-weight: bold;
		color: #FF4312;
		width: 400px;
		height: 125px;
		border: inset 4px black;
		text-align: center;
		vertical-align: middle;
		background-color:#DDDDDD;
	}
	
	.cadreErreurGrand
	{
		font-size: 24px;
		font-weight: bold;
		color: #FF4312;
		width: 450px;
		height: 200px;
		border: inset 4px black;
		text-align: center;
		vertical-align: middle;
		background-color:#DDDDDD;
	}