 /* Feuille de style de Lost Fantasy, créer par Xiongmao en 2005 */
body 
{
		background-color:#ffffff; 
		margin-top: 0px;
		margin-bottom: 0px;
}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link 
{
		color: #ffffff;	text-decoration: none;
}

a:visited 
{
		color: #ffffff; text-decoration: none;
}

a:hover 
{
		color: #ffffff; text-decoration: underline;
}

a:active 
{
		text-decoration: none;
}
 /* la class jiyong et le gris LF */
.jiyong
{
		background: #312E39;
}
 /* la class fond sert a mettre en blanc l'arriere plan d'un tableau */
.fond 
{
		background: #ffffff;
}
 /* la class texte defini une police qui auras pour coleur le gris et pour police verdana, soit arial ... */
.texte 
{
		color: #c0c0c0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red
{
		color: #770000;
}

 /* la class pointi met des pointieller a droite et a gauche d'un tableau */
.pointi 
{
		border-left: 1px solid #312E39;
		border-right: 1px solid #312E39;
}

 /* la class lost met un texte en gris LF et gras*/
.lost
{
		color: #312E39;
		font-weight:bold;
}


 /* l'id LZ fait en sorte que td change de couleur au passage de la souri.  */	
#lz
td:hover 
{
		background: #F3F3F3;
}

#kadaj
{
		color: #ffffff;
}

#vincent
tr:hover 
{
		background: #312E39;
		color: #ffffff;
}

#font
{
		background-image: url(images/font.jpg);
   		background-repeat: no-repeat;
}
