/* CSS Document */
.block_tableau{
	background:url(../img/structure/block_info_fond.jpg) repeat-y; 
	width:1000px;
}
.block_tableau .start{
	background:url(../img/structure/block_info_top.jpg) no-repeat; 
	width:1000px;
	height:27px;
}
.block_tableau .end{
	background:url(../img/structure/block_info_bottom.jpg) no-repeat; 
	width:1000px;
	height:32px;
	clear:both;
}

.block_tableau table{ 
	float:left; 
	margin-right: 5px;
	display:inline-block;
	
}
.block_tableau table td{ 
	padding:2px 5px;

}
.block_tableau table th{ 
	padding: 5px;

}
#block_programme table th{
	color:#FFFFFF; 
	background-color:#990033; 
	text-transform:uppercase;
	border-right:#ffffff 5px solid; 
	
}
#block_programme table td{ 
	
	border-bottom:#CCCCCC 1px solid; 
	border-right:#ffffff 5px solid; 
	text-align:right; 
	color:#808080; 
	background-repeat:no-repeat; 
	background-position:left;
	font-size:10px;
}
#block_programme table td.picto{
width:30px;} 
#block_programme table td.legende{
width:250px; 
} 
#block_programme table td.t1{background-color:#00A085;}
#block_programme table td.t2{background-color:#0064B1;}
#block_programme table td.t3{background-color:#FF9900;}

#block_programme table td.v1{color:#00A085; background-image:url(../img/structure/v1.jpg);width:100px; } 
#block_programme table td.v2{color:#00A085; background-image:url(../img/structure/v1.jpg);width:100px; }
#block_programme table td.d1{color:#00A085; background-image:url(../img/structure/d1.jpg);width:100px; }
#block_programme table td.d2{color:#0064B1; background-image:url(../img/structure/d2.jpg);width:100px; }
#block_programme table td.s{
	color:#FF9900;
	width:100px;
	background-image:url(../img/structure/s.jpg);
}

#block_horaires thead th{ border-left:#ffffff 5px solid; color:#FFFFFF; width:100px;}
#block_horaires thead th.aller1{ background-color:#00A085;}
#block_horaires thead th.retour1{ background-color:#3BB79F;}
#block_horaires thead th.aller2{ background-color:#0064B1;}
#block_horaires thead th.retour2{ background-color:#3999C9;}

#block_horaires thead th.ar1{ background-color:#00A085;}
#block_horaires thead th.ar2{ background-color:#0064B1;}

#block_horaires tbody tr.detail_horaire{ background-color:#E6E6E6;}
#block_horaires tbody tr.detail_horaire td.aller1{ color:#00A085;}
#block_horaires tbody tr.detail_horaire td.retour1{ color:#3BB79F;}
#block_horaires tbody tr.detail_horaire td.aller2{ color:#0064B1;}
#block_horaires tbody tr.detail_horaire td.retour2{ color:#3999C9;}

#block_horaires tbody tr.detail_direction{ }
#block_horaires tbody tr.detail_direction td.aller1{ background:url(../img/structure/vers_aller1.jpg) center center no-repeat;}
#block_horaires tbody tr.detail_direction td.retour1{ background:url(../img/structure/vers_retour1.jpg) center center no-repeat;}
#block_horaires tbody tr.detail_direction td.aller2{ background:url(../img/structure/vers_aller2.jpg) center center no-repeat;}
#block_horaires tbody tr.detail_direction td.retour2{ background:url(../img/structure/vers_retour2.jpg) center center no-repeat;}
#block_horaires tfoot th{ color:#808080;}
#block_horaires tfoot th.alert{ color:#990033;}
