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 84 85 86 87
| body {
background-color:#003366;
}
#contenu {
position:relative;
margin:auto;
width:741px;
z-index:1;
}
#banniere {
position:relative;
margin:auto;
width:741px;
}
#boites {
position:relative;
margin:auto;
width:741px;
height:23px;
}
#haut_gauche {
position:absolute;
background-image:url(../boites/haut_gauche.jpg);
width:491px;
height:23px;
left:0px;
}
#haut_droite {
position:absolute;
background-image:url(../boites/haut_droite.jpg);
width:250px;
height:23px;
left:491px;
}
#gauche {
position:absolute;
background-image:url(../boites/gauche.jpg);
background-repeat:repeat-y;
width:491px;
top:23px;
left:0px;
padding-left:20px;
padding-right::20px;
z-index:100;
}
#droite {
position:absolute;
background-image:url(../boites/droite.jpg);
background-repeat:repeat-y;
width:250px;
top:23px;
left:491px;
padding-left:20px;
padding-right::20px;
z-index:100;
}
#bas_gauche {
position:absolute;
background-image:url(../boites/bas_gauche.jpg);
background-repeat:no-repeat;
background-position:bottom;
left:-10px;
top:39px;
width:100%;
height:100%;
z-index:99;
}
#bas_droite {
position:absolute;
background-image:url(../boites/bas_droite.jpg);
background-repeat:no-repeat;
background-position:bottom;
top:39px;
left:-10px;
width:100%;
height:100%;
z-index:99;
} |
Partager