/* zhFiche.css 
Feuille de style de fiche formatée en html dans clSinoJapo
*/

A:link,  A:active, A:visited { text-decoration: none }
A:link {color:black}
A:visited {color:black}
A:hover { color: #005511 }

A.Inverse:link {color: #d7d7ff; text-decoration: none}
A.Inverse:visited {color: #ffd0f0; text-decoration: none}
A.Inverse:hover {color: yellow}

A.Inverse2:link {color: #f0f0ff; text-decoration: none}
A.Inverse2:visited {color: #ffe8e8; text-decoration: none}
A.Inverse2:hover {color: #d0ffd0}


body {
    /*background-color:#f8f0e8;*/
    font-family:Verdana;
    font-size:8pt;
    margin-top:2pt; margin-bottom:4pt;
}

p.bloc {
    display:block;
    margin-bottom:2pt; margin-top:0pt;
}

p.blocLarge {
    display:block;
    margin-bottom:16pt; margin-top:0pt;
}
p.blocMince {
    display:block;
    margin-bottom:6pt; margin-top:0pt;
}


p.Zi { /* Rubrique contenant un caractère et ses mots */
    display: block; 
    margin-bottom:0pt; margin-top:0pt;
}

span.ZiChi { color:#660000; font-family:"MS Song"; font-size:48pt; }
span.ZiJap { color:#660000; font-family:"MS Mincho"; font-size:48pt; }
span.ZiPin { color:#660000; font-family:"Arial"; font-size:8pt; }
span.ZiLat { color:#001155; font-family:"Verdana"; font-size:8pt; }

span.Chi {	/* mot en caractères chinois inséré ailleurs (dans un bloc latin par exemple) */
    font-family:"MS Song"; font-size:12pt;
}
span.Jap { /* mots japonais en Mincho */
    font-family:"MS Mincho"; font-size:14pt;
}

span.Pin { color:#660000; font-family:"Arial"; font-size:8pt; }
span.Kan { color:#660000; font-family:"MS Mincho"; font-size:10pt; }

span.Lat {	/* mot en caractères latins inséré ailleurs (dans un bloc chinois par exemple) */
    color:#001166;
    font-family:"Verdana"; font-size:8pt;
}

span.Tra {	/* mot en caractères latins inséré ailleurs (dans un bloc chinois par exemple) */
    color:#001166;
    font-family:"Verdana"; font-size:8pt;
}

.Histo {
    color:#006600;
    font-family:"MS Song"; font-size:12pt;
}

.Bande-1 {
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-family:Verdana, sans-serif;
	border-top:.5pt solid #FF9900;
	border-right:none;
	border-bottom:.5pt solid #FF9900;
	border-left:none;
	background:#FFEAD5; /* FED8A3;*/
    padding:3px;
    margin-top:6pt; margin-left:0pt; margin-right:0pt; margin-bottom:6pt;
}

.Note { color:#000088; font-size:7pt; }
.invisible {display:none; }


p.Titre {font-weight:bold; font-size:12pt; font-family:Verdana;}
p.SousTitre {font-weight:bold; font-size:10pt; font-family:Verdana; margin-bottom:-6pt;}

