body {
  background: white;
  color: black ;
  margin-left:5%;
  margin-right:5%
  text-align:justify;  
  font-family:"arial";
  font-size:10pt;
}


h1 {
  color: navy;
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 33pt;
  font-family:"Comic sans MS, Arial";
}

a:link {
  color: crimson;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: mediumblue;
  background: transparent;
  text-decoration: none;
}

a:active {
  color: green;
  background: mintcream;
  text-decoration: none;
}

UL {
    font-family:verdana;
    font-size:10pt;
    line-height:20px;
    padding-left:60px;
    margin-bottom:40px;
   }
   
.center {text-align:center;}

.sommaire{
           background:oldlace;
           padding:20px;
           font-family:verdana;
           font-size:9pt;
           color:navy;
           text-align:justify;
           width:360px;
           margin:auto;
         }
