li1 /* list*/
{
   margin: auto; /* Centre le titre du tableau */
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   color: #000000;
   text-align: center; /* Tous les textes des cellules seront centrés*/
}  
li /* list*/
{
   margin: auto; /* Centre le titre du tableau */
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   color: #000000;
   
}  
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #000000;
   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 #004e52; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: #a7bcff;
   color: white;
   font-size: 1.1em;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

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 */
}


a
{
 color: purple;
}

a : hover /* Quand le visiteur pointe sur le lien */
{
   color: green; /* Le lien sera écrit en vert quand on pointera dessus */
}


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

.retrait
{
list-style-position: outside;
}

.element_menu
{
   min-height: 250px;  
   background-color: #FFFFFF;
   /*background-image: url("image/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;*/
   margin-top: 2px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
	height: 20px;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif; 
	color: #1b96b9;
	text-align: center;
}

.element_menu ul
{
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 2px;
}

.element_menu a
{
   color: #1b96b9;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

.element_menu a:hover
{
   background-color: #004e52;
   color: black;
   
}
#en_tete /* L'en-tête */
{
   width: 1100px;
   height: 180px;
   background-image: url("image/entete.png");
   background-repeat: no-repeat;
   margin-bottom: 1px;
}


#menu/* Le menu */
{
   float: left;
   width: 150px;
   min-height: 700px;
 }

#corps/* Le corps de la page */
{
   min-height: 700px;
   margin-left: 158px;
   margin-bottom: 5px;
   padding: 5px;
   color: #000000;
   background-color: #dfebef;
   /*background-image: url("image/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;*/
}

#corps h1
{
	height: 40px;
	color: #000000;
	text-align: center;
    font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}
#corps h4
{
    font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: center;
	color: #000000;
   
}
#corps h2
{
   height: 30px;
   padding-left: 5px;
   color: #000000;
   text-align: left;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;

}
#corps h5
{
   font-weight: bold;
   font-style: italic; 
   height: 10px;
   color: red;
   text-align : center;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}
#corps h3
{
   height: 20px;
   color: #000000;
   margin-left: 50px;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}
#corps p
{
   height: 20px;
   color: #000000;
   margin-left: 50px;
    font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;


#pied_de_page /* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
{
   height: 30px;
   padding: 5px;
   text-align: center;
   color: #B3B3B3;
   background-color: #FFFFFF;
   /*background-image: url("image/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;*/
}