body { 
	background:white;
	color:black;
	font-family:"Arial";
 margin: 5%;
	text-align:justify; 
 font-size:11pt;
	}

hr { text-align:center;
     width:400;
     }

a:link {
	color:blue;
	text-decoration:none; 
	background: transparent;
	}

a:visited {
	color:darkorange;
	text-decoration:none; 
	background: transparent;
	}

a:active {
	color:red;
	text-decoration:none; 
	background: transparent;
	}

H1 { 
	background: transparent;
	color:darkBlue;
	font-family:"Arial, comic sans ms";
	text-align:center;
	}

H2 { 
	background: transparent;
	color:darkBlue;
	font-family:"Arial, comic sans ms";
	text-align:center;
	}

H3 { 
	background: transparent;
	color:navy;
	font-family:"Arial";
	text-align:center; 
	}

H4 {
	background: transparent;
	color:crimson;
	font-family:"Arial";
	}


H6 { 
	background: transparent;
	color:navy;
	font-family:"Arial";
 font-weight:bold;
	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:12px;
     color: black;
     font-family:"arial";
     margin:5px;
   }
 
 /* commentaire  section spécifique */
 
.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; }
           
.left{ text-align:left}
.right { text-align:right}
.center { text-align:center}


      
