/* Feuille de styles pour Ferroref. Révision 1.00 du 27 novembre 2004 */

/* [][][] Classes pour les pages standards (par defaut) [][][] */
/* Définition des styles par défaut d'une page standard <body class="default"> */
.default { background-color: #EFEFEF;
	   background-image: url(images/backgrey.gif);
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px; 
           
}

/* Définition du style par défaut de la balise <a href> d'une page standard */
.default a { text-decoration: none;
}

/* Définition du style de police par défaut pour les tableaux d'une page standard */
.default table { font-size: 12px;
}

/* Définition des styles pour le tableau d'entête et de pied de page */
.head_title { font-weight: bold;
              color: rgb(255, 204, 51); 
              background-color: rgb(51, 51, 51);
              text-align: center;
              vertical-align: top;
}

.head_style1 { background-color: rgb(51, 204, 255); 
               color: rgb(255, 255, 0);              
               text-align: center; 
               vertical-align: middle;
}

.head_style2 { background-color: rgb(51, 204, 102); 
               color: rgb(255, 255, 0); 
               vertical-align: top; 
               font-style: italic; 
               text-align: center;
} 

/* Définition des styles pour le tableau de la base de donnees Ferroref */
.bd_table { background-color: rgb(255, 255, 153);
}

.bd_title { background-color: rgb(255, 204, 102);
            font-weight: bold; 
} 

.bd_article { background-color: rgb(255, 255, 0);
} 
