h1
{
color: #4f59c5;
font-size: 2.2em;
text-align: center;
}

p
{
font-size: 1.0em;
}

h3
{
text-align: center;
color: #4f59c5;
font-family: "Viner hand ITC", serif;
}

body
{
width: 760px;
margin: auto; 
margin-top: 20px; 
margin-bottom: 20px;    
background-color: #8d95d9;
background-repeat: repeat-xy;
font-weight: bold;
}

#en_tete
{
width: 760px;
height: 100px;
background-image: url("images/bannierec.jpg");
background-repeat: no-repeat;
margin-bottom: 10px;
}

#menu
{
float: left; 
width: 130px; 
}

.element_menu
{

background-repeat: repeat-xy;
background-color: white;   
border: 2px solid #4f59c5;
   
margin-bottom: 20px;
}

.class_menu
{
list-style-type: none;
padding: 0px; 
padding-left: 20px; 
margin: 0px; 
margin-bottom: 5px;
}

a:hover
{
text-decoration: underline;
}

a
{
color: #4f59c5;
text-decoration: none;
}

#heure
{

margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
padding: 2px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif; 
color: #4f59c5;
background-color: #ffffff; /* Une couleur de fond pour le corps */
text-align: center;
font-size: small;
font-weight: bold;
border: 2px solid #4f59c5; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

#corps
{
margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
color: #4f59c5;
background-color: white; /* Une couleur de fond pour le corps */

background-repeat: repeat-xy; /* Une petite image de fond qui se répètera horizontalement en haut */
   
border: 2px solid #4f59c5; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

.p1
{
text-align: center;
}

#pied_de_page
{
padding: 2px;

text-align: center;

color: #4f59c5;
background-color: white;
background-repeat: repeat-xy;
font-size:0.7em;
border: 2px solid #4f59c5;
}

h2
{
color: #4f59c5;
}

table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
   width: 600px;
}
td, th
{
   border: 1px solid black;
}


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

th /* Les cellules d'en-tête */
{
   background-color: #3b44b3;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   color: white;
   background-color: #7077d0;
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-weight: normal;
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

h4
{
text-decoration: underline;
}

.heure
{
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

img
{
text-align: center;
border: none;
}

#genre td
{
font-size: 0.9em;
background-color: #ffffff;
color: black;
}