Appel de ma feuille : ================================================================== Feuille style.css : ================================================================== body, table { font-family:verdana; font-size:10; scrollbar-arrow-color:black; scrollbar-face-color:white; scrollbar-track-color:silver; scrollbar-shadow-color:black; scrollbar-highlight-color:black; scrollbar-3dlight-color:white; scrollbar-darkshadow-color:white; } #principal { height:450; width:740; border:1 solid silver; padding:5; } #sections { height:17; width:100%; border:1 solid black; } #contenu { border:1 solid black; height:392; margin:5 0 5 0; width:726; } #bas { height:17; width:100%; border:1 solid black; } .sections { font-weight:bold; } .lien-menu { color:black; text-decoration:none; height:100%; width:100%; } a.lien-menu:hover { color:white; background-color:black; height:100%; width:100%; } ==================================================================