	 .vcard {
	 clear: both;		
		text-align:center;
		font-family:Arial;		
		color: black;
		font-size: 11px;
		padding-top:30px;
		
	
		
	}

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

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

 .vcard .fn{
	color: #1d3750;
	font-size: 14px;
	font-weight: bold;
	display: block;}
	 
 .vcard .type {
 display: none;}
 
 .vcard .value {
 }
 
 
 
 /* 
 .vcard .tel { display:block; }
 
 A decommenter pour faire un hcard en vertical, pluis de 5 lignes 
 
*/

.vcard .adr,
.vcard .email,
.vcard .siret	{ display:block; } 

