@charset "windows-1252";
/* ******************************************************************************************* */
/* Fichier : lps.css                                                                           */
/* Réalisé par P. ARNOULD / Créé le 15/05/2007 / Modifié le 05/08/2011                         */
/* ******************************************************************************************* */
/* Rappel de syntaxe CSS :                                                                     */
/* Regroupement des 4 valeurs dans une même propriétés :                                       */ 
/*                                                                                             */
/*     margin: 1px 3px    1px    2px; ) On doit spécifier l'unité, mais si 0 : pas d'unité.    */
/*              ^   ^      ^      ^                                                            */
/*             top  right bottom left                                                          */
/*                                                                                             */
/*  #toto : Elément dont l'ID est toto... (unique)                                             */
/*  .toto : Elément de CLASS toto... (multiple)                                                */
/*                                                                                             */
/* RAPPEL : pour éviter des problèmes de compatibilité entre Firefox et MSIE, il               */
/* faut privilégier les margins et éviter de toucher aux paddings.                             */
/*                                                                                             */
/* ******************************************************************************************* */
html { margin: 0px; padding: 0px;}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* DEFINITIONS PARTICULIERES :                                                                 */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* ******************************************************************************************* */
/* Page                                                                                        */
/* ******************************************************************************************* */
body       { margin: 0px; padding: 0px;
             background-image: url(images/fond.gif);
             background-color: #E0FAFA; color: black;
             font-family : "Trebuchet MS", arial, helvetica, sans-serif;
             text-align: center; /* pour corriger le bug de centrage IE, donc par              */
             /* défaut tout est centré, il faudra utiliser des blocs pour aligner à            */
             /* gauche les différents éléments...                                              */
           }
/* ******************************************************************************************* */
/* Définitions générales                                                                       */
/* ******************************************************************************************* */
h1, h2, h3, h4 { margin: 0; padding: 0; text-align: center; line-height: 1em; }
p          { margin-left: 5px; text-align: left; }
img        { margin: 0; padding: 0; border: 0 none; }
div        { margin: 0; padding: 0; }
/* ******************************************************************************************* */
/* Architecture de la page et menu :                                                           */
/* ******************************************************************************************* */
#page      { position: relative; top: 0; left: 0; width: 100%; } /* #53ACF4 : bleu             */
#menu      { position: absolute; top: 0; left: 0; margin: 2px 0 0 2px; width: 120px; height: 1024px;
             background-color: #53ACF4; 
             background-image: url(images/mariaks_stylises_gris_2.gif); 
             background-repeat: no-repeat; }
#menu ul   { margin: 80px 0 0 5px; padding: 0; list-style: none; }
#menu li   { margin: 0; font-size: 0.7em; font-weight: bold; 
             line-height: 18px; width: 110px; text-align: center; }                  
#menu li a { display: block; margin: 2px; text-decoration: none;
             background-color: #FFF998; color: black;            /* Fond orange, texte noir    */ 
             border-style: solid; border-width: 1px 2px 2px 1px; /* #FFF998 : jaune            */
             border-color: #0000CC #0000CC #0000CC #0000CC; }    /* #0000CC : bleu sombre      */
#menu li a:hover { background-color: #FFCC33; color: black;      /* Fond orange                */ 
             border-style: solid; border-width: 2px 1px 1px 2px; /* #FFCC33 : orange           */
             border-color: #0000CC #0000CC #0000CC #0000CC; }
#contenu   { top: 0; margin: 0 0 0 122px; } 
/* ******************************************************************************************* */
/* Entête :                                                                                    */
/* ******************************************************************************************* */
div#entete { width: 100%; height: 80px; }
img#Barre_haut  { float: left; margin-top: 5px; 
                  border: 0 none; width: 100%; height: 5px; }
img#Logo_gauche { clear: both; float: left;  margin-top: 5px; margin-left: 5px;  
                  border: 1px solid; width: 140px; height: 49px; }
img#Logo_droit  { float: right; margin-top: 5px; margin-right: 5px; 
                  border: 1px solid; border-color: black; width: 140px; height: 49px; }
