/* feuille de style impression */

/* Css 2.0 not well suported but be patient... */
@page {
    size: 21.0cm 29.7cm;
    margin: 1cm 1cm 2cm 2cm;
    }
    
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, #zone_rubrique, #Menu, #Footer, .fil_fer, .middle_office, .Search, .fiche, .notification, .addbillet {
    display: none;
    }
    
/* Ajoute le bloc suivant */
#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 */
    }

h2 {
    font-size: 1em;
    color: #333;
    padding: 5px;
    }

h3 {
    font-size: 1.5em;
    color: #999;
    padding: 5px;
    text-decoration: underline;
    }

.dd3 {
    font-size: 0.8em;
    color: #33;
    font-style: italic;
    padding: 3px;
    }

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

dt {
    padding-bottom: 4px;
    }

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