	 .vcard {
	 clear: both;
		width: 650px;
		margin:20px auto;
		text-align:center;
		color: #000;
		font-size: 12px;
		border: 1px #CCCCCC solid;
		background: #CCCCCC;
		padding: 5px;
	}

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

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

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


