 /* 
==============================================================================

  	   			STYLE PRINCIPAL

==============================================================================
*/

BODY {
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-align: justify;
	background-color: #FFFDF4;
	/* color: #400020; */
	color: #300030 /* #202020 */ ;
	position: absolute;
	/*background-image: url(images/fondtib3.gif);*/
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-top: 0;
	margin-left: 5;
}

STRONG, B {
	color: #3040F0 /*900000 */;
}

H3, H4 { /* Bleu lumineux, le même que STRONG, B */
	color: #3040F0;
}

H1, H2 {
	color: #4000B0 /*#1520C0*/ /*#A000A0*/;
}

TABLE {
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-align:justify;
}

/*
------------------------------------------------------------------------------
				    LIENS
------------------------------------------------------------------------------
*/

A:link { 
	color:/*#A000A0*/ #FFA000 ; 
	text-decoration: none;

}
A:visited { 
	color:#A0A0A0; 
	text-decoration: none;
}

A:active { 
	color: /*#C020C0*/   #FFD060 ;
	background:#A0A0A0;
	text-decoration: none;
}

A:hover { 
	color:#3040F0 /*#FFFF40*/ ; 
	text-decoration: none;
	background:#C0C0C0
}


/*
==============================================================================
				CHANNELING
==============================================================================
*/

H3.titre_channeling { /* titres des sessions de channeling */
	color: #C010C0 /*#D020D0*/ /* #9000D0; pourpre */ /* #3040F0; bleu lumineux */ ;
	/*background-color: #D0D0D0;*/ /*#D030D0;*/
/*#EF9800*/ /*#FFA000*/ /*#A000A0*/ /* #900000 rouge sombre *//* bleu sombre #1520C0 */
	text-align: center;
}

TH.Channeling { /* Même couleur que STRONG, B */
	color: #3040F0 ;
}
/* Texte du channeling : bleu foncé et gras */
.channeling_txt {
	color: #4000B0  /*#D020D0*/ /*#A000A0*/ /* #9000D0; pourpre */; 
	font-weight: bold;
}

/* réponses aux questions : même couleur que texte, mais pas en gras */
.channeling_r {
	color: #4000B0  /*#D020D0*/ /*#A000A0*/ ; /* #9000D0; pourpre */
}

/* texte normal pour incrustations, notes ajoutées */
EM.channeling_txt {
	color: #000000;
	font-weight: normal;
	/* text-decoration: none; */
	font-style: normal;
}

/*
==============================================================================
				LECONS, CLASSES
==============================================================================
*/

/* Texte des lecons : bleu foncé et gras */
.class_txt {
	color: #0070D0  /* #4000B0 */  /*#D020D0*/ /*#A000A0*/ /* #9000D0; pourpre */; 
	font-weight: bold;
}

/* réponses aux questions : même couleur que texte, mais pas en gras */
.class_r {
	color: #0060B0 /* #4000B0 */ /*#D020D0*/ /*#A000A0*/ ; /* #9000D0; pourpre */
}

