body {
       font-family:verdana, arial, helvetica, sans-serif;
       font-size: 12px;
       color:#333;
       background-color:#FFC;
       }

h1 {
     font-size:24px;
     line-height:28px;
     font-weight:900;
     color:#001;
     }

img {
      border: 0px;
      }

span.nom {
           font-variant: small-caps;
           }

#title {
         position: absolute;
         top: 0px;
         left: 222px;
         right: 148px;
         padding: 0px;
         height: 120px;
         line-height: 50px;
         text-align: center;
         margin-left: 5px;
         margin-right: 5px;
         font-family: georgia, serif;
         font-size: 24px;
         overflow: hidden;
         background-color: #FFC;
         }

#leftear {
           position: fixed;
           top: 4px;
           left: 4px;
           width: 217px;
           height: 176px;
           padding: 6px;
           background: transparent;
           text-align: center;
           }

#leftear img {
    padding: 2px;
}

#rightear {
            position: fixed;
            top: 4px;
            right: 4px;
            width: 148px;
            height: 313px;
            padding: 4px;
            background: transparent;
            text-align: center;
            }

#rightear img {
    padding: 4px;
}

#content {
           position: absolute;
           top: 130px;
           left: 240px;
           right: 150px;
           padding:0px;
           margin: 0 0 0 0;
           }

#content h2:first-child { margin-top: 0; }
#content h1:first-child { margin-top: 0; }
#content p:first-child { margin-top: 0; }

#content ul {
              list-style-type: none;
              font: normal 12px verdana, arial, sans-serif;
              background-color: #ffd;
              border: 1px dashed #999;
              width: 80%;
              padding: 10px;
              }

#content h1 {
              font-size: 18px;
              }

#content h2 {
              font-size: 14px;
              }

#content .list ul {
                    list-style-type: disc;
                    font: normal 12px verdana, arial, sans-serif;
                    background: transparent;
                    border: 0px;
                    margin-left: 40px;
                    }

#footer {
          position: absolute;
          bottom: 20px;
          left: 240px;
          right: 0px;
          padding:0px;
          margin: 0 0 0 0;
          }

ul#menu {
          position: fixed;
          top: 180px;
          left: 10px;
          font-family: georgia, serif;
          font-size: 16px;
          list-style-type: none;
          width: 221px;
          padding: 0;
          margin:0;
          text-align: center;
          border-bottom: 1px solid #DDD;
          }

#menu a {
          text-decoration: none;
          color: #118;
          }

#menu li:hover {
                 background-color: #FFE;
                 }

ul#menu li {
             padding: 5px;
             border: 1px solid #DDD;
             border-bottom: 0;
             margin: 0;
             }

ul#menu li.active {
                    font-style: italic;
                    }


