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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
body
{
background-color: #0044ff;
font-family: Arial;
}
a
{
color:#0055ff;
text-decoration:none;
}
#banniere
{
position: absolute;
border:2px solid #000000;
background-image: url("haut3.jpg");
left:3px;
top:2px;
height: 300px;
width: 1000px;
padding:0;
margin:0;
}
#menu
{
position: absolute;
border:0px solid #000000;
background-color: #ffffff
color: #0000ff;
left:112px;
top:310px;
height: 25px;
width: 800px;
padding:0;
margin:0;
}
#principal
{
position: absolute;
border:2px solid #000000;
background-color: #ffffff;
color: #ffffff;
left:112px;
top:375px;
height: 515px;
width: 800px;
padding:0;
margin:0;
overflow: auto;
}
#zonelogo
{
position: absolute;
border:2px solid #000000;
background-image: url("x2.gif");
color: #ffffff;
left:10px;
top:375px;
height: 107px;
width: 92px;
padding:0;
margin:0;
overflow: auto;
}
#zonetime
{
position: absolute;
border:2px solid #000000;
background-color: #ACC6ED;
color: #000000;
left:922px;
top:375px;
height: 107px;
width: 81px;
padding:0;
margin:0;
} |
Partager