body { 
	background:white;
	color:black;
	font-family:"Arial";
 font-size:11pt;
 margin: 5%;
 text-align:justify;
	}

hr { text-align:center;}

a { padding:20px;

   }
   
a:link {
	color:red;
	text-decoration:none; 
	background: transparent;
	}

a:visited {
	color:chocolate;
	text-decoration:none; 
	background: transparent;
	}

a:active {
	color:yellow;
	text-decoration:none; 
	background: transparent;
	}
	
a:hOver{
   background:red;
   color:white;
 }

H1 { 
	background: darkslateblue;
	color:lightblue;
	font-family:"Arial";
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:500px;

	}

H2 { 
	background: transparent;
	color:darkBlue;
	font-family:"Arial";
	text-align:center;
	}

H3 { 
	background: transparent;
	color:navy;
	font-family:"Arial";
	text-align:center; 
	}

H4 {
	background: transparent;
	color:darkOliveGreen;
	font-family:"Arial";
 text-align:left;
	}
 
H5 {
	background: transparent;
	color:firebrick;
	font-family:"Arial";
 text-align:left;
	} 


H6 { 
	background: transparent;
	color:black;
	font-family:"Arial";
	text-align: center;
	}
 
 
blockquote {
	background: transparent;
	color:black;
	font-family:"Arial";
	font-size: 12px;
	text-align:justify;
	}



th {
     background:silver;
     font-size:12px;
     color: crimson;
     font-family:"arial";
     font-weight:bold;
     margin: 10px;
   }
 
td {
     font-size:12pt;
     color: black;
     font-family:"cursive";
     margin:5px;
     background:gold;
     text-align:left;
     padding-top:20px;
     padding-bottom:20px;
   }
 
 
PRE {
      font-family:courier new;
      color:black;
      font-size:12pt;
      margin-left:200px;
      margin-right:200px;
      padding-left:80px;
      line-height:14pt;
      background:lavender;
    }
 
 
 /* commentaire  section spécifique */
 
.transp {background:white;}
 
.bold { font-weight:bold;
        margin:5%}

.note { font-size: 11px;
        color:darkgreen;
        margin-left:10%;
        margin-right:10%;
      }
      
.tableDef {
        background: antiqueWhite;
        border:solid;
        padding:2px;
          }
          
.colorRow{ background: cornsilk;
           border:1px; }
           
.descript {
          background-color:gainsboro;
          margin:10px,5%;
          padding:7%;
          font-size:11pt;
          font-family:"courrier new";
          color:firebrick;
          }

.right { text-align:right;}
.center { text-align:center;}
.justify{ text-align:justify;}

      
