body {
          position : relative;
          background-color : white;
          margin : 5px;
          padding : 0
          }

div#preambule {
         width: 99%;
         clear: both;
         text-align: center;
         font : 11px verdana;
         font-weight : bold;
         letter-spacing : 0.2em
         }

div#preambule a:link {
          color : #FF6600;
          text-decoration : underline
          }

div#preambule a:visited {
          color : #FF9933;
          text-decoration : underline
          }

div#preambule a:hover {
          color : #ff9933
          }

div#preambule p {
          background-color: white;
          font : 11px Verdana;
          font-weight : bold;
          letter-spacing : 0em;
          color: #333333;
          line-height : 16px;
          text-align : justify
          }


div#pied {
         background-color : #333333;
         width:100%;
         color : white;
         margin-top: 8px
         }

div#pied p {
          font : 10px Verdana;
          font-weight : bold;
          letter-spacing : 0.2em;
          color: #CCCCCC;
          line-height : 25px;
          border-bottom: 1px solid black;
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: center
          }

div#g {
          float: left;
          width: 27%;
          margin-top : 2px
          }

div#dr {
       float: left;
       width: 25%;
       margin-top : 2px
       }


div#principal {
          float: left;
          margin-top : 120px;
          width: 45%;
          color : #330000;
          background-color : white;
          font : 14px arial;
          font-weight : bold;
          padding : 0;
          }

div#principal a:link {
          color : #FF6600;
          text-decoration : underline
          }

div#principal a:visited {
          color : #FF9933;
          text-decoration : underline
          }

div#principal a:hover {
          color : #ff9933
          }

div#principal p {
          margin-top : 10px;
          margin-bottom: 2px;
          margin-left : 5px;
          margin-right: 0;
          background-color: white;
          font : 11px Verdana;
          font-weight : bold;
          letter-spacing : 0.2em;
          color: #333333;
          line-height : 25px;
          text-align : justify

          }

h1 {

          text-align : center;
          background : transparent;
          color : #FF6600;
          letter-spacing : 0.2em;
          font : 12px "Arial Bold Rounded MT, sans-serif"
          }

h2 {
          background : white;
          color : #330000;
          margin-left : 0;
          margin-top: 3px;
          margin-bottom: 3px;
          padding-bottom: 10px;
          width: 100%;
          letter-spacing : 0.2em;
          font : 35px "Times Rounded MT Bold, sans-serif";
          text-indent: 2%
          }

h3 {
          margin-left : 0;
          margin-top: 3px;
          margin-bottom: 3px;
          padding: 10px;
          background-color: black;
          color : #FF6600;
          letter-spacing : 0.2em;
          font : 12px "Arial Rounded MT Bold, sans-serif";
          line-height : 25px;
          text-align: center

          }
h4 {
          background : #999966;
          color : black;
          letter-spacing : 0.2em;
          font : 8px "Arial Bold, sans-serif";

          }
h5 {
          background : #CCCC99;
          color : #333300;
          letter-spacing : 0.2em;
          font : 9px "Verdana Bold, sans-serif";
          text-align : center
          }

h6 {
          text-align : center;
          background : transparent;
          color : #cc3300;
          letter-spacing : 0.1em;
          font : 12px "Verdana Bold, sans-serif"
          }



