	 .vcard {
		clear: both;
		width: 90%;
		margin:20px auto;
		text-align:center;
		border: 1px solid #ccc; 
		padding: 5px;
		color: #000;
		font-size: 1.0em;
	}

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

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

 .vcard .fn{
	color: #000;
	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,
.vcard .tel,
.vcard .fax	{ display:block; } 

