ul.appel {
list-style : none;
list-style-position : outside;
margin-left : -35px;
}
li.appel {
margin-left : 30px;
/*font-size : 11pt;*/
}

#programme {
     border : solid 1px;
     border-collapse : collapse;
     font-size : 9pt;
}

#programme td {
     border : solid 1px;
     font-size : 9pt;
     text-align : center;
     padding : 0 10px 0 10px;
}

#programme td.gh{
     border-left : solid 2px;
     border-top : solid 2px;
     }
#programme td.h{
     border-top : solid 2px;
     }
#programme td.dh{
     border-right : solid 2px;
     border-top : solid 2px;
     }
#programme td.d{
     border-right : solid 2px;
     }
#programme td.ghb{
     border-left : solid 2px;
     border-top : solid 2px;
     border-bottom : solid 2px;
     }
#programme td.b{
     border-bottom : solid 2px;
     }
#programme td.bd{
     border-right : solid 2px;
     border-bottom : solid 2px;
     }
#programme td.journee {
	border-color : white;
	text-align : center;
	color : green;
	text-decoration : underline;
	height : 35px;
	font-weight : bold;
     font-style : italic;
}
#programme td.journee2 {
	border-color : white;
	border-top-color : black;
	text-align : center;
	color : green;
	text-decoration : underline;
	height : 50px;
	font-weight : bold;
     font-style : italic;
}
#programme td.titresession {
	text-align : center;
	font-weight : bold;
}
.datelim {
     text-align : center;
     text-decoration : underline;
     font-weight : bold;
     }

