Rev | Line | |
---|
[80] | 1 | /* comportement generaux */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | font-family: arial, geneva, sans-serif; |
---|
| 5 | font-size: 12px; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | a { |
---|
| 9 | color: #8fa419; |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | a:hover{ |
---|
| 13 | color: #493f0b; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | .listagebloc ul, .listagebloc li, #navigation ul, #navigation li { |
---|
| 17 | list-style-type:none; |
---|
| 18 | margin:0; |
---|
| 19 | padding:0; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | h1, h2, h3, h4, h5, h6 { |
---|
| 23 | font-weight: normal; |
---|
| 24 | margin:0; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | /* chemin */ |
---|
| 28 | #chemin { |
---|
| 29 | margin: 0 0 10px 0; |
---|
| 30 | font-size: 10px; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | /* contexte 2 */ |
---|
| 34 | |
---|
| 35 | #contexte2 { |
---|
| 36 | background: url("images/contexte-vert-top.png") top left no-repeat #889800; |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | #fin-contexte2 { |
---|
| 40 | background: url("images/contexte-vert-bottom.png") bottom left no-repeat; |
---|
| 41 | height:12px; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | /* partie texte */ |
---|
| 45 | |
---|
| 46 | #corps { |
---|
| 47 | font-family: arial, verdana, sans-serif; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | #corps h1 { |
---|
| 51 | color: #8fa419; |
---|
| 52 | font-size: 24px; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | #corps .dateauteurs { |
---|
| 56 | color:#000; |
---|
| 57 | font-size: 10px; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | #corps .dateauteurs a { |
---|
| 61 | color:#000; |
---|
| 62 | } |
---|
| 63 | |
---|
| 64 | #contextes h1 { |
---|
| 65 | font-size:13px; |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | #corps .clearer_header { |
---|
| 69 | clear: left; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | #corps .texteheader { |
---|
| 73 | margin-bottom: 16px; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | #corps .chapeau { |
---|
| 77 | font-weight:bold; |
---|
| 78 | line-height: 130%; |
---|
| 79 | color:#333; |
---|
| 80 | margin-bottom:1em; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | #corps .texte { |
---|
| 84 | line-height: 130%; |
---|
| 85 | text-align:justify; |
---|
| 86 | font-size: 12px; |
---|
| 87 | } |
---|
| 88 | |
---|
| 89 | h3 { |
---|
| 90 | font-size: 18px; |
---|
| 91 | color:#5d6b10; |
---|
| 92 | margin: 2em 0 0.6em 0; |
---|
| 93 | } |
---|
| 94 | |
---|
| 95 | #corps h3 { |
---|
| 96 | margin-top: 2em; |
---|
| 97 | clear:left; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | #corps #texteconteneur { |
---|
| 102 | margin-bottom: 16px; |
---|
| 103 | } |
---|
| 104 | |
---|
| 105 | #corps .listagerepondre { |
---|
| 106 | text-align:right; |
---|
| 107 | font-size:11px; |
---|
| 108 | margin:1em 2em 1em 0; |
---|
| 109 | } |
---|
| 110 | |
---|
| 111 | /* footer */ |
---|
| 112 | |
---|
| 113 | #footer { |
---|
| 114 | color:#fff; |
---|
| 115 | } |
---|
| 116 | |
---|
| 117 | #footer a { |
---|
| 118 | color: #fff; |
---|
| 119 | } |
---|
| 120 | |
---|
| 121 | #footer a:hover { |
---|
| 122 | color:#f5a0ca; |
---|
| 123 | } |
---|
| 124 | |
---|
| 125 | #site-footer img { |
---|
| 126 | border:0; |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | /* cas particulier */ |
---|
| 130 | |
---|
| 131 | #edito { |
---|
| 132 | margin-bottom: 3em; |
---|
| 133 | } |
---|
| 134 | |
---|
| 135 | #edito h2 { |
---|
| 136 | display:none; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | #edito h1 { |
---|
| 140 | margin-bottom:6px; |
---|
| 141 | } |
---|
| 142 | |
---|
| 143 | #edito .texte { |
---|
| 144 | font-size: 14px; |
---|
| 145 | line-height: 140%; |
---|
| 146 | color:#666; |
---|
| 147 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.