/************************************************************/
/*      Auteur : Denis LALLET
/*     Version : 1.1
/*        Date : 18/09/2005
/* Commentaire : Partie spécifique pour la rubrique chrono
/************************************************************/
#time_line {
 	width:				100%;
 	height:				70px;
 	overflow:			auto;
 	background-color:		black;
	border-style:			inset; 	
}
#time_line a {
	color:				#FFFFFF;	
}
#time_line th {
	color:				#FFFFFF;
	text-align:			left;	
}
#time_line td {
	text-align:			center;	
}
.bleuc {
	background-color:		#006699;
}
.bleuf {
	background-color:		#000066;
}
/*----- Page de resultat (tableau) -----*/
#zone_garde table {
	width:				80%; /*100% et mal interprete par IE*/
	border-style:			solid;
	border-color:			#000000;
	border-width:			0 0 1px 0;
	margin:				auto;
	
	/* Suppression des espaces entres les cellules */
	border-collapse:		collapse;
}
#zone_garde thead {
	border-style:			solid;
	border-color:			#000000;
	border-width:			1px 0 1px 0;
	background-color:		#000066;
	color:				#006699;	
}

#zone_garde th {
	border-style:			solid;
	border-color:			#000000;
	border-width:			1px 0 1px 0;	
}
#zone_garde td {
	vertical-align:			top;
}

