	 .vcard {
	 clear: both;
		width: 50%;
		margin: 20px auto;
		text-align:center;
		background-color: #333333;
		border: 3px #000000 solid;
		padding: 15px;
		color: #FFF;
		font-size: 1.0em;
	}

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

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

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

