function correctionXHTML_first(value) {
if (value==0) {
document.write('<a href="spip.php?page=article_pdf&id_article=');


}
}

function correctionXHTML_end(value) {
if (value==0) {
document.write('"><img src="IMG/interface/imprimer.gif" width="11" height="11" border="0" alt="" /> Impression PDF</a>');


}
}
