﻿html, body {background-color:#000000;}
 margin: 0;
 padding: 0;
 }
 
 body {
 background-color: #000000;
 font-family: Arial, sans-serif;
 font-size: 100%;
 }
 
 h1 {
 font-size: 150%;
 color: #ff0000;
 text-align: center;
 text-decoration: underline;
 }
 
 h2 {
 text-align: left;
 font-size: 120%;
 color: #ff0000;
 padding-left: 30px;
 text-decoration: underline;
 }
 
 h3 {
 text-align: left;
 font-size: 120%;
 color: #ff0000;
 padding-left: 30px;
 text-decoration: underline;
 }
 
 p {
 color: #ffffff;
 padding-left: 30px;
 padding-right: 0px;
 }

 #verdict {
 font-size: 100%;
 }

 ul,li,td {
 list-style: circle;
 color: #ffffff;
 padding-left: 40px;
 }
 
 #auteur {
 text-align: left;
 padding-right: 40px;
 } 
 
 .logo {
 text-align: center;
 width: 300px; 
 }
 
 .iframe {
 display: 000000;
 width: 480px;
 margin: 0 auto 0px auto
 }
 
 a:link { 
 color: #ff0000;
 text-decoration: none;
 }
 
 a:visited {
 color: #ff0000;
 }
 
 a:hover {
 color: #ff0000;
 text-decoration: none;
 }
 
 a:active, a:focus {
 color: #ff0000;
 }