/* PRINT CSS BEGINS | DEBUT DU CSS POUR L'IMPRESSION */
@media print {
h1, h2, h3, h4, h5, h6, body, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
form, button, fieldset, label, div.foot1, span.date {
font-family: Verdana, Arial, Helvetica, sans-serif; 
}
	
.inner-content, .inner-content h1, div.center h1, h2, h3, h4, h5, h6, .tagline, .features, .feature-row, .feature1, .feature2 {
border: none;
}

div#noprint {
display: none;
}

div.page {
width: 100%
}

div.center, * html div.center {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
overflow: visible;
}



}
/* PRINT CSS ENDS | FIN DU CSS POUR L'IMPRESSION */