@page { margin: 10% }


/* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
body { 
  	background: transparent !important;
  	color: #000 !important; 			/* Black prints */
  	box-shadow: none !important;
  	text-shadow: none !important;
  
  	font-family :Serif;
  	font-size :12pt;

/* Modifications : suppression de la bordure - marges */
	margin :0;
	padding:0;
  	border :none;
}
#topbar, #navbar, #showcase, #Spa-description, #services-icon, #carousel, #video-play, #massage, #Cours, #inclus, #Formules, #Galerie, #form, #button, #Tarifs h4, #credits, #ContactEtReservation, img, i, .btn, .list, .reglement,h3,hr, .mentions{
	display:none;
}

a,
a:visited 
{
    text-decoration: underline;
}

a[href]:after 
{
    content: " (" attr(href) ")";
}