/* feuille de style impression */

/* Css 2.0 not well suported but be patient... */
    
body {
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: justify;
	color:#000000;
	font-size: 8pt;
	}

/* N'imprime pas les blocs suivants */
#header, #column1, #rubrique, #footer, #perso, #ariane, #ident, #middle_office, .Search, .fiche, .notification, .addbillet {
    display: none;
    }
    
/* Ajoute le bloc suivant */
p#print {
    display: block;
    font-size: 7pt;
    color: #999;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    }

#Content {
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    float: none !important; /* bug hack Gecko engine */
    }

/* evite veuve et orpheline */
p {orphans: 4;
    widows: 2;
    }

#a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
