


/*--- le fond ---*/
Body {background-color : ##F0F0FF}

/*-- le fond des popup ---*/   
Body.popup {background-color : white}

/*--- la police ---*/
Body {  font-family:  Times;font-size : 10px} 

/*--- entete de tableau ---*/
TR.TextHead {background-color : #6699cc}
TR.TextHead {font-family: Times, serif; font-size : 10px;
         font-weight : bold} 
         
/*--- Entete d'un tableau catalogue ---*/
TR.CatalogHead {font-weight : bold;color: #003399; font-size:small}

/*--- Contenu d'un tableau catalogue ---*/
TR.CatalogContent {color: #000000; font-size:small}

/*--- couleur des liens du texte ---*/
a.Catalog {
color : #003399;
text-decoration: underline ;}

a.Catalog:link {
color : #003399;
text-decoration: underline;}

a.Catalog:active {
color : #003399;
text-decoration: underline;}

a.Catalog:visited {
color : #003399;
text-decoration: underline;}

a.Catalog:hover {
color : #003399;
text-decoration : underline;
}

/*--- Couleur de remplissage des cases d'un tableau qd l'element est disponible --*/
TD.fill	{background-color : #ffd700;text-align : center} 
