/* CSS Document */
ul.eco_regint li {
    margin: 5px 0;
	text-align:justify;
}

h4.eco_chap {
	text-decoration:underline;
}

h4.eco_annee {
	text-align:center;
}

.eco_rightbor {
	border-right: 1px solid #000000;
}

ul.eco_equipe {
		list-style:square;
}
	
	ul.eco_equipe li{
	}


div#eco_plan {
/*	overflow:auto;
	height:200px;*/
	font-size:2px;
}

	div#eco_plan table {
		border: 2px solid #000000;
		background-color:#FEF8EB;
		margin: 0 auto;
	}

		div#eco_plan table tr {
		}

		div#eco_plan table tr th {
			text-align:center;
			font-size:14px;
			border-bottom: 1px solid #000000;
			height:22px;
			background-color:#FBE3B3;
		}

		div#eco_plan table tr td {
			margin: 0;
			padding:0;
			text-align:center;
		}

		div#eco_plan table tr td div{
			width:87px;
		}

		div#eco_plan table tr td.eco_heure {
			color:#FF0000;
			font-size:8px;
			padding:0 2px;
		}
		div#eco_plan table tr td.eco_percu {
			background-color:#99CCFF;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_solfe {
			background-color:#99FFCC;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_flute {
			background-color:#FFCCFF;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_clari {
			background-color:#FFCC99;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_saxo {
			background-color:#CCCCFF;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_oj {
			background-color:#FFCC33;
			border: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr td.eco_tromp {
			background-color:#FFFF66;
			border-top: 1px solid #000000;
			border-left: 1px solid #000000;
			border-bottom: 1px solid #000000;
			font-size:10px;
		}
		div#eco_plan table tr.eco_salle td {
			border-top: 1px solid #000000;
			font-size:10px;
			padding:2px;
			background-color:#FCEBC7;
		}
		

table.eco_tcours {
	font-size:12px;
	margin:auto;
}
	table.eco_tcours tr {
	}
		table.eco_tcours tr th {
			padding:4px;
			background-color:#FBE0A8;
			text-align:center;
			white-space: nowrap;
		}
		table.eco_tcours tr td {
			padding:4px;
			background-color:#FEF8EB;
			white-space: nowrap;
		}
		
table.eco_treduc {
	font-size:12px;
	margin:auto;
}
	table.eco_treduc tr {
	}
		table.eco_treduc tr th {
			padding:4px;
			background-color:#FBE0A8;
			text-align:center;
		}
		table.eco_treduc tr td {
			padding:4px;
			width:106px;
			background-color:#FEF8EB;
		}


