body { width: 100%; margin: auto; margin-top: 20px; margin-bottom: 20px; background-color: #000000; } #menu { float: left; width: 180px; } #menu .element_menu { border: 2px solid white; background-color: #dcdcdc; margin-left: 5px; margin-bottom: 20px; } #menu h2 { color: #03038f; font-family: "Comic Sans MS",Arial, "Times New Roman", Times, serif; font-weight: bold; font-size: 1.7em; text-align: center; } #menu h3 { color: #ff0000; font-family: "Comic Sans MS",Arial, "Times New Roman", Times, serif; font-size: 1.08em; text-align: center; } #menu ul { list-style-type: circle; font-size: 0.9em; padding: 0px; padding-left: 50px; margin: 0px; margin-bottom: 10px; color: #ff0000; } #menu ul ul { list-style-type: circle; font-size: 0.9em; padding: 0px; padding-left: 20px; margin: 0px; margin-bottom: 10px; color: #ff0000; } #menu a { font-family: "Comic Sans MS",Arial, "Times New Roman", Times, serif; color: #ff0000; text-decoration: none; } #menu a:hover { background-color: #04f9f9; color: #ff0000; text-decoration: none; font-style: italic; } #menu a:visited { text-decoration: none; font-style: italic; } /* Le corps de la page */ #corps { margin-left: 190px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */ padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */ position: static; left: 190px; background-color: #dcdcdc; /* Une couleur de fond pour le corps */ } #corps h1 { color: #03038f; font-size: 2.5em; text-align: center; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; } #corps p { font-size: 1.1em;	 color: #12048c; 	font-family: "Comic Sans MS",Arial, "Times New Roman", Times, serif; 	text-align: center; } #corps img { 	margin: 5px; 	border-style: none; } #corps a { border-style: none; text-decoration: none; } #corps a:hover { border-style: none; text-decoration: none; } #corps a:visited { border-style: none; text-decoration: none; } .lienhdp { text-align: center; } #pied_de_page { 	margin-top: 40px; } #pied_de_page img { 	margin-right: 20px; 	border-style: none; } #pied_de_page p { 	text-align:center;	 }