
#vcard {
	padding: 0px;
	margin: 0;
	text-align:center;
	color: #fff;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

#vcard a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#vcard a:hover{
	color: #002FC2;
}

.vcard .fn {
	display: block;
	font-weight: bold;
} 

#vcard .siret {
	font-size: 8px;
	display: block;
	font-weight: normal;
	#font-size: 9px; /* IE 7 Hack */
	_font-size: 9px; /* IE 6 Hack */
}

#vcard .compname {
	font-size: 24px;
	display: block;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}
