/* pour version imprimante : les éléments avec ces id seront invisibles à l'impression */
.Invisible
{
	display:none;
}
body
{
	background-image:none;
}

