voila j ai separer la page en 3 une partie en haut pour mettre une banniére une partie a gauche pour les menus mais pour la partie affichage j ai un probleme voila le code
< html>
< head>
<title></title>
< style type="text/css">
. entete{
width:100%;
height:15%;
background-color:blue;
}
. menug {
width: 15%;
height: 100%;
background-color:blue;
margin-left: 0px;
margin-top: 10px;
}
. conteneur{
background-color:red;
}
< /style>
< /head>
< body>
< div class="entete"><center><font size="5">ENTETE</font></center></div>
< div class="menug" >
< table>
< tr>
< th>MENU</th>
< /tr>
< /div>
< div class="conteneur">
sqddsdsqddsd
qsdqdsqdqsd
sdqsddsdsdsd
< br><br><br>
hjkhjkhjkjkhjk
< /div>
< /body>
< /html>