body
{
font: arial, 12px, black;
}


h2
{
text-align: center;
color: red;
}

div
{
margin-top: 80px;
}

.placement
{
text-align: center;
font: arial, 8px, black;
margin-top: 10px;
}

.menu
{
text-align: left;
margin-top: 50px;
}

.menu a
{
text-decoration: none;
color: black;
}

h4
{
text-transform:uppercase;
text-decoration:underline;
}

img
{
margin: 4px;
}

.imageflottante
{
float: right;
text-decoration: none;
color: white;
}


blockquote
{
text-align: justify;
}


.gras
{
font-weight: bold;
}

.souligné
{
text-decoration: underline;
}

.question:before
{
content: "Question : ";
font-weight: bold; 
color: blue; 
}
.question:after
{
content: " ?";
}

a
{
color: red;
text-decoration: none;
}

a:hover 
{
color: green;
text-decoration: underline;
}



.couleur
{
background-color:#FD9898;
font-weight: bold;
}




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

th /* Les cellules d'en-tête */
{
   background-color:  ;
   color: ;
   font-size: 1.1em;
   font-family: Arial;
   padding: 15px;
  
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Times New Roman";
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 15px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

.titre
{
font-size: 1.1em;
font-family: Arial;
text-align:center;
background-color: #FDB5B5;
}

.titre2
{
font-size: 1.1em;
font-family: Arial;
text-align:center;
background-color: #C9FDB5;
}

.titre3
{
font-size: 1.1em;
font-family: Arial;
text-align:center;
background-color: #B5D2FD;
}

.titre4
{
font-size: 1.1em;
font-family: Arial;
text-align:center;
background-color: #FDFAB5;
}

.rouge
{
background-color: #FD0101;
font-weight: bold;
}

.jaune
{
background-color: #FFC000;
font-weight: bold;
}

.vert
{
background-color: #1ACE02;
font-weight: bold;
}


.second td
{
   text-align: center;
   background-color: #B5E3FD ;
   color: ;
   font-size: 1.1em;
   font-family: Arial;
   padding: 15px;
}

.fond1
{
background-color: #F7F8FD;
}

.fond2
{
background-color: #FDF7F7;
}

.fond3
{
background-color: #F8FDF7;
}