body {
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   
   width: 95%;
   height: 402px;

   background-image: url("../ImgBase/fond.gif"); 
   
   font-family: "Palatino Linotype", "Berlin Sans FB", Arial, "Times New Roman", Times, serif;
}

/* L'en-tête */

h1 {	/* # parce que défini comme id */
   margin-top: 10px;
   margin-bottom: 5px;
   padding: 12px;
   padding-left : 0px;
   width: 100%;
   height: 54px;
   
   background-image: url("../ImgBase/accueil.gif");
   background-repeat: no-repeat;
   background-position: center;
   
   color: white;
   
   text-align: center;
   text-decoration: underline;
   font-size: 30px;
}

#menu{
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
   margin-left: 20px;
	}

#menu .menu1 {		/* bloc des liens vers les autres pages */
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	} 
	
li {
	margin-bottom: 5px;
	}
	
dt {
	font-size: 20px;
}

#menu .menu1 a {
    display: block;
	margin: auto;
	
    width: 141px;
    height: 24px;
	
	background-image: url("../ImgBase/ElementMenu.gif");
	background-repeat: no-repeat;
	
    color: rgb(102,102,204); 
	border: none;
	
	text-align: center;
    text-decoration: none;
	font-size: 13px;
	}
	 
#menu .menu1 a:hover {
     text-decoration: underline; 
     }
	 
#menu .menu2 {		/* bloc des logos des différents partenaires */
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	
	text-align: center;
	list-style-type: none;
	}

#menu .menu2 img {
	border: none;
}

#corps{
	width: 60%;
	
	margin: 0px;
	margin-left: 190px;
	margin-top: 5px;
	
	padding: 0px;
	padding-bottom: 10px;
	
	text-align: justify;
	font-size: 15px;
	
	border-top: 2px solid gray;
	}

h4 {	/* titre de chaque corps */
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color: rgb(102,102,204);
	text-decoration: underline;
	font-size: 18px;
	}

table {
	margin: auto;
}

.imagegauche{
   float: left;
   padding: 0px;
   margin: 0px;
   margin-right: 10px;
   border: none;
}

.imgdroite {
   float: right;
   padding: 0px;
   margin: 0px;
   margin-left: 10px;
   border: none;
}

.imagemilieu {
   padding: 0px;
   margin: 0px;
   margin-left: 10px;
   border: none;
}

.imglogo{
	padding: 0px;
   margin: 0px;
   border: none;
   margin-left: 35%;
}

#pied_de_page{
	margin-left: 190px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 15px;
	}
	
/* pour visualiser les blocs pendant la construction */
/*
ul, li{
	border: 1px solid red;
}
div {
	border: 1px solid blue;
}
*/

