body { width: 1024px; 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 */ background-color:black; } #cadre_fond { width:1024px; height: 3800px; margin:auto; padding:0; background-color: black; border-left:1px solid yellow; /* couleur du cadre */ border-right:1px solid yellow; border-bottom:1px solid yellow; border-top:1px solid yellow; } #image_fond { width: 1024px; height: 130px; background-image: url("images/fond_midi_film_tv.png"); background-repeat: no-repeat; margin-bottom: 10px; } #menuDeroulant { margin: 6px 64px; position: absolute; width: 1024px; height: 34px; background-repeat: no-repeat; } #menuDeroulant ul { position: absolute; margin:0px; padding: 0px; } #menuDeroulant li { display:block; background:url(boutons/bouton_jaune2.gif); float: left; width:100px; line-height:34px; margin: 0; padding: 0; border: 0; } #menuDeroulant ul { display: none; list-style-type: none; margin: 0; padding: 0; border: 0; } #menuDeroulant ul li { float: none; margin: 0; padding: 0; border: 0; width: 100px; border-top: none; border-right: none; } #menuDeroulant li a:link, #menuDeroulant li a:visited { font-family:arial; font-size:14px; color:black; font-weight:bold; display: block; height: auto; margin: 0; padding:4px 9px; border-right: none; text-decoration: none; } #menuDeroulant li a:hover { background:url(boutons/bouton_bleu.gif); } /* fond du menu au passage de la souris - hover : quand la souris est sur le lien*/ #menuDeroulant li a:active { background-color: #FBEACE; } /* fond du menu déroulant - active : style particulier au moment du clic*/ #menuDeroulant li:hover ul { display: block; } #menuDeroulant ul li a:link, #menuDeroulant ul li a:visited { display: block; font-family:arial; font-weight:bold; font-size:15px; color: black; margin: 0; border: 0; text-decoration: none; background:url(boutons/bouton_mauve.gif); } #menuDeroulant ul li a:hover { background-image: none; background:url(boutons/bouton_jaune.gif); } #texte { margin: 100px 64px; width: 900px; height: 500px; font-family: arial; color: aqua; font-size: 14px; } .a { margin: -520px 80px; width: 1024px; height: 500px; font-family: arial; color: yellow; font-size: 17px; } .b { margin:24px 590px; width: 1024px; height: 500px; font-family: arial; color: yellow; font-size: 17px; } .suite { margin:84px 290px; } html { overflow-y: scroll; }