body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
  background-color :#fff;
  font-family :Arial;
  font-size :12pt;
}

#page { /* Modifications : suppression de la bordure - marges */
  margin :0;
  border :none;
}

#header,  #footer, #breadcrumbs { /* Les éléments qui ne seront pas affichés  */
  display :none;
}

h1#top { /* Affichage du titre */
  margin :0;
  padding :0;
  text-indent :0;
  line-height :20pt;
  font-size :20pt;
}
p, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: 0;
}


a:link, a:visited {
	color: #ddd;
	background: transparent;
	
	text-decoration: underline;
	}
	
ul#print-remove {
    list-style-type: none;
    margin: 0;
    padding: 0;
}