:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; border: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }


body {
    background-color: #e1e1e1;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #4c4d4f;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
}
a {
    color: #4c4d4f;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0.8em 0;
}
.news {
    padding-left: 1em;
    color:#15548b;
    font-weight:bold;
}
p.more {
    text-align: right;
    font-weight: bold;
}
p.more a {
    color: #7b7a4d;
}
p.path {
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    color: black;
}
h2, h3 {
    color: #15548b;
    margin: 0.5em 0;
    font-size: 1.3em;
}
h2 a, h3 a {
    color: #15548b;
}
h2 {
    font-size: 1.9em;
    margin: 0.5em 0
}
h4 {
    color: #a8b474;
    color: darkgreen;
    font-size: 1.1em;
}
h4 a {
    color: darkgreen;
}
p.news a {
    color: #15548b;
}
#content {
    width: 920px;
    margin: 0 auto 0 auto;
    position: relative;
}   
    #logos {
        clear: both;
        width: 880px;
        margin: 1em auto;
        height: 75px;
        background-image: url('../images/banner-bottom.jpg');
        background-repeat: no-repeat;
        text-indent: -9999em;
    }
    #content #header {
        padding-top: 3em;
        width: 920px;
        margin: 0 auto;
        position: relative;
    }
        #content #header #lien_accueil {
            width: 230px;
            height: 110px;            
            position: absolute;
            top: 50px;
            left: 50px;
            /* background-color: blue; */
            outline: 0;
            text-indent: -9999em; 
            z-index: 2;
        }
    #menu {
        width: 900px;
        margin: 0.5em auto;
        background-image: url('../images/menu-left.gif');
        background-repeat: no-repeat;
        position: relative;
    }
        #menu div {
            width: 13px;
            position: absolute;
            top: 0;
            right: 0;
            height: 40px;
            background-image: url('../images/menu-right.gif');
            background-repeat: no-repeat;
        }
        #menu ul {
            width: 874px;
            margin: 0 auto;
            height: 40px;
            background-image: url('../images/menu.gif');
            text-align: center;            
        }
            #menu ul li {
                cursor: pointer;
                display: block;
                float: left;
                text-align: center;
                line-height: 40px;
                padding: 0 18px;                
                position: relative;
                color: White;
                font-family: Verdana, sans-serif;
                font-size: 11px;
                font-weight: bold;
                text-indent: 0;
                letter-spacing: 0;
            }
                #menu ul li a {
                    color: White;
                    display: block;
                    width: 100%;
                }
                #menu ul li.on a,
                #menu ul li a:hover {
                    color: #cdf689;
                    text-decoration: none;
                }
                #menu ul li ul {
                    position: absolute;
                    width: auto;
                    height: auto;
                    background-image: none;
                    text-align: left;
                    background-color: White;
                    border: 1px solid lightblue;
                    background-color: #296194;
                    border-top: 0;
                    padding: 0;
                    margin: 0;
                    display: none;
                    left: 0;
                    top: 40px;
                }
                #menu ul li.on,
                #menu ul li:hover {
                    color: #cdf689;
                    text-decoration: none;
                }
                #menu ul li:hover ul {
                    display: block;
                }
                    #menu ul li ul li {
                        position: relative;
                        width: 12em;
                        display: list-item;
                        line-height: normal;
                        text-align: left;
                        border-top: 1px solid lightblue;
                    }
                    #menu ul li ul li.first {
                        border: 0;
                    }
                    #menu ul li:hover ul li a,
                    #menu ul li:hover ul li:hover ul li a {
                        color: #4c4d4f;
                        color: White;
                        font-weight: normal;
                        font-size: 0.8em;
                        padding: 0.5em;
                    }
                    #menu ul li ul li a:hover {
                        color: #4c4d4f;
                        color: White;
                        text-decoration: underline;
                    }
                    
                    #menu ul li:hover ul li ul {
                        left: 100%;
                        top: -1px;
                        display: none;
                        width: auto;
                        font-size: 0.85em;
                    }
                    #menu ul li:hover ul li:hover ul li {   
                        border-top: 1px solid lightblue;
                    }
                    #menu ul li:hover ul li:hover ul {
                        display: block;
                    }

                
    #section {
        float: right;
        width: 587px;
        padding-top: 2em;
        padding-right: 13px;
        font-size: 1.2em;
    }
    #section.full {
        float: none;
        width: 90%;
        padding: 0 5%;
    }
    #section a {
        text-decoration: underline;
    }
    #section ul,
    #section ol {
        list-style-type: disc;
        margin: 1em 0 1em 5.9em;
    }
    #section ol {
        list-style-type: decimal;
    }
    #sidebar {
        width: 230px;
        float: left;
        padding-top: 2em;
        padding-left: 13px;
        font-size: 1.3em;
    }
    #sidebar ul {
        font-size: 0.9em;
        list-style-type: none;
        margin: 1em 0 1em 2em;
        border-left: 0.5em solid darkgreen;
        margin-left: 0;
        padding-left: 0.8em;
    }
    #sidebar ul li a {
        color: #15548b;
    }
    #sidebar ul ul {
        border: 0;
    }
    #sidebar ul li ul {
        margin-top: 0;
    }

    ul#topMenu {
        position: absolute;
        top: 1em;
        right: 2em;
        text-align: right;
    }
        ul#topMenu li {
            display: inline;
            padding: 0 0.5em;
            font-size: 1.1em;
            border-right: 0.1em solid #4c4d4f;
        }
        ul#topMenu li.last {
            border: 0;
        }
            ul#topMenu li a {
                color: #4c4d4f;
            }
            ul#topMenu li a:hover {
                text-decoration: underline;
            }
            
    ul#bottomMenu {
        width: 900px;
        margin: 1em auto;
        text-align: center;
        font-size: 1.1em;
    }
        ul#bottomMenu li {
            display: inline;
            padding: 0 0.6em;
        }
        ul#bottomMenu li ul {
            display: none;
        }
