/* gestion et mise en page des tableaux de présentaiton des programmes par journée */
.programme{
margin-top: 25px;
margin-bottom: 25px;
width:100%;
}
.programme table{
border-collapse:collapse;
background-color:#FFffff;
vertical-align:top;
font-size: 1.4em;
}

.programme tbody {
vertical-align:top;
}
.programme th {
border-bottom:1px solid white;
padding:5px;
font-size:0.7em;
background-color:#eeeeee;
vertical-align:top;
width: 16%;
font-weight:100;
}
.programme td {
font-family:sans-serif;
font-size:80%;
padding:5px;
text-align:left;
spacing : 5px;
border-spacing:3px;
border-bottom: 1px dotted #003867;
}
.programme caption {
font-family:sans-serif;
}
/* cellule de titre de tableau, la date */
.cell_title_table{
background-color: white;
text-align:center;
text-transform:uppercase;
border-bottom : 1px solid #003867;
background-color:#ffffff;
}
.title_table{
font-size:1.5em;
font-weight:bold;
text-align:center;
}
.programme HR { color: #225D7D; } 
/*------*/
.bg_sciences{
background-color: #225D7D;
color : white;
font-weight:bold;
}
.cell_sciences{
border-left : 3px solid #225D7D;
}
.title_sciences{
color: #225D7D;
font-weight:bold;
}
/*------*/
.bg_cities{
background-color: #3B7046;
color : white;
font-weight:bold;
}
.cell_cities{
border-left : 3px solid #3B7046;
}
.title_cities{
color: #3B7046;
font-weight:bold;
}
/*------*/
.cell_various{
border-left : 3px solid #c70460;
}
.title_various{
color: #c70460;
font-weight:bold;
}
/*------*/
.bg_logistic{
background-color: #3B7046;
color : white;
font-weight:bold;
}
.cell_logistic{
border-left : 3px solid #555555;
}
.title_logistic{
color: #555555;
font-weight:bold;
}
/*------*/
.extra_theme{
border-left : 3px solid #99426b;
vertical-align:middle;
}
.title_extra{
color: #99426b;
font-weight:bold;
}
.break_programme{
color: #333333;
font-weight:bold;
/*border-left : 3px solid #555555;*/
vertical-align:middle;
}
