body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    background: #FFFFFF;
    color: #101066;
}

div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
    font-weight: bolder;
    unicode-bidi: embed;
}

div.h2 {
    text-align: center;
    font-size: 1.5em; 
    /*margin: .83em 0;*/
}

div.h3 {
    font-size: 1.2em; 
    margin: .83em 0;
}

div.announce {
    margin: .83em .5em;
    text-align: center;
    font-size: 1.5em;
    font-weight: bolder;
    color: #800000;
}

.name {
    font-variant: small-caps;
}

.note {
    font-size: 0.83em;
}

div.quote {
    text-indent: 2em;
    text-align: left;
    font-size: 1em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a:link {
    color: #000fff;
}

a:visited {
    color: #2000aa;
}

*#logo {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 3em;
    font-weight: normal;
    background: #FFFFFF;
    color: #101066;
}

*#logo:link {
    background: #FFFFFF;
    color: #101066;
    text-decoration: none;
}

td#head {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bolder;
    line-height: 2em;
    background: #FFFFFF;
    color: #101066;
}

a>img {
    border: none;
}

*#logo:over, *#logo:focus, a:over>img, a:focus>img a:active>img {
    outline: thick outset #000fff;
}

*#logo:active, a:active>img {
    outline: thick inset #000fff;
}

table#menu td {
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: bolder;
}

table#menu a:link {
    text-decoration: none;
}

table#menu a:hover {
  background-color: #101066;
    color: #E0E5E5;
}

#contenu {
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.2em;
}

table#contactInformation {
    border: none;
}

label, td.label {
    text-align: right;
    font-size: 1.2em;
}

td.labelRequired {
    text-align: right;
    font-size: 1.2em;
    color: #c00000;
}

@media aural {
    div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 { 
        voice-family: paul, male; 
        stress: 20; 
        richness: 90;
    }
    div.h1 { 
        pitch: x-low; 
        pitch-range: 90;
    }
    div.h2 { 
        pitch: x-low; 
        pitch-range: 80;
    }
    div.h3 { 
        pitch: low; 
        pitch-range: 70;
    }
    div.h4 { 
        pitch: medium; 
        pitch-range: 60;
    }
    div.h5 { 
        pitch: medium; 
        pitch-range: 50;
    }
    div.h6 { 
        pitch: medium; 
        pitch-range: 40;
    }
}

