
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
/*   background-image: url("pictures/fond.png");*/
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 180px;
/*   background-image: url("pictures/banniere.png");*/
   background-repeat: no-repeat;
   margin-bottom: 20px;
}
#en_tete table
{
   width: 100%;
   background-color: rgb(100,255,100);
   margin-top: 20px;
}
#en_tete a
{
   color: green;
   text-decoration:none;
   font-weight: bold;
}

#en_tete a:hover
{
   background-color: #B3B3B3;
   color: black;
   text-decoration: none;
}

#en_tete .entete
{
   color: green;
   font-family: "Comic Sans MS, Helvetica, sans-serif";
   font-size: 12px;
   font-weight: bold;
}




/* Le menu */

#menu
{
   float: left;
   width: 200px;
   margin : 0px;
   padding: 0px;
}

#menu h1
{
color : green;
font-family: "Comic Sans MS, Helvetica, sans-serif";
margin : 0px;
font-size: x-large;
text-align: center;
}
#menu h2
{
color : green;
font-family: "Comic Sans MS", "Helvetica", "sans-serif";
margin : 0px;
font-size: medium;
text-align: center;
}
#menu h3
{
color : green;
font-family: "Comic Sans MS", "Helvetica", "sans-serif";
margin : 0px;
font-size: x-small;
text-align: center;
}

.element_menu
{
   background-color: rgb(100,255,100);
 /*  background-image: url("pictures/motif.png");*/
   background-repeat: repeat-x;   
   border: 2px solid black;
   padding: 5px;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
/*   list-style-image: url("images/puce.png");*/
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: green;
   text-decoration:none;
   font-weight: bold;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 200px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: green;
   background-color: White;
 /*  background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: green;
   text-align: center;
   text-transform:uppercase; /*tout le texte sera en majustucle*/
   font-family: "Comic Sans MS", "Trebuchet MS", "Times", "Times New Roman", "serif";
}

#corps h2
{
   color: green;
   padding-left: 30px;
   color: green;
   text-align: left;
   text-transform: uppercase; /*tout le texte sera en majustucle*/
   font-family: "Comic Sans MS", "Trebuchet MS", "Times", "Times New Roman", "serif";
}


#corps h3

{
   padding-left: 30px;
   color: green;
   text-align: left;
   text-transform:capitalize; /*chaque premiere lettre sera en majuscule*/
}


#corps a
{
   color: green;
   text-decoration:none;
   font-weight: bold;
}

#corps img
{
   width : 50%;
   margin: auto;
   text-align: center;
   display: block;
}

#corps .imagepresentation
{
   width : 100%;
   margin: auto;
   text-align: center;
   display: block;
}


#corps .logo
{
   width : 20%;
   margin: auto;
   text-align: center;
}

#corps .retour
{
   width : 15%;
   margin: auto;
   text-align: center;
}

#corps .important
{
   margin: auto;
   text-align: center;
   text-decoration: blink;
   font-family: Arial, "Arial Black", "Times New Roman", "serif";
   font-weight: bold;

}



table
{
   margin : auto;
   text-align: center;
   text-decoration: none;
   font-family: Arial, "Arial Black", "Times New Roman", "serif";
   font-weight: bold;
   background-color: rgb(100,255,100);
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}


table a
{
   background-color: rgb(100,255,100);
   color: green;
   text-decoration:none;
   font-weight: bold;
   text-transform:capitalize; /*chaque premiere lettre sera en majuscule*/
}

table a:hover
{
   background-color: #B3B3B3;
   color: black;
   text-decoration:none;
   text-transform:capitalize; /*chaque premiere lettre sera en majuscule*/
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: "Arial", "Times", "Times New Roman", "serif";
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}


td /* Les cellules normales */
{
   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 */
}

ol .titre h3
{
   color: green;
   text-align: left;
   font-weight: bold;

}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 2px;
   margin:0px;
   text-align: center;

   color: green;
   background-color: rgb(100,255,100);
   /*background-image: url("images/motif.png");*/
   /* background-repeat: repeat-x;*/
   
   border: 2px solid black;
}
