/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.fnt1 /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.fnt2 /* Comment */
{
}
span.fnt3 /* Commentaire */
{
 font-size: 12px;
 font-family: 'Calibri';
}
span.fnt4 /* Default Paragraph Font */
{
 font-size: 16px;
 font-family: 'Times New Roman';
}
span.fnt5 /* Détails de limage */
{
 font-size: 11px;
 font-family: 'Calibri';
 font-style: italic;
 color: #4f81bd;
}
span.fnt6 /* Énumération */
{
 font-size: 12px;
 font-family: 'Calibri';
}
span.fnt7 /* Format Procédures */
{
 font-size: 12px;
 font-family: 'Calibri';
}
span.fnt8 /* Heading1 */
{
 font-size: 21px;
 font-weight: bold;
}
span.fnt9 /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.fnt10 /* Intense Emphasis */
{
 font-size: 16px;
 font-family: 'Times New Roman';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.fnt11 /* Interieur Tableau */
{
 font-size: 16px;
 font-family: 'Calibri';
 color: #4f81bd;
}
span.fnt12 /* Notes */
{
}
span.fnt13 /* Notes (Standard) */
{
 font-size: 12px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #003366;
}
span.fnt14 /* Questions */
{
 font-size: 12px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.fnt15 /* Réponse */
{
 font-size: 12px;
 font-family: 'Calibri';
}
span.fnt16 /* Réponse Exemple */
{
 font-size: 12px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #003366;
}
span.fnt17 /* Sous-sous-Titre */
{
 font-size: 16px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.fnt18 /* Sous-Titre */
{
 font-size: 19px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.fnt19 /* Titres */
{
 font-size: 21px;
 font-family: 'Calibri';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.par1 /* Code Example */
{
 white-space: nowrap;
}
.par2 /* Comment */
{
}
.par3 /* Default Paragraph Font */
{
}
.par4 /* Énumération */
{
 margin: 0px 0px 0px 29px;
}
.par5 /* Heading1 */
{
}
.par6 /* Image Caption */
{
}
.par7 /* Intense Emphasis */
{
}
.par8 /* Notes */
{
}
.par9 /* Réponse */
{
 margin: 1px 0px 1px 24px;
}
.par10 /* Réponse Exemple */
{
 margin: 3px 0px 3px 24px;
}
