body { 
	background:antiquewhite;
	color:darkgoldenrod;
	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;
	text-align:center;
	}

H3 { 
	background: transparent;
	color:navy;
	text-align:center;
	}

H4 {
	background: transparent;
	color:darkOliveGreen;
 text-align:left;
	}
 
H5 {
	background: transparent;
	color:firebrick;
 text-align:left;
	} 


H6 { 
	background: transparent;
	color:black;
	text-align: center;
	}
 
 
 HR { text-align:center ;
      margin-top:60px;
   }
 
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;
      }
      
.cite { font-size:12pt;
        color:lightblue;
        line-height:24px;
        margin-bottom:60px;
      }
      
.longCite { font-size:11pt;
        color:darkolivegreen;
        line-height:24px;
        margin-bottom:60px;
        margin:10px auto;
        width:70%;
      }
      
      
.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;
          }
          
.quest {
          font-size:11pt;
          color:navy;
          margin:30px 20px;
          }
          
.rep {
          margin:0px 5%;
          padding:0px;
          font-size:11pt;
          font-family:"courrier new";
          color:darkGreen;
          }
          
.ref { margin: 20px 30px;
       font-size:10pt;
       color:maroon;
     }

.right { text-align:right;}
.center { text-align:center;}
.justify{ text-align:justify;}

      
