/* Print Style Sheet */
@media print {
body { background:white; margin:0; text-align: center;}
}

@page {margin: 2cm;}

#header, #sidebar, #agenda, #footer, script {display: none;}

#content {
display: block;

}
img {display: none;}
h2 {font-size: 42pt; color: #990000}
h3 {font-family: Helvetica, Arial, sans-serif; font-size: 25pt; padding-bottom: 30pt;}
a {text-decoration: none; color: black;}
p, ul, li {font-family: Tahoma; font-size: 20pt;}
p {text-align: justify;}
ul {text-align: left; line-height: 30pt; margin-bottom: 50pt;}

.affiche {display: block; padding: 0;  margin: 0;}
