/* CSS Document */

    body {
        margin: 0;
        padding: 0;
        font: normal .9em/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
        background: black url(./../__img__/css/bck.png) repeat 0 0;
        color: white;
    }

    h1, #header, #main, #footer {
        width: 738px;
        margin: 0 0 0 36px;
        padding: 0;
    }

    h1 {
        height: 90px;
        background: transparent url(./../__img__/css/header.png) no-repeat 0 0;
    }

    #header {
        background: transparent url(./../__img__/css/main.png) repeat-y 0 0;
        font-size: .9em;
        line-height: 1.2em;
    }

        #header h2 {
            padding: 15px 0;
        }

        #header p, #main p {
            margin: 0;
            padding: 0;
        }

        #header p, #header h2 {
            margin: 0 65px 0 205px;
        }

        #lang {
            position: absolute;
            left: 45px;
            top: 90px;
        }
        #lang a {
            position: absolute;
            display: block;
            top: 0;
            width: 50px;
            height: 30px;
            padding: 2px;
            color: #E7E7E7;
            font-variant: small-caps;
            font-weight: bold;
            background: transparent no-repeat 0 0;
        }
            #lang a.fr {
                background-image : url(./../__img__/css/fr.png);
            }
            #lang a.en {
                background-image : url(./../__img__/css/en.png);
            }
            #lang a.ca {
                background-image : url(./../__img__/css/ca.png);
            }
        #lang1 {
            left: 45px;
        }
        #lang2 {
            left: 115px;
        }
            #lang a span {
                display: none;
            }

    #main {
        position: relative;
        height: 540px;
        width: 738px;
        background: transparent url(./../__img__/css/main.png) repeat-y 0 0;
    }
        #main hr {
            visibility: hidden;
            clear: both;
            margin: 0;
        }

        #menu, #content {
            position: absolute;
            top: 0;
        }

        #content {
            left: 205px;
            width: 460px;
            height: 540px;
            overflow: auto;
            margin: 0;
            padding: 0 5px;
            color: #512706;
            font-size: .8em;
            line-height: 1.4em;
        }
            #content h3 {
                text-align: center;
                font-size: 1.4em;
                height: 36px;
                background: transparent url(./../__img__/css/h3_ray.png) no-repeat 0 50%;
            }
            #content h4 {
                text-align: center;
                font-size: 01.2em;
            }
            #content a {
                font-weight: bold;
                color: #0A80DE;
            }
            #content a:hover {
                color: #FFF;
                background: #894605;
            }

        #menu {
            left: 45px;
            width: 130px;
            margin: 0;
            padding: 0 5px;
            list-style: none;
        }

            ul#menu li {
                margin: 0;
                padding: 0 0 0 51px;
                height: 55px;
            }

                ul#menu li a {
                    display: block;
                    margin: 0;
                    padding: 0 0 0 10px;
                    width: 100%;
                    height: 100%;
                    color: #FFF;
                    text-decoration: none;
                }
                
                    ul#menu li a span {
                        font-size: 0.7em;
                        font-weight: bold;
                        line-height: 40px;
                    }
                    
                    ul#menu li a:hover {
                        color: #E7E770;
                        text-decoration: underline;
                    }
                    
                    
                    ul#menu #m_sel a span,
                    ul#menu #m_a06 a span,
                    ul#menu #m_a05 a span,
                    ul#menu #m_a04 a span,
                    ul#menu #m_a03 a span {
                        line-height: 20px;
                    }

            #m_acc {
                background: transparent url(./../__img__/css/li_acc.png) no-repeat 0 0;
            }

            #m_sel {
                background: transparent url(./../__img__/css/li_sel.png) no-repeat 0 0;
            }

            #m_lau {
                background: transparent url(./../__img__/css/li_lau.png) no-repeat 0 0;
            }

            #m_ins {
                background: transparent url(./../__img__/css/li_ins.png) no-repeat 0 0;
            }

            #m_a06 {
                background: transparent url(./../__img__/css/li_a06.png) no-repeat 0 0;
            }

            #m_a05 {
                background: transparent url(./../__img__/css/li_a05.png) no-repeat 0 0;
            }

            #m_a04 {
                background: transparent url(./../__img__/css/li_a04.png) no-repeat 0 0;
            }

            #m_a03 {
                background: transparent url(./../__img__/css/li_a03.png) no-repeat 0 0;
            }

            #m_tilt {
                background: transparent url(./../__img__/css/li_tilt.png) no-repeat 0 0;
            }


    #footer {
        background: black url(./../__img__/css/footer.png) no-repeat 0 0px;
        height: 45px;
        position: relative;
    }
