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
|
div {
position:relative;
text-align:center;
}
div#cadre{
width:915px;
height:auto;
border-style:solid;
border-width:3px;
border-color:black;
margin-left:auto;
margin-right:auto;
}
div#bandeau {
margin-left:0px;
border-style:solid;
border-width:1px;
border-color:black;
width:750px;
background-color:#eeeeee;
}
div#menu {
border-style:solid;
border-width:1px;
border-color:black;
float:left;
width:140px;
height:auto;
background-color:#bbbbbb;
}
div#contenu {
float:left;
width:600px;
background-color:#cccccc;
}
div#image {
border-style:solid;
border-width:1px;
border-color:black;
float:left;
width:165px;
height:auto;
background-color:#bbbbbb;
}
div#pied_page {
clear:both;
width:850px;
} |
Partager