/* "print" media base stylesheet. */

body {
    background: white !important;
    color: black;
}

body, thead, tbody, td, th, input, select { /* redundant rules for bad browsers  */
    /* font-size: 10pt; */ /* small */
}

a { /* No need to distinguish links from inactive elements. */
    color: black;
    text-decoration: none;
}

#header *.session {
    display: none;
}

#container {
    margin: 0;
    padding: 0;
}

#bottom { /* PENDING : hide #commands instead ? */
    display: none;
}

#top { 
    display: none;
}

#footer {
}

*.help {
    display: none;
}

*.page {
    page-break-after: always;
}

*.lastPage {
    page-break-after: auto;
}

*.noPrint {
    display: none;
}

*.toggle {
    display: none;
}
*.printOnly {
	display: ;
}


/* TODO : cacher tous les boutons *.button, button 
 * et pas seulement ceux de #bottom  
 */


