/* Polices de caractères embarquée */
@font-face
{
    font-family: 'American Typewriter';
    src: url('fonts/american_typewriter_regular.woff2') format('woff2'),
         url('fonts/american_typewriter_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Army';
    src: url('fonts/army.woff2') format('woff2'),
         url('fonts/army.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Top Secret';
    src: url('fonts/top_secret.woff2') format('woff2'),
         url('fonts/top_secret.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { font-family: 'American Typewriter', 'Courier New', Courier, monospace; font-size: 12pt; }

h1 { font-family: 'Army', sans-serif; font-size: 22pt; }
h2 { font-family: 'Army', sans-serif; font-size: 20pt; }
h3 { font-family: 'Army', sans-serif; font-size: 17pt; }
h4 { font-family: 'Army', sans-serif; font-size: 16pt; }
h5 { font-family: 'Army', sans-serif; font-size: 14pt; }
h6 { font-family: 'Army', sans-serif; font-size: 12pt; }

.h1-top-secret { font-family: 'Top Secret', sans-serif; font-size: 22pt; }
.h2-top-secret { font-family: 'Top Secret', sans-serif; font-size: 20pt; }
.h3-top-secret { font-family: 'Top Secret', sans-serif; font-size: 17pt; }
.h4-top-secret { font-family: 'Top Secret', sans-serif; font-size: 16pt; }
.h5-top-secret { font-family: 'Top Secret', sans-serif; font-size: 14pt; }
.h6-top-secret { font-family: 'Top Secret', sans-serif; font-size: 12pt; }

.fsz-80pc
{
    font-size: 80%;
    line-height: 1.9;
}

.text-transparent { color: transparent;}

.title-update-date
{
    float: right;
    font-family: 'American Typewriter', 'Courier New', Courier, monospace;
    font-size: 10pt;
}