/* = Feuille de style pour l’impression
-------------------------------------- */

/* = Général
----------- */

	body {
		font-size: 70%;
		font-family: Helvetica, Arial, sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase;
		letter-spacing: 1pt;
	}
	a img {border: 0;}
	.lnk {display: none;}
/* = éléments masqués-------------  */

	#header, #colB {display: none;}
	
	
/* = Pages praticiens et spécialités, impression fiche médecin-------------  */

	body#pagespecialites #intro, body#praticiens #intro,
	body#pagespecialites #choix, body#praticiens #choix,
	body#pagespecialites #resultRecherche h2, body#praticiens #resultRecherche h2 {
		display: none;
	}
	#resultRecherche {
		border: 0.5pt solid #999;
		padding: 10pt;
	}
	.boucleResult  small {display: none;}
	.boucleResult {
		height: 1%;
		clear: both;
		border-bottom: 0.5pt solid #ddd;
	}
	.boucleResult h3 {
		color: red;
		width: 8cm;
		float: left;
		text-align: left!important;
		font-size: 8pt;
		padding-right: 2pt;
		padding-bottom: 5pt;
	}
	.boucleResult p {
/*		float: right;*/
	}