	 .vcard {
	 clear: both;
		margin:15px auto;
		text-align:center;
		color: #fff;
		font-size: 12px;
	}

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

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

 .vcard .fn{
	color: #CCCCCC;
	font-size: 14px;
	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; } 

