/* CSS for printing pages layout (contains only modifications to layout.css) */

/* SitePage */
div#pages{
    background-image: none;
}
img#logoHEGFR{
    left: 25px;
}

/* Panel left */
div#panelLeft{
    display: none;
}
div.center{
    width: auto;
}
/* Footer */
div#footer{
    width: 100%;
}

/* School images & top border color & bottom border color */
img#imgSchool{
    display: none;
}
div.pageBorder{
    display: none;
}
div#topBorderColor{
    display: none;
}

/* Menu */
div#menu{
    left: 0px;
    width: 100%;
}
ul#lang{
    display: none;
}

/* Ariane */
div#ariane{
    margin-left: 25px;
}

/* Navigation menu */
div#navMenu{
    display: none;
}

/* Full content */
div#contentFull, div#content{
    margin-left: 0px;
    width: 95%;
}

/* CSS for printing pages styles (contains only modifications of styles.css) */
body#bodyPages{
    background-color: white;
}