@CHARSET "UTF-8";
#fd_catalogue_disp{
	width: 962px;
	min-height: 534px;
	background: url( ../images/fd.jpg);
	margin: auto;
}
#tableau{
	width: 962px;
	min-height: 475px;
}
#tableau TABLE {
	font-size: .88em;
	table-layout: fixed;
	border-spacing: 0px;
}
#tableau_titre{
	width: 962px;
	height: 71px;
}
#tableau_label H1 {
	color: #efefef;
	margin-bottom:20px;
	margin-left:200px;
	margin-top:0px;
}
#tableau_legendes{
/*	width: 757px; */
	width: 778px;
	height: 52px;
	background: url( ../images/tab_legendes.gif);
	color: #000;
	font-size:.86em;
	font-weight:bold;
	/*letter-spacing: -0.1em;*/
}
#tableau_legendes TR{
	margin-left: 0px;
}
#tableau_legendes TD {
	width: 60px;
	height: 52px;
	text-align: center;
	font-size:9px;
}
#tableau_lignes{
	width: 778px;
	background: url( ../images/tab_fd.gif);
	color: #000;
}
#tableau_lignes TD {
	width: 60px;
	height: 24px;
	text-align: center;
}
#tableau_lignes .active_cell {
	text-decoration: underline;
}
#tableau_schema{
	width: 118px;
	height: 404px;top: 71px;
}
#zone_bouts_bas_disp{
	top: 475px;
	width: 789px;
	height: 90px;
	margin: auto;
}
.pop-up {
	position: absolute;
	display: none;
	color: #000;
	background: #ababab;
}
/*
 * Les couleurs des colonnes
 */
TD .color_1 {
	color: #fff;
	background-color: #6d8db2;
	font-weight:bold;
}
TD .color_2 {
	color: #3972B2;
	background-color: #A8BBD0;
}
TD .color_3 {
	color: #478CDA;
	background-color: #B2C6DB;
}



