	 .vcard {
	 clear: both;
		width: 90%;
		text-align: left;
		color: #FFFFCC;
	}

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

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

 .vcard .fn{
	color: #FFFFFF;
	font-size: 2.0em;
	display: block;}
	 
 .vcard .type {
 display: none;}
 
 .vcard .value {
 font-weight: bold;}
 
 	 .vcard .adr,
	 .vcard .siret,
	 .vcard .email	{ display:block; } 


