/* CSS Document */

@import url("../pages/phpBB2/templates/subSilver/subSilver.css");

    .laius {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
    }

    .laius-title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 18px;
        color: #003366;
        /*color: #C01918;*/
        font-weight: 900;
    }

    /* Le menu */
    a.topMenuText {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #003366;
            font-size : 10px;
            text-decoration: none;
            padding: 2px;
    }

    a.menuText {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: white;
            font-size : 10px;
            text-decoration: none;
            padding: 2px;
    }

    .subMenuText {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size : 10px;
            padding: 2px;
    }

    a.subMenuText {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #003366;
            font-size : 10px;
            padding: 2px;
            text-decoration: none;
    }

    a.topMenuText:link { color: #003366; }
    a.topMenuText:visited { color: #003366; }
    a.topMenuText:hover   { text-decoration: none; padding: 2px; background-color: #DEE3E7;  color: #003366; }

    a.menuText:link { color: white; }
    a.menuText:visited { color: white; }
    a.menuText:hover   { text-decoration: none; padding: 2px; background-color: #DEE3E7;  color: #003366; }

    a.subMenuText:link { color: #003366; }
    a.subMenuText:visited { color: #003366; }
    a.subMenuText:hover   { text-decoration: none; padding: 2px; background-color: #DEE3E7;  color: #003366; }

    .menuSep {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #CCCCCC;
        font-size : 10px;
    }

    .subMenuSep {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #666666;
        font-size : 10px;
    }

    /* Light column row navigation */
    .rownav {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #003366;
            font-size : 11px;
            text-decoration: none;
    }

    a.rownav:link    { color: #003366; }
    a.rownav:visited { color: #003366; }
    a.rownav:hover   { text-decoration: none; color: #DD6900; }

    /* Dark column row navigation */
    .darkrownav {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #ffffff;
            font-size : 11px;
            text-decoration: none;
    }

    a.darkrownav:link    { color: #ffffff; }
    a.darkrownav:visited { color: #ffffff; }
    a.darkrownav:hover   { text-decoration: none; color: #DD6900; }

    /* This is the border line & background colour round inner tables */
    .innerline   { background-color: #FFFFFF;  border: 1px #000000 solid;  }

    /* Title of pages */
    .pagetitle   { letter-spacing:2px; font-size: 18px; font-weight: bold; color: #000000; }

    /* Bottom copyright notice */
    .notice { font-size: 9px;  color:#909090 }
    .notice:link    { color: #909090; }
    .notice:visited { color: #909090; }
    .notice:hover   { text-decoration: none; color: #909090; }

    /* Commentaire associé au titre de la page */
    .titlecomment { font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    font-weight: normal;
                    margin-top: 5px; }

    /* Header cells - the blue and silver gradient backgrounds */
    td.lightrow  {
        color: #003366;
        font-size: 11px;
        font-weight : bold;
        background-color: #FFFFFF;
        height: 23px;
        background-image: url(../pages/phpBB2/templates/subSilver/images/cellpic1.gif);
    }
