body { font-family : arial ; 
      font-size: 10pt; 
     }
     
A:hover { font-weight: bold ;
          color : navy ;
          background-color: white; 
          text-decoration: none;
        }
        
A:link  { font-weight: bold ;
          color : blue; 
        }
        
A:visited { font-weight: bold ;
            color : blue; 
          }
          
A:active { font-weight: bold ;
           color : teal ; }
           
p  { font-family: arial; 
     font-size: 10pt;  
   }
 
ul { font-family: arial; 
     font-size: 10pt; 
     color : black 
   }   
    
li { font-family: arial; 
     font-size: 10pt; 
   }
  
td { font-family: arial; 
     font-size: 10pt; 
   }

h1 { font-size: 32pt; font-family: arial; color : white ; font-weight: bold; 
    background-color: rgb(102,153,240); text-align: center; }
    
h2 { font-size: 16pt; 
    font-family: arial; 
	 color : coral ;  
	 font-weight: bold; 
	 text-align: center;
    background-color: bisque ; /*wheat;  */
	 background-image : url("./image/anchor.gif") ;
	 background-repeat : no-repeat;
	 
	 border-width : 1px;
	 border-style : dotted;
	 border-color : orange;}
    
h3{ font-size: 14pt; font-family: arial; color : black ; font-weight: bold; 
    background-color: rgb(102,153,255);}
    
h4{ font-size: 12pt; font-family: arial; color : black ; font-weight: bold;
    background-color: rgb(102,153,255);}
     
h5{ font-size: 10pt; font-family: arial; color : black ; font-weight: bold; 
    background-color: rgb(102,153,255);}
    
h6{ font-size: 10pt; font-family: Comic Sans MS; color : blue ; font-weight: bold; 
    }

t1{ font-size: 8pt; font-family: Comic Sans MS; color : blue ; font-weight: bold; 
    }
    
pre {  font-family: "Courier New", Courier, mono; font-size: 12px}
    
.titre { font-size: 10pt; font-family: Comic Sans MS; color : blue; font-weight: bold; background-color : red;}

.icone { font-size: 14pt; font-family: wingdings; color : green ; font-weight: bold;}

.boite{ background-image: url("./image/fondbouton10.png") ;
			/* border: solid 2px #990000 ;*/
			width: 150px ;
			height: 50px ;
			background-color:honeydew; }
.boiteactif { 
			width: 150px ;
			height: 50px ;
			background-color:bisque; }
			
.fondu{ background-color:linen;
			width: 150px ;
		}

.untiers { width:30%; }
