
body {
    background: #ffffff;
    padding: 0px;
}

.print {
    display: block;

}

.header.print { margin-bottom: 20px;}



#page {
    width: auto;
    border: none;
    background: none;
    padding: none;
    margin: none;
    
 -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#navi, #logo, #visual, ul.root, #footer, #mainmenu, #infomenu, #languages {
   display: none;
}


#header {height: auto; padding-top: 0px; margin-bottom: 30px; background: none; border: none;}

#images {float: left;}
#content {
    margin: 9px 0 0 0px;
    padding: 0px;
    float: left;
    width: 500px;
    clear:none;
}

#main {background: none; padding: none;}

#printlogo {
    float: left;
}

#header #adresse  {color: #272727; position: static; float: right; padding: 5px 0px 0px; width: auto; top: 0px;}

#header #adresse a {color: #272727}


