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
| div#header {
position: relative;
width: 100%;
height: 80px;
background-image: url('');
background-repeat: no-repeat;
/*overflow: hidden;*/
}
div#header div#partie_1 {
position: relative;
width: 450px;
height: 80px;
float: left;
background-image: url('');
background-repeat: no-repeat;
border: 0px solid #000;
}
div#header div#partie_2 {
position: relative;
float: right;
width: 150px;
height: 80px;
border: 0px solid #000;
}
div#header div#partie_3 {
position: relative;
float: right;
width: 30px;
height: 80px;
background-image: url('');
background-repeat: no-repeat;
border: 0px solid #000;
} |