/* Adjust printer defaults
================================== */

* {
    background: none;
    background-color: transparent;
}

body {
    background-color: #fff;
/*    font: 62.5%/1.6 Verdana, sans-serif; */
    padding-bottom: 0em;
    color: #000;
}

a:link, a:visited { color: #666; text-decoration: underline; border-bottom: 0px solid #fff; }
a:hover, a:active { color: #666; text-decoration: underline; }


/* Core
================================= */

#wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
}

#branding {
    height: 79px;
}

#mainNav {
}

#content {
    width: 84%;
    float: right;
}

#secondaryNav {
    width: 14%;
    float: left;
}

#footer {
}

/* Add some padding
================================== */

#content {
    margin-top: 3em;
}


/* = Branding
================================== */

#branding h1 span {
    left: 150px;
    margin-left: 5em;
    /* font */
    color: #890206;
    font-size: 1.4em;
    font-weight: bold;
}


/* = Main navigation
================================== */

#mainNav {
/*    padding-left: 1%; */
}

#mainNav li {
    width: 15.25%; /* largueur de la page divise par 6 */
}
#mainNav li a {
    border: 1px solid #000;
    width: auto; /* largueur de la page divise par 5 */
}
#mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active { color: #000; text-decoration: none; }

/* = Content basic-elements
================================== */

#content {
    border-left: 1px dashed #000;
}

#content a.top {
    visibility: hidden;    /* still take space */
    /* display: none; */   /* completely removed */
}


