@charset "utf-8";
/* implement both fixed-size and relative sizes */
small.xtiny		{ font-size : xx-small }
small.tiny		{ font-size : x-small  }
small.scriptsize	{ font-size : smaller  }
small.footnotesize	{ font-size : small    }
small.small		{  }
big.large		{  }
big.xlarge		{ font-size : large    }
big.xxlarge		{ font-size : x-large  }
big.huge		{ font-size : larger   }
big.xhuge		{ font-size : xx-large }

/* document-specific styles come next */

body { background-image : url(gnstr.gif) ; 
     background-color : rgb(255, 245, 238) ; 
     font-family: "Arial", "helvetica", sans-serif ;  
     font-size : 110% ; margin-left : 1em ; 
     margin-right : 1em ; margin-top : 1em ; margin-bottom : 1em } 

h1 { font-size : 180% }

ul { list-style-type : none ; font-family: "Arial", "helvetica" ,
   sans-serif ; }

div.stele { margin-left : 2.5em ; margin-right : 2.5em ; }

p { text-align : justify }

.note { font-size : smaller ; text-align : justify }

li { margin-bottom: 10px }

li.grand { margin-bottom: 20px }

td { font-family: "Arial", "helvetica", sans-serif  ; font-size : 110% }

.droite { text-align : right } 

.petit { font-family: "helvetica", sans-serif  ; font-size : 12px } 

br.lien { margin-bottom: 20px }

/* usage des fontes csx+ dans les balises de texte */

.sct { font-family : "helvetica_csx+", sans-serif ; font-style: normal
          ; font-weight : normal }

.sctb { font-family : "helvetica_csx+", sans-serif ; font-style:
          normal ; font-weight : bold }

.scti { font-family : "helvetica_csx+", sans-serif ; font-style:
          italic ; font-weight : normal }

.sctbi { font-family : "helvetica_csx+", sans-serif ; font-style:
          italic ; font-weight : 700 }

/* usage des fontes sanskrit 2003 dans les balises de texte */

.tr { font-family : "sanskrit2003", sans-serif; font-weight : normal;
      font-size : 105%; line-height: 120% }

/*
.sctb { font-family : "helvetica_csx+", sans-serif ; font-style:
          normal ; font-weight : bold }

.scti { font-family : "helvetica_csx+", sans-serif ; font-style:
          italic ; font-weight : normal }

.sctbi { font-family : "helvetica_csx+", sans-serif ; font-style:
          italic ; font-weight : 700 }

*/

.alignegauche { margin-left : 0px }

.alignedroite { margin-right : 0px }




/*lien*/

a:link { font-family : verdana, arial, sans-serif ;
         text-decoration : none ;
         color : #191970 ;
         }
a:visited { font-family : verdana, arial, sans-serif ;
            text-decoration : none ;
            color : #cd5c5c ;
            }
a:hover { font-family : verdana, arial, sans-serif ;
          text-decoration : none ;
          color : #ff0000 ;
          }