#credits {
    text-align: center;
    font-size: 1.1em;
}

table.green {
    border-collapse: collapse;
    border-width: 0;
    position: relative;
}
table.green tr td {
    position: relative;
    width: 587px;
    background-image: url('../images/green_top.gif');
    background-repeat: no-repeat;
    background-position: 24px 0;
    padding: 12px 12px 0 70px; 
    margin: 10px 0;
}
table.green tr {
    position: relative;
    margin: 0;
    padding: 0;
}
table.green tr td.green-bottom {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0px;
    height: 12px;
    width: 587px;
    background-image: url('../images/green_bottom.gif');
    background-repeat: no-repeat;
    background-position: 24px 100%;
    
}

/*.green {
    margin: 1em 1em 1em 28px;
    min-height: 5em;
    background-color: White;
    border: 1px solid #afc786;
    padding: 1em 1em 1em 40px;
    position: relative;
}*/
table.green tr td .logo {
    position: absolute;
    margin: 14px 0 0 -70px;
    /*
    top: 14px;
    left: 0px;*/
}
.green h3 {
    color: #afc786;
    color: darkgreen;
}

label {
    display: block;
    float: left;
    clear: left;
    width: 10em;
}
input {
    border: 1px solid #15548b;
    height: 1em;
}
input.submit {
    height: auto;
    padding: 0.2em;
    background-color: transparent;
}
#map {
    background-image: url('../images/carte.gif');
    width: 550px;
    height: 476px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}
#map p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -68px;
    margin-left: -158px;
    width: 300px;
    height: 120px;
    background-color: White;
    border: 1px solid #15548b;
    padding: 8px;    
    display: none;
}
#map img {
    display: none;
}
#map #lien-ottawa {
    display: block;
    position: absolute;
    top: 409px;
    left: 383px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-toronto {
    display: block;
    position: absolute;
    top: 447px;
    left: 367px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-montreal {
    display: block;
    position: absolute;
    top: 397px;
    left: 412px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-quebec {
    display: block;
    position: absolute;
    top: 358px;
    left: 427px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-moncton {
    display: block;
    position: absolute;
    top: 369px;
    left: 473px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-calgary {
    display: block;
    position: absolute;
    top: 365px;
    left: 100px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-edmonton {
    display: block;
    position: absolute;
    top: 331px;
    left: 113px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
#map #lien-vancouver {
    display: block;
    position: absolute;
    top: 352px;
    left: 30px;
    width: 20px;
    height: 20px;   
    text-indent: -9999em;
    outline: 0; 
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid lightgray;
    width: 50%;
    margin: 1em auto;
}