html { 
       font-family: Georgia,serif;
       font-size: 10pt;
       }

body { 
       width: 90%;
       height: 90%;
       border: 2px solid #000;
       padding: 3px;
       padding-left: 0px;
       
 }

a { 
    text-decoration: none;

 }

p { 
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 22px;
    text-indent: 10px;
 }

ul { 
     width: 65%;
     line-height: 20px;
 }

li{ 
    padding-bottom: 3px;
 }

#header { 
          height: 100px;
          margin-bottom: 10px;
          background-image: url("branchements_large.png");
          background-position: left;
          background-repeat: no-repeat;
          border-bottom: 5px solid #000;
 }
#header h2 { 
          letter-spacing: 2px;
/*          font-variant: small-caps;*/
             font-family: courier, fixed;
             font-weight: bold;
          text-align: left;
             text-indent: -45px;
             padding-left: 350px;
             font-size: 16px;
 }

#menu { 
        margin-top: 40px;
        background-color: black;
        background-image: url("widemenuborder.png");
        background-position: top;
        background-repeat: repeat-x;
        padding-top: 12px;
        float: left;
        width: 180px;
        padding-bottom: 20px;
 }

#menu a   { 
            font-family: courier, fixed;
            font-weight: bold;
            color: white;
 }
#menu a:visited { color: white }

#menu a:hover { 
                color: red;
 }

#menu a.cettepage { color: black;
                    background-color: white;
                    padding: 1px;
                    padding-left: 5px;
                    padding-right: 5px;
                    }
#menu a:visited.cettepage { color: black }
#menu a:link.cettepage { color: black }
#menu li { 
           font-family: sans-serif;
           color: #fff;
 }

#menu ul { 
           list-style-type: none;
 }

#decorationchar { 
                  font-size: 60pt;
                  font-weight: bold;
                  color: #fff;
                  text-align: center;
 }

#principal { 
             padding-top: 10px;
             margin-left: 200px;
             margin-right: 50px;
             padding-bottom: 0px;
 }

#principal  h1 + p:first-letter  { 
                                 font-size: 18pt;

 }

#principal h1 + p {text-indent: 0px; }
#principal h2 + p {text-indent: 0px; }

#principal h2 + p:first-letter { 
                                 font-size: 18pt;
                                 text-indent: 0px;
                                 }

#footer { 
          margin-top: 15px;
          width: 100%;
          height: 30px;
          clear: both;
          text-align: center;
          font-size: 8pt;

 }

