	 .vcard {
	 clear: both;
		margin: 0;
		text-align:center;
		background-color: #36521F;
		color: #fff;
	}

 .vcard a {
	color: #730302;
	text-decoration: underline;
	font-weight: bold;
}

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

 .vcard .fn{
	color: #CCCCCC;
	font-size: 16px;
	display: block;}
	 
 .vcard .type {
 display: none;}
 
 .vcard .value {
 font-weight: bold;}
 
 	 .vcard .adr,
	 .vcard .siret	{ display:block; } 

