body { background-color: rgb(243, 243, 247);
} 

iframe {
  right:0;
  top:0;
  position: fixed;
  width: 100%;
  height: 70;
  border: none;
  overflow: hidden;
}

p {
  color:rgb(49, 73, 153); 
  font-family: 'Verdana';
  font-weight: 30;
  font-size:medium;
  margin-left: 20px ;
  padding: 10 0 0 0;
  line-height: 30px;
}

li {
  color:rgb(49, 73, 153); 
  font-family: 'Verdana';
  font-size: 100%;  
  padding: 10 0 10 0;
}

li li {
  font-family: 'Verdana';
  font-weight: 300;
  font-size: 90%;  
  padding: 10 0 0 0;
}

.titre {
  font-family: 'Perpetua Titling MT';
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color:rgb(49, 73, 153); 
  line-height: 150%;
  margin-left: 20px;
}

a {
  text-decoration: underline;
  color: rgb(115, 139, 221);
}

hr {
    border-top: 3px solid rgb(49, 73, 153); 
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }