/* style par défaut du site */
.texte{
FONT-SIZE: 11px; 
COLOR: #000000; 
FONT-FAMILY: Arial ;
FONT-WEIGHT: normal;
}

/* intitulé de la vidéo dans le bandeau supérieur */
.grandtitre{
FONT-SIZE: 14px;
FONT-WEIGHT: bold; 
COLOR: #ff6600; 
font-family: Verdana; 
}

/* titre d'une rubrique dans une page (à voir aussi, description, passages, ...) */
.rubrique{
/*FONT-SIZE: 14px; 
font-weight: normal; 
COLOR: #ff9900; 
FONT-FAMILY: Verdana; */
FONT-SIZE: 12px; 
font-weight: bold; 
COLOR: #003399; 
FONT-FAMILY: Verdana
}

/* nom d'un auteur, réalisateur, ... */
.titre{
FONT-SIZE: 11px; 
font-weight: bold; 
COLOR: #003399; 
FONT-FAMILY: Arial;
}

/* nom d'un champ (langue, type, ...) */
.soustitre{
FONT-SIZE: 11px; 
font-weight: bold; 
COLOR: black; 
FONT-FAMILY: Arial;
}

/* type d'un thème, d'un mot-clé, ... */
.genre{
FONT-SIZE: 11px;
COLOR: #cc3300; 
FONT-FAMILY: Arial;
}


/* style des liens de navigation dans le bandeau supérieur */
/*
.navig{
FONT-SIZE: 10px; 
font-weight: normal; 
COLOR: black; 
FONT-FAMILY: Arial;
}

.navig A:active { 
color: black;
font-weight: bold;
text-decoration: none;
FONT-FAMILY: Arial;
} 
.navig A:hover { 
color: black; 
font-weight: bold;
text-decoration: underline;
FONT-FAMILY: Arial;
} 
.navig A:link { 
color: black; 
font-weight: bold;
text-decoration: none;
FONT-FAMILY: Arial;
} 
.navig A:visited { 
color: black; 
font-weight: bold;
text-decoration: none;
FONT-FAMILY: Arial;
} 
*/

.navig { 
FONT-SIZE: 11px; 
COLOR:#3f3f8c; 
FONT-FAMILY: Arial;
} 
.navig a:active { 
COLOR:#0168b2; 
TEXT-DECORATION: none;
font-weight: bold;

} 
.navig a:hover { 
COLOR:#0168b2; 
TEXT-DECORATION: underline;
font-weight: bold;
} 
.navig a:link { 
COLOR:#0168b2; 
TEXT-DECORATION: none ;
font-weight: bold;
} 
.navig a:visited { 
COLOR:#0168b2; 
TEXT-DECORATION: none;
font-weight: bold; 
} 
																									

/* style du menu déroulant pour le choix de la langue */
.lang{
FONT-SIZE: 11px; 
font-weight: bold; 
COLOR: black; 
FONT-FAMILY: Arial; 
}

/* style du texte de bas de page */
.bottom{
FONT-SIZE: 11px; 
font-weight: normal; 
COLOR: black; 
FONT-FAMILY: Arial;
}




