/* définition de la couleur de fond, police, taille et couleur de texte */

/* avant body { background-color: #DFBD5A; color: #FFF; font-size: 10pt; 	} */
/* pour Noël body { background-color: #AA0000; color: #FFF; font-size: 10pt;   }  */
/* début 2004 body { background-color: #DFBD5A; color: #FFF; font-size: 10pt;   } */
body { background-color: #FF00CC; color: #000000; font-size: 10pt;   }






/* définition du style et de la taille de mot du dictionnaire) */

.mot {font-variant: small-caps; font-weight: 700;

	font-size: 10pt; color: maroon; }



/* définition du style et de la taille des définitions) */

.definition {font-weight: 400; font-size: 10pt; color: black;

		padding: 4px; }

/* définition du style et de la taille des définitions) */

.indication {font-weight: 400; font-size: 8pt; color: black;

      padding: 4px; }


/* définition du style et de la taille de présentations) */

.presentation {font-weight: 400; font-size: 10pt;

	font-family:  'Comic Sans MS','Matisse ITC', 'Lucida Handwriting'; color: black;

		padding: 4px; }



/* définition de la couleur des liens en général */

a:link {color: black; }

a:visited {color: black; }

a:hover {color: white; }



/* définitions des boules du Potter pour tous */

#a0 {position:absolute; left:-24; top:-24; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a1 {position:absolute; left:96; top:-24; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a2 {position:absolute; left:216; top:-24; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a3 {position:absolute; left:338; top:-24; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a4 {position:absolute; left:460; top:-24; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a5 {position:absolute; left:640; top:-24; width:13; height:13;

	clip:	rect(0 13 13 0);z-index:2000;}

#a6 {position:absolute; left:-24; top:800; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a7 {position:absolute; left:200; top:800; width:13; height:13;

	clip:	rect(0 13 13 0);z-index:2000;}

#a8 {position:absolute; left:300; top:800; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#a9 {position:absolute; left:600; top:800; width:13; height:13;

	clip:rect(0 13 13 0);z-index:2000;}

#what {position:absolute; left:-96; top:0;z-index:3000;visibility:hidden;}



/* définition de la classe des chouettes */

.bat {VISIBILITY: hidden; WIDTH: 75px; POSITION: absolute; HEIGHT: 30px}



/* définition de la classe Pincettes */

.pincette {VISIBILITY: hidden; WIDTH: 200px; POSITION: absolute; HEIGHT: 140px;

				color: black; font-size: 10pt;  }



/* définition de la classe des images découvrantes */

.poster {WIDTH: 300px; POSITION: absolute; HEIGHT: 300px}

.blanche  {font-size: 10pt; color: white; }


/* définition de la couleur des liens dans les tableaux */

td a:hover {color: red; }

td.a {font-size: 16pt; font-weight: 700; color: blue; }

td.b  {font-size: 10pt; font-weight: 600; color: white; }
td.b  a:link {font-size: 10pt; font-weight: 600; color: white; }
td.b  a:visited {font-size: 10pt; font-weight: 600; color: white; }
td.b  a:hover {font-size: 10pt; font-weight: 600; color: red; }

td.blanche  {font-size: 10pt; color: white; }
td.blanche  a:link {font-size: 10pt; color: white; }
td.blanche  a:visited {font-size: 10pt; color: white; }
td.blanche  a:hover {font-size: 10pt; color: red; }

td.c {font-size: 10pt; font-weight: 600; color: black; }



/* définition de la couleur des liens dicos */
td.dico  {color: white; }
td.dico a:link {color: white; }
td.dico a:hover {color: yellow; font-weight: 700;}
td.dico a:visited {color: white; }


/* définition de la couleur des liens dicos */

table.dico td  {text-align: left; }

table.dico td a:link {text-decoration: none; color: black; font-weight: 500; }

table.dico td a:hover {text-decoration: none; color: blue; font-weight: 600;}

table.dico td a:visited {text-decoration: none; color: black; font-weight: 500; }



/* définition du centrage des italiques dans les tableaux */

td i {text-align: center; }



/* définition de couleurs hiérarchiques */

.A {color: #FFF; }

.B {color: #FF6; }

.C {color: #FC3; }

.D {color: #F90; }

.E {color: #C30; }



/* definition des tables de références en bas de page */

table.reference  {color: #000; font-size: 9pt; 	}



/* definition des tables d'images à fond vert */

table.verte  {background-color: #6699FF;}   /* #005500; }  #489284; } */
   table.verte a:link {color: yellow; }
   table.verte a:hover {color: white; }
   table.verte a:visited {color: yellow; }

td.pale {background-color: #9999FF; }



th.fond { background-color: #DFBD5A; color: black;	 text-align: center; }



/* definition des titre dans les tables à fond vert */

table.verte H1  {color: white; font-size: 20pt; }

table.verte H2  {color: #DFBD5A; font-size: 16pt; }

table.verte H3  {color: #DFBD5A; font-size: 12pt; text-align: center; }

table.verte .soustitre  {color: #DFBD5A; font-size: 11pt; }
