body {
       font-family: arial, sans-serif;
       color: black;  
       background-color: white;
}
table.main {
             border: 0 solid;
}

h1 {
     font-weight: bold;
     font-size: 1.1em;
}

title {
     font-weight: bold;
     font-size: 1.2em;
}


#contenu { 
           margin-left: 100px;
           border-left: 1px solid black ;
           border-top: 1px solid black ;}

#menu { position: fixed;
        float: left;
        margin-top: 50px;}

#top { 
       font-weight: bold;
       font-size: 0.8em; }
h2 {
     font-weight: bold;
     font-size: 0.9em;
     }
a {
    background-color: white;
    color: #002390;
    font-weight: bold;
    text-decoration: none;
    }

a.extern {
           background-color: white;
           color: #002390;
           font-weight: normal;
           text-decoration: none;
           background:transparent url("external_link.png") no-repeat right;  padding-right:1em;

    }

a.extern:hover {
    background-color: white;
    color: #002390;
    font-weight: normal;
    text-decoration: underline;
    }

address {
          font-weight: bold;
          font-size: 0.6em;
          }

p { 
    padding-left: 0.6empx;
    }

