1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
html {height:100% }
body {margin:5px; background:#44526B; height:100% }
form {margin:0 }
A.menu, A:visited.menu {color:#000000; text-decoration:none;}
A:hover.menu {color:#CC0000; text-decoration:underline;}
A:active.menu {color:#FFFFFF; text-decoration:none;}
.table_menu {
border-left:1px solid #44526B;
border-right:1px solid #44526B;
background:#D7DDE6;
}
TD { color:#000000;font-family:Verdana;font-size:11px}
.t_pied { color:#FFFFFF;font-family:Verdana;font-size:11px}
.menu_princ {color:#000000; text-decoration:none;}
div#entete {
margin-left:5px;
margin-right:5px;
margin-bottom:0px;
position:fixed;
top:0;
left:0;
height:100px;
}
div#milieu {
/*margin-left:5px;*/
/*margin-right:5px; */
margin-top:0px;
height:100%;
padding-top:95px;
padding-bottom:25px;
}
div#milieu_menu {
/*margin-left:5px;*/
/*margin-right:5px; */
position:fixed;
height:100%;
width:140px;
}
div#milieu_droite {
/*margin-left:5px;*/
/*margin-right:5px;*/
position:fixed;
height:100%;
width:140px;
}
div#milieu_contenu {
/*height:100%;*/
}
div#pied {
margin-left:5px;
margin-right:5px;
margin-top:0px;
margin-bottom:0px;
position:fixed;
bottom:0;
left:0;
height:25px;
} |
Partager