body { width: 780px; margin: auto; margin-top: 10px; margin-bottom: 10px; background-image: url("images/degrade.jpg"); background-attachment: fixed; background-repeat: repeat; } /* L'en-tête */ #en_tete { width: 770px; height: 165px; background-image: url("images/banniere2.png"); background-repeat: no-repeat ; margin-bottom: 10px; border: 4px solid black; } .imageflottante2 { float: left; width: 150px; height: 90px; border: 1px solid black; } .imageflottante1 { float: right; } /* Le menu */ #menu { float: left; width: 160px; } .element_menu { background-color: #e1ffe1; background-repeat: repeat-x; border: 2px solid black; margin-bottom: 10px; } /* Quelques effets sur les menus */ .element_menu h3 { color: #00a7ff; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; text-align: center; margin-bottom: 0px; } .element_menu ul { list-style-image: url("images/puce2.gif"); font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; padding: 2px; padding-left: 32px; margin: 0px; margin-bottom: 5px; } .element_menu a { color: #00a7ff; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; } .element_menu a:hover { background-color: #e1ffe1; color: black; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; } /* Le corps de la page */ #corps { font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; margin-left: 170px; margin-bottom: 10px; padding: 10px; padding-top: 0px; color: #00a7ff; background-color: #e1ffe1; background-repeat: repeat-x; text-align: justify; border: 2px solid black; } #corps h1 { color: #00a7ff; text-align: center; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; } #corps h2 { height: 30px; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; background-image: url("images/titre.png"); background-repeat: no-repeat; padding-left: 30px; color: #00a7ff; text-align: left; } em { font-style: italic; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; } /* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */ #pied_de_page { padding: 0px; font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; text-align: center; color: #00a7ff; background-color: #e1ffe1; background-repeat: repeat-x; border: 2px solid black; } #pied_de_page h6 { font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, sherif; font-size: 10px; }