/*
##############################################################################
#
#                   FEUILLE DE STYLE POUR LES PAGES GENJ
#
#              (Define colors, fonts and other style attributes here 
#              to override the defaults)
#
##############################################################################
*/


a:link  {
        color:  #6633cc;
        }

a:visited   {
            color: #0000cc;
            }

a:hover {
        color:  #6633cc;
        text-decoration: underline;
        }

.class1 a:link {text-decoration: underline; color: red;}
.class1 a:visited {text-decoration: underline; color: navy;}
.class1 a:hover {text-decoration: underline; color: green;}


/* Page background color */
body	{
      color: #000000;
      background-color: #ffffff;
      margin : 10px 20px 10px 10px;
      }

/* TOC Page background color */
body.toc	{
          color: #000000;
          background-color: #00009c;
          margin : 10px 20px 10px 10px;
          }

/* Font used in division - Section 1 part */
div.section1	{
              color: #00009c;
              font-size: 14pt;
              font-weight: bold;
              }

/* Font used in table - la_note_du_moment */
table.la_note_du_moment {
                      color: #426f42;
                      font-size: 18pt;
                      font-weight: bold;
                      }
/* Font used in division - la_note_du_moment */
td.la_note_du_moment {
                      color: #5f9f9f;
                      border : 1px solid White;
                      font-size: 14pt;
                      font-weight: bold;
                      margin : 10px 20px 10px 10px;
                      }
/* Font used in division - la_note_du_moment2 */
td.la_note_du_moment2 {
                      color: #0000cc;
                      font-size: 12pt;
                      }


/* misc */
table.grey3,tr.grey3,th.grey3,td.grey3    {
                                          background-color: #fffff0;
                                          color: #4a766e;
                                          }
table.grey4,tr.grey4,th.grey4,td.grey4    {
                                          background-color: #e7e7e7;
                                          color: #4a766e;
                                          }

