body {
    background-color: #faffff;
   }
   
   #avis {
    display: block;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0fafe;
	padding: 12px;
	border-radius: 8px;
   }
   
   h1 {
    font-family: Segoe UI Light;
	font-size: 48px;
	color: #40a0f0;
	text-align: center;
   }
   
   h2 {
    display: block;
    border-bottom: 1px dotted #102060;
	padding: 4px;
	margin: 12px;
	font-size: 24px;
	color: #102060;
   }
   
   h2 a {
    color: #102060;
	text-decoration: none;
   }
   
   h2 a:visited {
    color: #102060;
	text-decoration: none;
   }
   
   h2 .right {
    float: right;
	padding-right: 4px;
   }
   
   p {
    display: block;
    margin: 16px;
	margin-bottom: 40px;
   }
   
   img {
    display: block;
	margin-left: auto;
	margin-right: auto;
   }
   
   .apparte {
    display: block;
	text-align: center;
	font-style: italic;
   }
   
   .florilege {
    margin: 0px 32px;
    padding: 16px;
    font-family: Lucida Calligraphy, Times New Roman;
    border: 1px solid black;
    background-color: #ffffee;
   }
   
   .copy {
	left: 0;
	bottom: 0;
    display: block;
	width: 100%;
	height: 24px;
	border-top: 1px dotted black;
	color: #404040;
	margin-top: 128px;
   }
