DIV.main {width: 750px}

H2 {color: #336633}
H3 {color: #336633}
H4 {color: #336633}
H5 {color: #336633}

.question {color: black}
.reponse {color: red;font-weight:normal}

div.question
{
 margin-bottom: 350px;
}

 @media print {
div.question {margin-bottom: 0px;}
.noPrint { display: none; width: 0px }
}

