@charset "utf-8";
/* CSS Document */
a:link { color: #0054a5; }
a:visited { color: #0054a5; } 
.Text_Start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
.Text_Comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
}
.Text_Aff_Result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
}
.Aff_Preview_Titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	color: #f36523;
	line-height: normal;
}
.Aff_Preview_Texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
}

/* Aff Type */
.Aff_Size0 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; }
.Aff_Size1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; }
.Aff_Size2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.6em; }

.Aff_Titre { font-weight: normal; font-style: normal; color: #f36523; }
.Aff_Titre_Bold { font-style: normal; font-weight: bold; color: #f36523; }
.Aff_Titre_Ita { font-weight: normal; font-style: italic; color: #f36523; }

.Aff_Sub_Titre { font-weight: normal; font-style: normal; color: #ff3300; }
.Aff_Sub_Titre_Bold { font-style: normal; font-weight: bold; color: #ff3300; }
.Aff_Sub_Titre_Ita { font-weight: normal; font-style: italic; color: #ff3300; }

.Aff_Texte { font-weight: normal; font-style: normal; }
.Aff_Texte_Bold { font-style: normal; font-weight: bold; }
.Aff_Texte_Ita { font-style: italic; font-weight: normal; }

.Aff_Texte_Red {color: #FF0000}
.Aff_Texte_White {color: #FFFFFF}

