	.promo{
		font-family:arial,helvetica,sans-serif;
		background-color:#FFFACD;
		color:blue;
		font-size:12px;
		text-align:center;
		border: thin solid yellow;
	}
	.basse{
		font-family:arial,helvetica,sans-serif;
		background-color:#90EE90;
		color:blue;
		font-size:12px;
		text-align:center;
		border: thin solid green;
	}
	.haute{
		font-family:arial,helvetica,sans-serif;
		background-color:#FFC0CB;
		color:blue;
		font-size:12px;
		text-align:center;
		border: thin solid red;
		 border-collapse:collapse;
	}		
	.titre1{
		font-family:arial,helvetica,sans-serif;
		background-color:#B0B0B0;
		color:black;
		font-size:10px;
		text-align:center;
		border: medium solid gray;
	}	
	.titre-g{
		font-family:arial,helvetica,sans-serif;
		background-color:#7FFFD4;
		color:black;
		font-size:10px;
		text-align:center;
		border: medium solid #00BFFF;
	}	
