/* Justification horizontale */

.centre { text-align : center }
.droit { text-align : right }
.gauche { text-align : left }
.justifie { text-align : justify }

/* Justification verticale */

.haut { vertical-align : top }
.milieu { vertical-align : middle }


/* Justification double (pour pallier les bugs) */

.hautcentre { vertical-align : top ;
              text-align : center }
.hautdroit { vertical-align : top ;
             text-align : right }
.hautgauche { vertical-align : top ;
              text-align : left }
.pasindent { text-indent : 0% }
.decale1 { margin-left : 1cm ;/* correspond au h2sixdecale */
		   text-indent : 0% } 
.decale2 { margin-left : 2cm ;/* h3 sixdecale */
		   text-indent : 0% }
.decale25 { margin-left : 2.5cm ;
		    text-indent : 0% }
.decale3 { margin-left : 3cm ;
		   text-indent : 0% } 

/* Taille de police */

.moinsun { font-size : smaller }
.plusun { font-size : 110% }

/* Rectangles */

.pasdebord { border : 0 ;
             color : white ;
             background-color : transparent } /* La taille du bord n'est pas
                                                 prise en compte par Netscape ;
                                                 je le mets donc en blanc pour
                                                 pallier ce problème. */


/* Listes */

.uroman { list-style-type : upper-roman }
UL { list-style-type : disc }
UL UL { list-style-type : square }
UL UL UL { list-style-type : circle }

/* Enrichissement */

.sousligne {text-decoration : underline }
.italique {font-style : italic }
.gras { font-weight : bold }
.grasital {font-style : italic ;
		   font-weight : bold }
.rougegrasital { font-style : italic ;
		   		 font-weight : bold ;
				 color : red }
.plusungras { font-weight : bold ;
			  font-size : 110% ;}

.basdepage { text-align : center ;
			 font-family : "arial", sans-serif ;
			 font-size : 80% }

/* Tables et tableaux futur */
/* actuel pour IE 4 et + */

table.general { width : 75% ;
       			border : ridge 4pt ;
        		border-spacing : 1pt ;
				margin : auto ;
				  }
th.general 	{ text-align : center ;
			 border-width : 2pt ;
			 border-style : ridge ; } 		
td.general { border : ridge 2pt ;
        	 text-align : center }
td.reca { border : ridge 2pt ;
          text-align : center ;
		  font-weight : bold ;
		  padding : 0.5em }
td { border : ridge 2pt ;
     padding : 0.5em }
	 
/* Spécificité de certaines balises */

body { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/fd_toc2_pr.gif") ;
       font-family : "Garamond",serif ;
       font-size : 14pt }
body.pres { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_pres.gif") ;
       font-family : "Garamond",serif ;
       font-size : 130% }
	   
body.buto { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_buto.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.sumo { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_sumo_1.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.no { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_no.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.samu { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_samu.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.ire { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_ire.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.miso { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_miso.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.manga { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_manga.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.jizo { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_jizo.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
body.hara { color : black ;
       background-color : white ;
       background-image : url("../../../fonds/shintai/fd_hara.gif") ; 
       font-family : "Garamond",serif ;
       font-size : 130% }
.histoi {  text-indent : 0% ;
		   font-family : "arial", sans-serif ;
		   font-size : 80% ;
		   margin-left : 2cm ;
		   margin-right : 2cm ;
		    }
p.centreital { font-style : italic ;
				text-align : center }
H1 { font-size : 40pt ;
	 color : #FF0000 ;/*rouge*/
	 background-color : transparent } 

H2 { font-size : 20pt ;
	 color : #339900  ; /*vert foncé*/
	 background-color : transparent }
H3 { font-size : 16pt ;
	 color : #339900 ;
	 background-color : transparent }	
H2.decale { font-family : sans-serif ;
	font-style : italic ;
	font-size : 16pt ;
	margin-left : 1cm ;
	background-color : transparent}


	

SUP { vertical-align: super;
    font-size: 80% }
	
/* fin de fichier */
/* Copyright : Marc Pandelé 2005/09/05 */
