	 .vcard {
	 clear: both;
		width: 85%;
		text-align:center;
		color: #000;
		background-color: fCFCFC;
		border: #000000 1px solid ;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
	}

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

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

 .vcard .fn{
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	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	{ display:block; } 

