Rev | Line | |
---|
[80] | 1 | /* disposition de atout */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | margin: 0; |
---|
| 5 | font-family: geneva, arial, sans-serif; |
---|
| 6 | font-size: 12px; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | a { |
---|
| 10 | color: #000; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | a:hover { |
---|
| 14 | color: #06064e; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | h1,h2,h3,h4,h5,h6 { |
---|
| 18 | font-weight: normal; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | #general { |
---|
| 22 | border-top: 1px solid #000; |
---|
| 23 | border-bottom: 1px solid #000; |
---|
| 24 | margin-top: 142px; |
---|
| 25 | background: url("fond-general.jpg") top left repeat-y #fefdef; |
---|
| 26 | min-height: 520px; |
---|
| 27 | _height: 520px; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | #bandeau { |
---|
| 31 | position: absolute; |
---|
| 32 | top: 10px; |
---|
| 33 | left: 58px; |
---|
| 34 | width: 285px; |
---|
| 35 | height: 125px; |
---|
| 36 | background-repeat: no-repeat; |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | #chemin { |
---|
| 40 | margin: 0 0 30px 0; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | #navigation { |
---|
| 44 | position: absolute; |
---|
| 45 | top: 160px; |
---|
| 46 | left: 18px; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | #contenus { |
---|
| 50 | width: 940px; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | #contextes { |
---|
| 54 | float: right; |
---|
| 55 | width: 150px; |
---|
| 56 | margin-top: 85px; |
---|
| 57 | border-left: 1px solid #222; |
---|
| 58 | padding-left: 10px; |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | #corps { |
---|
| 62 | margin: 0 0 40px 204px; |
---|
| 63 | padding: 24px 0 0 53px; |
---|
| 64 | width: 490px; |
---|
| 65 | background: url("barreverticale.jpg") top left no-repeat; |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | #page-sommaire #contextes { |
---|
| 69 | margin-top: 44px; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | #fin-page { |
---|
| 73 | clear: both; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | #footer { |
---|
| 77 | margin: 10px 0 20px 248px; |
---|
| 78 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.