/* CSS Document */

#body {
	font-family:Arial;
	color:#999999; 
	font-size:10px;
	background-color:#FFFFFF;
	margin: 0 0 0 0;
}

#tableau { 
	width: 580px; 
	height: auto;
	border: none;
	}

.description { 
	text-align:center;
}

.tablegris { 
	background-color: #999999;
	}
	
.tablerouge{ 
	background-color: #990033;
	}
	
.titregris { 
	font-family:Arial;
	font-size: 14px;
	color:#999999;

	}
	
.texterouge { 
	font-family:Arial;
	font-size: 10px;
	color:#FF0000;
	}
					