body {
   color: black;
   background: white; }

div.ehad {
   color: black;
   text-align: right;
   font-size: 10px; }

img {
   border: 0; }
p {
   text-align: justify; }
p.centre {
   text-align: center; }

div.page { 
   width: 500;
   text-align: left; }

h1 {
   color: red;
   background: white;
   text-align: center; }
h2 {
   color: blue;
   background: white;
   text-align: center; }
h3 {
   color: black;
   background: white;
   text-align: left; }

div.sommaire{
   background-color: #c0cfbf;
   border: 1px solid;
   padding: 10px;
   text-align: left;
   color: blue;
   list-style: square;
   font-weight: bold;
   font-size: 20px; }
div.sommaire li {
   color: black;
   font-weight:normal; } 

div.edito {
   background-color: #3a89d8;
   color: #282d01;
   text-align: justify; }

div.contenu {
   background-color: #fcffd8;
   color: black;
   text-align:left; }

div.code {
   text-align: left;
   background-color: #fcffd8; }

div.packet {
   text-align: left;
   background-color: #fcffd8;
  font-family: monospace; }

div.packet_type {
   text-align: right;
   background-color: #fcffd8;
   font-family: roman;
   font-size: large; }




