.normal {
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	background-color : White;
	font-size : smaller;
}

.normal_justified {
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	background-color : White;
	font-size : smaller;
	text-align : justify;
}

.normal_bold_justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	background-color : White;
	font-size : smaller;
	text-align : justify;
	font-weight : bolder;
}

.titre {
	font-family: Century Gothic, Helvetica, sans-serif;
	color : Black;
	font : bold;
}

.message{
	font-family: Century Gothic, CG Omegaf;
	font-size: medium;
}

.message_bold{
	font-family: Century Gothic, CG Omegaf;
	font-size: medium;
	font-weight : bold;
}

.menuitem {
	font-family : Century Gothic, Helvetica, sans-serif;
	color : Black;
	background-color : White;
	font-size : smaller;
	margin-left : 4mm;
}

.disabledmenuitem {
	font-family : Century Gothic, Helvetica, sans-serif;
	color : Gray;
	background-color : White;
	font-size : smaller;
	margin-left : 4mm;
}

.petit {
	font-family : "Arial Narrow";
	font-size : small;
}
.petit_blue {
	font-family : "Arial Narrow";
	font-size : small;
	color : Blue;
}