	 .vcard {
	 clear: both;
		width: 90%;
		margin:20px auto;
		text-align:center;
		border: 1px solid #ccc; 
		color: #000;
		font-size: 9px;
		font-family: "nu-century-gothic", "eurofurence", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	}

 .vcard a {
	color: #000000;
	text-decoration: underline;
}

 .vcard a:hover{
	color: #333333;
	text-decoration: none;
}

 .vcard .fn{
	color: #333;
	font-size: 2.0em;
	display: block;}
	 
 .vcard .type {
 display: none;}
 
 .vcard .value {
 font-weight: bold;}
 
 /* 
 .vcard .tel { display:block; }
 
 A decommenter pour faire un hcard en vertical, pluis de 5 lignes 
 
*/

.vcard .adr,
.vcard .siret,
.vcard .email	{ display:block; } 

