Rev | Line | |
---|
[80] | 1 | /* positionnement de vie feminine */ |
---|
| 2 | /* 3 colonnes : principale à gauche, 2 contextes à droite */ |
---|
| 3 | |
---|
| 4 | body { |
---|
| 5 | margin:0; |
---|
| 6 | background:url("images/fond-top.png") repeat-x top left; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | #general { |
---|
| 10 | width:850px; |
---|
| 11 | margin: 72px auto 0 auto; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | #bandeau { |
---|
| 15 | height: 150px; |
---|
| 16 | margin: 0 auto 20px auto; |
---|
| 17 | background:url("images/bandeau.jpg") no-repeat center center; |
---|
| 18 | border-top:1px solid #ccc; |
---|
| 19 | border-bottom:1px solid #ccc; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | #corps { |
---|
| 23 | margin-right: 472px; |
---|
| 24 | |
---|
| 25 | overflow: hidden; |
---|
| 26 | o\verflow: visible; |
---|
| 27 | width: 100%; |
---|
| 28 | w\idth: auto; |
---|
| 29 | he\ight: 1%; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | #contextes { |
---|
| 33 | float:right; |
---|
| 34 | width:452px; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | #contexte2 { |
---|
| 38 | width: 185px; |
---|
| 39 | float: right; |
---|
| 40 | margin-right:20px; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | #contexte1 { |
---|
| 44 | width: 247px; |
---|
| 45 | float:right; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | #fin-corps { |
---|
| 49 | clear:both; |
---|
| 50 | } |
---|
| 51 | |
---|
| 52 | #footer { |
---|
| 53 | margin-top: 20px; |
---|
| 54 | padding: 26px 0 20px 0; |
---|
| 55 | background: url("images/fond-footer.png") top left repeat-x #e30071; |
---|
| 56 | font-size:9px; |
---|
| 57 | } |
---|
| 58 | |
---|
| 59 | #footer p { |
---|
| 60 | width:850px; |
---|
| 61 | margin:0 auto 6px auto; |
---|
| 62 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.