	 .vcard {
		width: 230px;
		margin:10px auto;
		padding-top: 10px;
		margin-top:3%;
		text-align:center;
		line-height: 20px; 
		border: #ddd 0px solid;
		color: #B1B3AA; font-size: 12px;
	}

 .vcard a {
	color: #B1B3AA;
	font-weight: 16px;
	text-decoration: underline;
}

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

 .vcard .fn{
	color: #2B2C27;
	font-weight: 16px;
	display: block;}
	 
 .vcard .type {
 display: none;}
 
 .vcard .value {
 font-weight: bold;}
 
 	 .vcard .adr, .vcard .email, .vcard .tel,
	 .vcard .siret	{ display:block; } 

