/*
    Document   : print
    Created on : 27 août 2010, 12:08:03
    Author     : Nelth
    Description:
        Style pour page d'impression du Portail NelthCorp.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Réinitialisation */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

/* Eléments à cacher */
.cache, #bloc_logo, .statstiques_page, #header { display: none; }

/* Coeur du graphisme */
body {
    background-color: white;
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial; }
