body {
    font-family: "verdana", sans-serif;
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#siteHead {
    text-align: center;
}

#siteBody {
    margin: 30px;
}

#pageHead {
    color: #999966;
    font-family: "garamond", serif; 
    line-height: 120%;       
}

#pageHead p.en,
#pageHead p.fr {
    margin: 0px 10px; 
}

#pageHead p.fr {
    float: right;
    width: 50%;
}

#pageHead p.fr {
    text-align: right;
}

#pageHead p.signature {
    clear: both;
    text-align: center;
    font-style: italic;
}

#pageBody {
    line-height: 140%;
    margin: 30px;
    text-align: justify;
    padding: 0px 15px;
    border: 1px solid #ccd0d3;
    background-color: #eef0f3;
    font-size: smaller;
    -moz-border-radius: 15px;       
}

#pageFoot {
    text-align: center;
    font-size: 10pt;
}

#pageFoot p,
#pageFoot form {
    margin: 0px;
}

#siteFoot {
    text-align: right;
    background-color: #eef0f3;
    border-top: 1px solid #ccd0d3;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

address {
    padding: 5px;    
    font-style: normal;
    letter-spacing: 1px;
    font-size: 8pt;
}

tt {
    font-family: "letter gothic", monospace;
}
