	.messageBox
	{
		position:absolute;
		background-color:#FFFFFF;
		top:200px;
		left: 200px;
		z-index:99;
		height:150px;
		max-height:300px;
		width:400px;
		max-width:400px;
		border:3px ridge;
		text-align:center;
		font-size:20px;
		color:#000000
	}
	
	.ficheBox
	{
		position:absolute;
		background-color:#F0E0AA;
		top:100px;
		left: 100px;
		z-index:99;
		width:700px;
		max-width:700px;
		border:3px ridge;
		text-align:center;
		font-size:20px;
		color:#000000
	}
	
	.cadreInformation
	{
		width:400px;
		border: 8px ridge;
		text-align:center;
		font-size: 20px;
	}
	
	.cadreMessage
	{
		width:500px;
		border: 6px inset;
		text-align: center;
		font-size:14px;
	}