h1 { padding-top: 15px; font-size: 1.6em; color: red; }   /* Titre principal */
h2 { font-size: 1.3em; color: green; }                    /* Titre secondaire */
img#Barre_bas { clear: both; float: left; margin-top: 5px; 
                border: 0 none;  width: 100%; height: 5px; }
/* ******************************************************************************************* */
/* Pied de page :                                                                              */
/* ******************************************************************************************* */
div#piedepage { clear: both; padding-top: 5px; border-top: 1px solid; 
                width: 100%; text-align: right; }
.piedepage_retour { float: left; text-align: left; }
.piedepage_retour a 
           { display: block; margin: 2px 0; text-decoration: none;
             font-size: 0.7em; font-weight: bold; 
             line-height: 18px; width: 110px; text-align: center;
             background-color: #FFF998; color: black;            /* Fond orange, texte noir    */ 
             border-style: solid; border-width: 1px 2px 2px 1px; /* #FFF998 : jaune            */
             border-color: #0000CC #0000CC #0000CC #0000CC; }    /* #0000CC : bleu sombre      */
.piedepage_retour a:hover 
           { background-color: #FFCC33; color: black;      /* Fond orange              */ 
             border-style: solid; border-width: 2px 1px 1px 2px; /* #FFCC33 : orange           */
             border-color: #0000CC #0000CC #0000CC #0000CC; }
.piedepage_logos { float: right; text-align: right; }       
div#weborama  { display: inline; margin-right: 3px; margin-top: 3px; border: 0 none; text-align: right; }
/* ******************************************************************************************* */
/* Onglets :                                                                                   */ 
/* ******************************************************************************************* */ 
/* Mise en forme de la zone des onglets (bordure, couleur du fond...)                          */
/* #BBBCAF : jaune sombre                                                                      */
/* #EEEFDF : jaune                                                                             */
#div_cadre_global { margin: 0.2em; padding: 0.2em 0.2em 0.2em 0.25em; 
                    border: 1px solid black; background-color: #BBBCAF; text-align: left; }
#div_onglets { margin: 0 0 0 1em; padding: 0; border: 0; background-color: #BBBCAF; }
/* Liste en forme d'onglet                                                                     */ 
#onglet1 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold; 
           background-color: #EEEFDF; /* Cet onglet est sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  }
#onglet2 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold;
           background-color: #999999; /* Cet onglet n'est pas sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  }
#onglet3 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold;
           background-color: #999999; /* Cet onglet n'est pas sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  }
#onglet4 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold;
           background-color: #999999; /* Cet onglet n'est pas sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  }
#onglet5 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold;
           background-color: #999999; /* Cet onglet n'est pas sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  }
#onglet6 { margin: 0.5em 0 0 0; padding: 0 0.5em 0 0.5em; float: left; 
           font-size: 1em; font-weight: bold;
           background-color: #999999; /* Cet onglet n'est pas sélectionné au départ. */
           border-top :   none;
           border-right:  none;
           border-bottom: none;
           border-left:   none;  
           display: none; /*** Au chargement de la page, cet onglet n'est pas visible. ***/ }
/* Liens sur les onglets                                                                       */ 
#div_onglets a { text-decoration: none; color: white; } /* Par défaut, les liens sont en blanc */
#div_onglets a:hover { color: black; }        /* Ils passent en noir quand on les survolent... */
#onglet1 a { color: black; }                /* L'onglet 1 est sélectionné et est donc en noir. */
/* ******************************************************************************************* */
/* Visite du lycée :                                                                           */ 
/* ******************************************************************************************* */ 
/* Liste pour la visite du lycée : liens et photos sous la photo principale :                  */
/* div.div_liens_photos_secondaires { border: 1px solid red; } */
ul.ul_liens_photos_secondaires { list-style-type: none; }
.ul_liens_photos_secondaires li { float: left; }
li.li_liens_retours 
           { margin: 0 10px 0 0; font-size: 0.7em; font-weight: bold; 
             line-height: 18px; width: 110px; text-align: center; }                  
li.li_liens_retours a 
           { display: block; margin: 2px 0; text-decoration: none;
             background-color: #FFF998; color: black;            /* Fond orange, texte noir    */ 
             border-style: solid; border-width: 1px 2px 2px 1px; /* #FFF998 : jaune            */
             border-color: #0000CC #0000CC #0000CC #0000CC; }    /* #0000CC : bleu sombre      */
li.li_liens_retours a:hover 
           { background-color: #FFCC33; color: black;            /* Fond orange                */ 
             border-style: solid; border-width: 2px 1px 1px 2px; /* #FFCC33 : orange           */
             border-color: #0000CC #0000CC #0000CC #0000CC; }
#span_commentaire_area { background-color: #53ACF4; height: 1.2em; 
                         border: 1px solid; border-color: #53ACF4;
                         font-size: 0.9em; font-weight: bold; color: black;}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* DEFINITIONS GENERALES :                                                                     */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* ******************************************************************************************* */
/* Blocs (div, ...)                                                                            */ 
/* ******************************************************************************************* */
/* Div calé flottant à droite avec marge                                                       */ 
.div_flottant_droite { float: right; padding-top: 1px; padding-right: 5px; border: 0 none; }
.div_clear_flottant_droite { clear: both; float: right; padding-top: 1px; padding-right: 5px; border: 0 none; }
/* Div calé flottant à gauche avec marge                                                       */ 
.div_flottant_gauche { float: left; padding-top: 5px; padding-left: 5px; border: 0 none; }
.div_clear_flottant_gauche { clear: both; float: left; padding-top: 5px; padding-left: 5px; border: 0 none; }
/* Table largeur 500px centrée dans un div de largeur 100%                                     */ 
/* Le contenu de la table est centré                                                           */
#div_table500px_centree { width: 100%; text-align: center; }
#div_table500px_centree table { position: relative; /* On positionne le conteneur */
                                width: 500px; margin-left: auto; margin-right: auto;
                                text-align: center; }
#div_table600px_centree table { position: relative; /* On positionne le conteneur */
                                width: 600px; margin-left: auto; margin-right: auto;
                                text-align: center; }
