/* style du tableau comprenant le bandeau supérieur: intitulé et liens de navigation */
.table_top{
width: 100%;
}

/* style de la cellule comprenant l'intitulé de la vidéo */
.td_top_left
{
background-color: white;
text-align: center;
height: 85px;
/* background-image: url(../Images/ground_top_left.gif);*/
}

/* style de la cellule comprenant les logos */
.td_top_right
{
background-color: white;
text-align: center;
height: 50px;
/* background-image: url(../Images/ground_top_right.gif);*/
}

/* style des cellules comprenant les liens de navigation (Accueil, passages, ...) */
.td_navig{
height: 10px;
vertical-align:middle;
text-align: center;
background-color: #dddddd;
text-align: center;
border: 1px solid black;
}


/* style du tableau comprenant le contenu d'une page */
.table_content{
background-color: white;
width: 100%;
height: 50px;
}

/* style des cellules riches du tableau précédent */
.td_rich_content{
padding: 10px;
background-color: white;
vertical-align:top;
/*background-image: url(../Images/ground_content.gif);*/
text-align: justify;
}


/* style des cellules simples du tableau précédent (ie sans background) */
.td_content{
padding: 10px;
background-color: white;
vertical-align:top;
text-align: justify;
}

/* style du tableau comprenant des listes (passages, thèmes) */
.table_list{
background-color: white;
width: 96%;
text-align: center;
/* border: 1px solid #B9CE74;*/
 border: 1px solid #0168b2;
}

/* style des cellules du tableau précédent */
.td_list{
/*border-top: 1px solid #B9CE74;*/
border-top: 1px solid #0168b2;
padding: 4px;
background-color: white;
vertical-align: middle;
height: 15px;
text-align: left;
}

/* style des cellules de l première colonne du tableau précédent */
.td_list1{
/*border-top: 1px solid #B9CE74;*/
border-top: 1px solid #0168b2;
padding: 4px;
background-color: white;
vertical-align: middle;
height: 15px;
text-align: left ;
width:auto;
}

/* style de la première ligne du tableau précédent */
.td_list_sup{
/*border-left: 2px solid #B9CE74;*/
/*background-color: #F0F8DD; */
border-left: 2px solid #0168b2;
background-color: #e7eff7; 
padding: 4px;
vertical-align: middle;
height: 15px;
text-align: center;
}

/* style de la première cellule de la première ligne du tableau précédent */
.td_list_sup1{
/*border-left: 0px solid #B9CE74;*/
/*background-color: #F0F8DD; */
border-left: 0px solid #0168b2;
background-color: #e7eff7;
padding: 4px;
vertical-align: middle;
height: 15px;
text-align: center;
}

