body
{
}
p
{
text-align: center;
font-size: 1.7em;
}

.encadre
{
border: 4px solid black; 
white-space: pre;
font-weight: bolder;
}

h1
{
color: rgb(204, 0, 0);
text-align: center;
font-size: 5em;
}

h2
{
text-align: center;
font-size: 4em;
}

h3
{
text-align: center;
font-size: 2.5em;
}

a
{
text-decoration: none;
color:white;
}
.a1
{
text-decoration: none;
color:red;
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 3em;
   color: black;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   /*border: 4px outset red; /* Bordure du tableau avec effet 3D (outset) */
   /*border-collapse: 35px; /* Colle les bordures entre elles */
width:1200px;
}
th /* Les cellules d'en-tête */
{
  border-collapse: 0px;
   background-color: rgb(112, 65, 101);
   color: white;
   font-size: 1.5em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
 
}
.th1 /* Les cellules d'en-tête */
{
   background-color: rgb(204, 0, 0);
   color: white;
   font-size: 1.5em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
 	background-color: rgb(112, 65, 101);
   color:white;
  border: 4px outset red; /* Bordure du tableau avec effet 3D (outset)*/
    /* border: 1px solid black;*/
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", 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 */
   font-size: 1.3em;
   width:1500px;
}

.td1 /* Les cellules normales */
{
   background-color: rgb(112, 65, 101)/*(204, 0, 0)*/;
   color:white;
     border: 4px outset red; /* Bordure du tableau avec effet 3D (outset)*/
   /*border: 1px solid black;*/
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", 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 */
   font-size: 1.3em;
}

#textepage
{
font-size:2em;
margin-left:25%;
text-align: center;
vertical-align:middle;
border: 4px outset red; /* Bordure du tableau avec effet 3D (outset)*/
width:620px;
height:200px;
color:rgb(204, 0, 0);
background-color:yellow;
}
