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

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

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

a:active {
	color:red;
	text-decoration:none; 
	background: transparent;
	}
	
a:hOver {
	color:black;
	background:gold;
	text-decoration:none;
	}
	
 a:hOver.noHilight { background:transparent }


H1 { 
	background: transparent;
	color:darkseagreen;
	font-family:"Comic sans ms";
	text-align:center;
	padding-bottom:40px;
	}

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:"arial";
     margin:5px;
   }
 
 /* commentaire  section spécifique */
 
.bold { font-weight:bold;
        margin:5%}

.note { font-size: 11pt;
        color:darkgreen;
        margin:auto;
        margin-top:40px;
        margin-bottom:40px;

        background:antiquewhite;
        padding:30px;
        width:500px;
        border-style:solid;
        border-color:crimson;
        border-width:1px;
      }
      
.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;}

      
