/* Sert pour la mise en page du fichier uf.htm */
/* A modifier uniquement si nécessaire, faire un replace all ligne 11 de la couleur du texte et du survol ( hover) des liens : "#000", ligne 12 le background-color "#fff" + replace all de la couleur des liens défini ligne 16 (#c00)  */

.vcard {
	font-size: 9pt;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-weight:normal;
	line-height: 25px;
	width: 200px;
	padding-left: 5px;
	text-align:center;
	background:#3C0000;
	}	
 
.vcard a {
	color: #c00;
}
.vcard strong
{

	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase
}
.vcard a:hover{
	color: #000;
}

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

.vcard h2 {
font-size: 10pt;
color: #FF9900; line-height: 25px;}
