/**
 * Définitions CSS du skin principal (impression)
 *
 * @category   css
 * @version    1.0
 * @copyright  Copyright (c) 2007 Creactis, Yann Voumard
 * @license    All rights reserved
 */

#main_table {
        width: 100%;
        margin-top: 0px;
}
    
    td.main_ornament {
            display: none;
        }
    
    #main_container {
            width: 100%;
        }
        
        #main_header {
                display: none;
            }
        
        #main_title {
                display: none;
            }
        
        #main_postit {
                display: none;
            }
        
        #main_entitymenu {
                display: none;
            }
        
        #main_content {
                background-color: #FFFFFF;
                width: 100%;
                padding-bottom: 0px;
            }
        
        #main_bottom {
                display: none;
            }
