/* CSS Document */
#texte {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	padding: 4px;
}
#texte .noir{
	color: #000000;
}

#texte .titre {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
}

#texte a:link, a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#texte a:hover {
	text-decoration: none;
	color:#677FAD;
}
#texte a:active {
	text-decoration: none;
	color:#FFFFFF;
}

#lien {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#lien a:link, a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#lien a:hover {
	text-decoration: none;
	color:#677FAD;
}
#lien a:active {
	text-decoration: none;
	color:#FFFFFF;
}



.mot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 4px;
	color: #FFFF00;
	font-weight: bold;
}

.genre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #FFFFFF;
	font-style: italic;
}

.traduction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color:#FFFF33;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
}
#texte a.lien:link, #texte a.lien:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#texte a.lien:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}
.mini {
	margin: 4px;
}

