body {
       margin: 1em;
       font-family: Georgia, "Times New Roman", Times, serif;
       background: #fff;
       }

a { 
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding: 0 0.2em;
    }

a:link {   color: #006699; text-decoration: none}
a:visited {  color: #000066; text-decoration: none}
a:hover {  color: #FF6600; text-decoration: none}
a:active {   color: #CC6633; text-decoration: none}

h1 {
     font-family: "Bitstream Vera Sans", sans-serif;
     font-weight: bold;
     text-decoration: none;
     }

h1 a:link { font-style: normal; }

h2 {
     font-family: "Bitstream Vera Sans", sans-serif;
     }

h3 { 
     margin: 0;
     font-size: large;
     letter-spacing: .1em;
     font-variant: small-caps;
     font-family: Garamond, Palatino, "Times New Roman", serif;
     }

.content { 
           margin-top: 1em;
           margin-left: 220px;;
           padding: 1.5em;
           border: 1px solid #C9D1DD;
           background-color: #f9fafa;
           text-align: justify;
           }

.structure { 
             display: none;
             }


/*
 * Habillage des menus et de la navigation
 */

#menu-contextuel { 
                   position: absolute;
                   left: 0;
                   padding: 1em;
                   padding-left: 0em;
                   margin: 0;
                   margin-left: -1px; /* hack pour Netscape 4 */
                   margin-top: 0;
                   text-align: right;
                   }

#menu-contextuel h2, #menu-contextuel h2 a { 
                                             padding: 0;
                                             margin: 0;
                                             border-bottom: 1px solid #b9cacd;
                                             }

#menu-contextuel h2 {
                      font-size: small;
                      margin-top: 0.5em;
                      letter-spacing: 0.1em;
                      }

#menu-contextuel ul {
		      font-size: small;
		      margin-top: 0.1em;
                      padding-right: 0.8em;
                      }

#menu-contextuel li { list-style-type: none;
                      }

#menu-contextuel a { 
                     border-bottom-width: 0px;
                     font-family: Verdana, Arial, sans-serif;
                     }

#banner {
          text-align: right;
          }

#banner h1 {
             font-size: xx-large;
             padding: 0;
             margin: 0;
             letter-spacing: 0.6em;
             }
