body{
   background-color: #FFFACD;
   margin: 0 0 0 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.titre_princ{
   background-color: #D1FFCC;
   padding: 10px 10px 10px 10px;
   text-align: right;
   text-decoration: none;
   text-indent: inherit;
   text-shadow: none;
   text-transform: inherit;
   border-bottom: thin solid Green;
   margin: 0px 0px 0px 0px;
   font-size: 120%;
   font-style: normal;
   font-variant: small-caps;
   font-weight: bolder;
}
.t1{
   background-color: #CCFFF9;
   padding: 10px 10px 10px 10px;
   margin: 20px 20px 20px 20px;
   text-align: center;
   text-decoration: none;
   table-layout: inherit;
   text-indent: inherit;
   text-shadow: none;
   text-transform: none;
   border: thin solid Blue;
   font-size: 110%;
   font-style: normal;
   font-variant: small-caps;
   font-weight: bolder;
}
code{
   background-color: White;
   margin: 20px 30px 20px 30px;
   padding: 5px 5px 5px 5px;
   border: thin solid Black;
}
p.txt{
   margin: 5px 20px 5px 20px;
   padding: 10px 10px 10px 10px;
   text-align: justify;
   text-decoration: inherit;
   text-indent: inherit;
   text-shadow: none;
   text-transform: inherit;
}
p.tdm{
   margin: 20px 20px 0px 20px;
   background-color: #FFDFCC;
   padding: 5px 5px 10px 5px;
   border-left: thin solid Black;
   border-right: thin solid Black;
   border-top: thin solid Black;
   font-weight: bold;
}
UL.tdm{
   background-color: White;
   margin: 0px 20px 20px 20px;
   padding: 5px 0px 5px 20px;
   border-bottom: thin solid Black;
   border-left: thin solid Black;
   border-right: thin solid Black;
}
LI.tdm{
   list-style: circle inside none;
   padding: 2px 0px 2px 0px;
}
.copyright{
   border-top: thin solid Black;
   font-size: 50%;
   text-align: right;
   margin: 60px 00p 40px 0px;
   padding: 5px 10px 0px 0px;
}