/*====================== CHOIX COULEURS ==============================*/
/*  #023767 : bleu foncé */
/*  #DCE3FD : violet */
/*  #6081BF : violet clair */ 
/*  #F1F4FF : violet très clair*/
/*  #CC0000 : rouge */

/*====================================================================*/
/*============================ BODY ==================================*/
/*====================================================================*/
/* #023767 : bleu foncé */
body { color: #023767;background-color: #FFFFFF} 

/*====================================================================*/
/*========================== TABLEAUX ================================*/
/*====================================================================*/
/*  - définit par féfaut la police de caractères dans une cellule - */
td { color: #023767; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/*  - entete d'un tableau - */
/*  #DCE3FD : violet */
.tab_colonne { color: #023767; font-weight: bold; background-color: #DCE3FD}

/*  - les lignes du tableau - */
/*  #F1F4FF : violet très clair*/
.tab_cellule {  color: #023767; background-color: #F1F4FF}

/*  - contour du tableau : exemple : les menus - */
/*  #DCE3FD : violet */
.tab_border {  border-color: #DCE3FD #DCE3FD #DCE3FD #DCE3FD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.tab_border_blue {  border-color: #023767 #023767 #023767 #023767; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


/*====================================================================*/
/*============================= LIENS ================================*/
/*====================================================================*/
/*  - lien petit format. Pour les menus de navigation - */
/*  #6081BF : violet clair */
.link0 {  font-size: 10px; font-weight: bold; color: #6081BF; text-decoration: none}
.link0a {  font-size: 10px; font-weight: normal; color: #023767; text-decoration: none}

/*  - lien moyen format : pour les liens dans une page - */
/*  #023767 : bleu foncé */
.link1  {  color: #023767; text-decoration: underline}
.link1a {  color: #023767; font-weight: bold; text-decoration: none}

/*  - lien moyen format : lien rouge. Pour préciser le numéro de page affiché active après une recherche - */
/*  #CC0000 : rouge */
.link2 {  font-weight: bold; color: #CC0000; text-decoration: none}

a:hover { color: #CC0000; text-decoration: underline} /* couleur lors du passage de la souris sur le lien */
a:active { color: #CC0000; text-decoration: underline; }   /* couleur du lien actif */
/*a:visited { */
/*A:link { font-weight: normal; color: #023767 }       */
/*====================================================================*/
/*=============== TITRES ET CHAPITRE DE PAGE  ========================*/
/*====================================================================*/
/* -- Titre affiché dans l'entête --- */ 
.tab_titre { color: #023767; font-size: 19px; font-weight: bold }

/* -- Nom de titre d'une page --- */ 
.tab_chapitre { color: #023767; font-size: 17px; font-weight: bold}

/*====================================================================*/
/*=============================== AUTRES  ============================*/
/*====================================================================*/

/*  - Texte en rouge pour la page nouveautés - */
.tab_news { font-weight: bold; color: #CC0000 }
.gras { font-weight: bold; }

/*  - Taille pour le nom des applications du portail - */
.applications {font-size: 13px; font-weight: bold}

/*  - couleur pour le détail d'une expédition - */
.evt_attente {color: #999999; font-weight: normal; }
.evt_encours {color: #666666; font-weight: bold; font-style: normal}

/*  -- taille sous-titre page détail -- */
.ss_titre {font-weight: bold; font-size: 13px}


