body
{
   width: 760px;
   height: 1028px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éter de coller avec le haut de la fenêe du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}


/* L'en-tê */

#entete
{
   width: 760px;
   height: 188px;
   background-image: url("images/entete.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
   border-left: 0px solid WHITE;
   color: #FFD700;
}
#entete h1
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

#entete h2
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

#entete h3
{
   height: 15px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

/* Le menu */

#menu
{
   float: left;
   width: 224px;
   height: 820px;
   background-image: url("images/menu.jpg");
   border-top: 1px solid WHITE;
   border-left: 0px solid WHITE;
   border-right: 0px solid WHITE;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.element_menu
{
   background-color: WHITE;
   background-image: url("images/menu.jpg");
   border-left: 0px solid WHITE;


}

/* Quelques effets sur les menus */

.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: WHITE;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}

/* Le corps de la page */

#corps
{
   width: 523px;
   height: 808px;
   margin: auto;

   margin-left: 224px;
   padding: 6px;
   
   color: YELLOW;
   background-color: #626262;
   background-image: url("images/body.jpg");
   border-top: 1px solid WHITE;
   border-left: 1px solid WHITE;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
}

#corps h1
{
   text-align: center;
   margin: 5px;
}

#corps h2
{
   height: 30px;
   padding-left: 30px;
   text-align: left;
   margin: 5px;
}


#corps h3
{
   height: 15px;
   padding-left: 30px;
   text-align: left;
}

#corps p
{
 text-align: justify
}

#corps a
{
 color:YELLOW
}

#programme
{
   width: 523px;
   height: 808px;
   margin: auto;

   margin-left: 224px;
   padding: 6px;

   color: YELLOW;
   background-color: #626262;
   background-image: url("images/body.jpg");
   border-top: 1px solid WHITE;
   border-left: 1px solid WHITE;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   overflow: auto

}

#programme h1
{
   text-align: center;
   margin: 5px;
}

#programme h2
{
   height: 30px;
   padding-left: 30px;
   text-align: left;
}

#programme h3
{
   height: 15px;
   padding-left: 30px;
   text-align: left;
}

#programme p
{
 text-align: justify
}

#programme a
{
 color:YELLOW
}

th.programme1 {
text-align:center;
background-color:black;
color:WHITE
}

td.programme2 {
text-align:left;
background-color:ORANGE;
color:BLACK
}


td.programme4 {
text-align:left;
background-color:darkslateblue;
color:YELLOW
}

td.programme11 {
text-align:left;
background-color:black;
}

