/* Example style sheet file (note how this comment was created) */
 

    A      {color: Orange;
                background:none;
                font-weight: plain;
                text-decoration: none;
                } /*(none, underlined, bold, italic, other)*/
    
     /*A:link	{color: BlueViolet;         
                background: none;}
*/
        
    A:visited   {color:Orange; 
                text-decoration: none;
                }

    A:hover     {color:red; 
                text-decoration: none; 
                text-transform: uppercase;
                }
    /*A:link, A:visited, A:active {text-decoration: none}*/

/*  A.how         {color: blue;
                   font-weight: normal;
                   text-decoration: underline;} */
                   
     td.mytext		{
                   background-color: ""; /*#EE9A4D; */
                   padding-left:100px; 
                   padding-right:100px; 
                   vertical-align:top;
                   font-weight: "";
                   border: 1px solid  #000099; 
                  }
     
    
     
    P.myheading   {align:left; /*rubrique*/
                   color: blue;
                   background-color: none;/*#EE9A4D;*/
                   font-weight: bold;
                   text-transform: uppercase; /*uppercase,capitalize, /*
                   /*border: 1px solid  #000099; */
                   }
                   
                    
	H1            {color: blue;
                   font-weight: bold;
                   text-decoration: none;
                   text-transform: "";
                   }
                   
     H2            {color: blue;
                   font-weight: plain;
                   text-decoration: none;
                   text-transform: "";
                   }
     
	 
  td.ref       {text-align:right; 
     				vertical-align:center;
     				padding-bottom:10px;}
   
   td.menu      {text-align:left;
                   color:blue;
                   vertical-align:top; 
                   /*padding-top:25px; */
                   padding-left:25px; 
                   padding-right:25px; 
                   background-color: ""; 
                   font-weight: plain;
                   border: 1px solid  #000099;}
                   

    /* For future use */

    P.question	{color: green;
		font-style: italic}

    P.answer	{color: red}
	
	     HR.bas       {margin: 12px 2% 12px 2%;} 
	 
     /* height:1px; border:1px solid black;}*/
