
body
{
   width: 1200px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: black; 
   font-family:  "Times New Roman",Arial, "Arial Black", Times,serif;
}
p
{
	color: white;
	text-indent: 50px;
}


 h1
{
	color: red;

	padding-left: 450px;
	   font-family:  "Lucida Handwriting","Segoe Print", "Times New Roman","Comic Sans MS", "Trebuchet MS","Times New Roman",Times, "Times New Roman", Arial, "Arial Black",serif;

}
ul
{
	color: white;
	text-align:center;
}
.flash
{
width:40%;
height:40%;
}




.recherche caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: "Segoe Print", "Comic Sans MS", "Trebuchet MS","Times New Roman",Times, "Times New Roman", Arial, "Arial Black",serif;
   font-weight: bold;
   font-size: 1.2em;
   color: red;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

.recherche  table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 1px outset red; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

.recherche th /* Les cellules d'en-tête */
{
   background-color: black;
   color: white;
   font-size: 1.1em;
   font-family: "Segoe Print", "Comic Sans MS", "Trebuchet MS","Times New Roman",Times, "Times New Roman", Arial, "Arial Black",serif;
}

.recherche td /* Les cellules normales */
{
   border: 1px solid red;
   font-family: "Segoe Print", "Comic Sans MS", "Trebuchet MS","Times New Roman",Times, "Times New Roman", Arial, "Arial Black",serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   color: white;
}
.recherche a 
{
color: white;
text-decoration: none;
}
.recherche a:hover
{
color: red;
text-decoration: none;
}
.alphabet a
{
	color: red;
	}
	.alphabet 
{
	color: red;
	padding-left: 340px;
	}
	.alphabet a:hover 
{
	color: white;
	}
	
.fancybox a
{
color: red;
text-decoration: none;

}
.fancybox
{
text-align: center;
}
#compteur
{
	text-align:center;
}