/* Table largeur libre centrée dans un div de largeur 100%                                     */ 
/* Le contenu de la table est centré                                                           */
#div_table_centree { width: 100%; text-align: center; }
#div_table_centree table { position: relative; /* On positionne le conteneur */
                           margin-left: auto; margin-right: auto;
                           text-align: center; }

/* Bloc avec texte aligné à gauche, à droite, justifié :                                       */
.bloc_text_align_gauche { text-align: left; }
.bloc_text_align_droite { text-align: right; }
.bloc_text_align_justifie { text-align: justify; }
.bloc_texte_erreur_align_gauche { text-align: left; background-color: #FF9999;
                                  border-color: red; border: 1px solid; }
/* Div :                                       */
.div_text_align_justifie_fond1 { text-align: justify;  background-color: #FFFFCC; }  /* Fond Jaune gris        */
/* ******************************************************************************************* */
/* Passage  à la ligne                                                                         */ 
/* ******************************************************************************************* */
hr.alaligne { clear: both; margin-top: 5px; visibility: hidden; }
/* ******************************************************************************************* */
/* Formulaires :                                                                               */
/* ******************************************************************************************* */
form#formulaire { margin: 5px; padding: 10px; border: 0 none; 
                  background-color: #FFFFCC; } /* Jaune pâle */
div.div_formulaire_gauche { float: left; }
div.div_formulaire_droite { }
ul.ul_formulaire { margin-top: 0; list-style: none; }
li.li_champ      { text-align: right; }                  
li.li_input      { text-align: left; }
/* ******************************************************************************************* */
/* Images :                                                                                    */ 
/* ******************************************************************************************* */
img.img_en_travaux        { border: 0 none; width: 40px; height: 40px; vertical-align: middle; }
img.img_fleche_arriere    { border: 0 none; width: 30px; height: 20px; vertical-align: middle; }
img.img_avec_bordure      { border: 1px solid; border-color: black; }
.img_border1_margpad0     { margin: 0; padding: 0; border: 1px solid; border-color: black; }
.img_border1_marglat_pad0 { margin: 0 5px 0 5px; padding: 0; 
                            border: 1px solid; border-color: black; } /* Marges latérales */
.img_border0_marglat_pad0 { margin: 0 5px 0 5px; padding: 0; border: none; } /* Marges latérales */
/* ******************************************************************************************* */
/* Objets PDF :                                                                                */ 
/* ******************************************************************************************* */
div.div_object_pdf { float: left; padding-top: 5px; border: 1px solid; 
                     width:640px; height:800px; 
                     background-color: #CCCC99; } /* Jaune gris */
object.object_pdf { width:640px; height:800px; }
/* ******************************************************************************************* */
/* Listes :                                                                                    */ 
/* ******************************************************************************************* */
/* Liste 1 :                                                                                   */ 
.ul_liste1 { text-align: left; list-style-type: disc; }
/* Liste 2 :                                                                                   */ 
.ul_liste2 { text-align: left; list-style-type: disc; margin-left: 2em; }
/* Liste 3 :                                                                                   */ 
.ul_liste3 { margin: 0; padding: 0; text-align: left; list-style-type: none; }
.ul_liste3 li h1 { text-align: left; font-size: 1em; color: black; 
                   font-weight: bold; text-decoration: underline; }
.ul_liste3 li h3 { text-align: left; font-size: 0.8em; color: black; font-weight: bold;
                   margin-left: 1.8em;  margin-top: 0.5em; margin-bottom: 0.25em;
                   border: 0; text-decoration: underline; }
/* Liste 4 :                                                                                   */
.ul_liste4 { margin: 0; padding: 0; text-align: center; list-style-type: none; }
/* Liste avec des coches vertes :                                                              */
.ul_liste_coches_vertes { list-style-type: none; margin: 20px 0 0 20px; padding: 0; }
.ul_liste_coches_vertes a { padding-left: 20px;
                            background: url(images/coche_ok.gif) center left no-repeat; }
/* Liste type 1                                                                                */ 
.div_liste1 h1 { margin-left: 1em; margin-top: 0.25em; margin-bottom: 0.25em;
                 text-align: left; font-size: 1.2em; color: blue; 
                 font-weight: bold; text-decoration: underline; }
.div_liste1 h2 { text-align: center; font-size: 1.1em; color: green; font-weight: bold; 
                 margin-left: 1.8em; margin-right: 1em; margin-top: 0.25em; margin-bottom: 0;
                 border: 1px solid; border-color: black; background-color: #FFCC33; }
.div_liste1 dl { text-align: left; margin-left: 1em; font-weight: bold; }
.div_liste1 dt { text-align: left; margin-left: 2em; font-weight: normal; 
                 text-decoration: underline; }
.div_liste1 dd { text-align: left; margin-left: 3em; font-weight: normal; }
.p_h1_liste1   { margin-left: 1em; }
.p_h2_liste1   { margin-left: 2em; }
.div_liste1 img { border-color: black; border: 1px solid; }
/* ******************************************************************************************* */ 
/* ******************************************************************************************* */
/* Tableaux :                                                                                  */ 
/* ******************************************************************************************* */ 
/* TABLEAU 1 */ 
.table_tableau1       { background-color: #FFFFCC; border: 1px solid;       /* Jaune pâle        */
                        border-color: black; }
.tr_tableau1_ligne1   { background-color: #FFCC33; }                      /* Orange            */
.th_tableau1_titre1   { background-color: #FFCC33; font-weight: bold; }   /* Orange            */
.td_tableau1_cellule1 { background-color: #66FFCC; vertical-align: top;  /* Vert pâle         */
                        width: 33%; } 
.tr_tableau1_ligne2   { background-color: #FFDB86; }                      /* Orange pâle       */
.tr_tableau1_ligne3   { border: 1px solid; border-color: black; }
.th_tableau1_titre2   { background-color: #FFDB86; font-weight: bold; }   /* Orange pâle       */
.td_tableau1_cellule2 { background-color: #FFFFCC; vertical-align: top;  /* Jaune pâle        */
                        width: 33%; } 
.td_tableau1_cellule3 { background-color: #FFDB86 }                      /* Orange pâle       */
.td_tableau1_cellule5 { background-color: #FFFF9A }                      /* Orange jaune pâle */
.td_tableau1_cellule6 { background-color: white }                        /* Blanc             */
.td_tableau1_cellule4 { background-color: #66FFCC; vertical-align: top;  /* Vert pâle         */
                        width: 25%; } 
.p_tableau1_titre1    { background-color: #FFDB86; font-weight: bold;     /* Orange pâle       */
                        margin: 0; padding: 0; text-align: center; }
.p_tableau1_titre1g   { background-color: #FFDB86; font-weight: bold;     /* Orange pâle      */
                        color: rgb(165,165,165); /* Ecritures grisées */
                        margin: 0; padding: 0; text-align: center; }
/* ******************************************************************************************* */ 
/* TABLEAU 2 */ 
.table_tableau2       { background-color: #FFFFCC; border: 1px solid;     /* Jaune pâle        */
                        border-color: black; }
.tr_tableau2_ligne1   { background-color: #FFFFCC;                        /* Jaune pâle        */
                        border: 1px solid; border-color: black; }
.th_tableau2_titre1   { background-color: #FFFFCC; font-weight: bold; }   /* Jaune pâle        */
.td_tableau2_cellule1 { vertical-align: top; font-weight: normal; }       /* idem tableau      */
.td_tableau2_cellule3 { vertical-align: top; font-weight: bold; }         /* idem tableau      */
.td_tableau2_cellule4 { background-color: #FFFFCC; vertical-align: top;   /* Jaune pâle        */
                        font-weight: normal; }         
.td_tableau2_cellule5 { background-color: #FFFFCC; vertical-align: top;   /* Jaune pâle        */
                        font-weight: bold; }         
.tr_tableau2_ligne2   { background-color: #FFDB86;                        /* Orange pâle       */
                        border: 1px solid; border-color: black; }
.th_tableau2_titre2   { background-color: #FFDB86; font-weight: bold; }   /* Orange pâle       */
.td_tableau2_cellule2 { vertical-align: top; font-weight: normal;         /* idem tableau2     */
                        border: 1px solid; border-color: black; }
.td_tableau2_info     { font-style: italic; font-size: 0.9em; }
/* ******************************************************************************************* */ 
/* TABLEAU 3 */ 
.table_tableau3       { background-color: #FFFFCC; border: 1px solid;     /* Jaune pâle        */
                        border-color: black; width: 95%; }
/* ******************************************************************************************* */ 
/* TABLEAU 4 */ 
.table_tableau4       { background-color: #FFFFCC; width: 100%;           /* Fond Jaune pâle   */
                        border: 1px solid; border-color: black;
                        border-collapse: separate; }
.table_tableau4_collapse { background-color: #FFFFCC; width: 100%;        /* Fond Jaune pâle   */
                        border: 1px solid; border-color: black;
                        border-collapse: collapse; }
.tr_tableau4_ligne1   { background-color: #FFFFCC;                        /* Fond Jaune pâle        */
                        border: 1px solid; border-color: black; }
.th_tableau4_titre1c  { background-color: #B7B99D; font-weight: bold;     /* Fond Jaune gris sombre */
                        text-align: center; }
.th_tableau4_titre1l  { background-color: #B7B99D; font-weight: bold;     /* Fond Jaune gris sombre */
                        text-align: left; }
.th_tableau4_titre1r  { background-color: #B7B99D; font-weight: bold;     /* Fond Jaune gris sombre */
                        text-align: right; }
.td_tableau4_cellule1 { background-color: #FFFFCC; vertical-align: top;   /* Fond Jaune gris        */
                        padding: 0 0.2em 0 0.2em; }                       /*  Pas de bordure    */
.td_tableau4_cellule2 { background-color: #EEEEBE; vertical-align: top;   /* Fond Jaune gris clair  */
                        border: 1px solid; border-color: #B7B99D; }       /*  Bordure 1px Jaune gris sombre */
.td_tableau4_cellule3 { background-color: #FFFFCC; vertical-align: top;   /* Fond Jaune gris        */
                        border: 1px solid; border-color: black;           /*  Bordure 1px noire*/
                        padding: 0 0.5em 0 0.5em; }                       /*  Texte en retrait */
.td_tableau4_cellule4 { background-color: #EEEEBE; vertical-align: top;   /* Fond Jaune gris clair  */
                        padding: 0 0.2em 0 0.2em; }                       /*  Texte en léger retrait */
  /* Pour afficher le cahier de texte */
.td_tableau4_cellule5 { background-color: white; vertical-align: top;     /* Fond blanc        */
                        border: 1px solid; border-color: black;           /*  Bordure 1px noire*/
                        margin: 0;
                        padding: 0 0 0 0.5em;                             /*  Texte en retrait */
                        font-size: 0.9em; line-height: 95%}
td.td_tableau4_cellule5 p {margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}
td.td_tableau4_cellule5 ul {margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}
/* ******************************************************************************************* */ 
/* TABLEAU TROMBINOSCOPE */ 
.table_trombinoscope    { background-color: #FFFFCC; border: 1px solid;     /* Jaune pâle      */
                        border-color: black; }
.tr_table_trombinoscope { background-color: #FFCC33; page-break-before:always }/* Orange       */
.p_titre_trombinoscope  { text-align: center; font-weight: bold; font-size: 1.2em; }
.div_sommaire_trombinoscope { text-align: center; page-break-after:always }
/* ******************************************************************************************* */ 
/* TABLE SAISIE */ 
.table_saisie         { background-color: #FFFFCC; border: 1px solid;     /* Jaune pâle        */
                      border-color: black; width: 95%; }
table.table_saisie th { background-color: #FFDB86; font-weight: bold; }   /* Orange pâle       */
table.table_saisie tr { border: 1px solid black; }
/* ******************************************************************************************* */ 
/* ... */ 
td.td_align_gauche { text-align: left; }
td.td_align_droite { text-align: right; }
/* ******************************************************************************************* */
/* Paragraphes :                                                                               */ 
/* ******************************************************************************************* */
.p_messagederreur { color: white; background-color: #8C0000; /* Bordeaux sombre */
                    font-family: "Courier New", Arial; font-weight: bold; text-align: left; } 
.p_texte_gauche       { text-align: left; }
.p_texte_droite       { text-align: right; }
.p_texte-gras_centre  { text-align: center; font-weight: bold; }
.p_texte-gras_gauche  { text-align: left; font-weight: bold; }
.p_texte_alerte_gauche{ text-align: left;  font-weight: bold; color: red; }
.p_petit-texte_gauche { text-align: left; line-height: 0.9em; font-size: 0.7em; }
.p_petit-texte_droite { text-align: right; line-height: 0.9em; font-size: 0.7em; }
.p_petit-texte_centre { text-align: center; line-height: 0.9em; font-size: 0.7em; }
/* ******************************************************************************************* */
/* Divers :                                                                                    */ 
/* ******************************************************************************************* */
em { font-size: 1em; color: red; font-weight: bold; } /* Texte mis en évidence                 */
/* Pour l'affichage des infos bulles (voir la fonction "") */
/* ******************************************************************************************* */
/* Liens :                                                                                     */ 
/* ******************************************************************************************* */
.a_lien_sans_deco_1 { text-decoration: none; color: black; } /* Le lien n'est ni souligné, ni en bleu        */
a.a_lien_sans_deco_1:visited { text-decoration: none; color: black; }
a.a_lien_sans_deco_1:hover { text-decoration: none; color: blue; }
/* ******************************************************************************************* */

