body { 
	background:white;
	color:black;
	font-family:"Arial";
 font-size:11pt;
 margin: 5%;
 text-align:justify;
	}

hr { text-align:center;}

a:link {
	color:lightslategray;
	text-decoration:none; 
	background: transparent;
	}

a:visited {
	color:lightslategray;
	text-decoration:none; 
	background: transparent;
	}

a:active {
	color:darkred;
	text-decoration:none; 
	background: transparent;
	}

H1 { 
	background: transparent;
	color:darkBlue;
	font-family:"Arial";
	text-align:center;
	}

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: 12pt;
	text-align:justify;
	}



th {
     background:silver;
     font-size:12pt;
     color: crimson;
     font-family:"arial";
     font-weight:bold;
     margin: 10px;
   }
 
td { font-size:12pt;
     color: black;
     font-family:"Verdana";
     margin:5px;
   }
 
 /* commentaire  section spécifique */
 
.bold { font-weight:bold;
        margin:5%}

.note { font-size: 11pt;
        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;}

      
