Rev | Line | |
---|
[80] | 1 | /* general */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | font-family: geneva, arial, sans-serif; |
---|
| 5 | color: #151515; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | a { |
---|
| 9 | text-decoration: none; |
---|
| 10 | color: #151515; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | a:hover { |
---|
| 14 | color: #fff; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | #contextes a:hover { |
---|
| 18 | color:#666; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | h1, h2, h3, h4, h5 { |
---|
| 22 | font-weight:normal; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | #chemin { |
---|
| 26 | color: #ccc; |
---|
| 27 | font-size: 9px; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | #chemin a { |
---|
| 31 | color: #ccc; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | #chemin a:hover { |
---|
| 35 | color: #666; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | /* corps des texte et header */ |
---|
| 39 | #header { |
---|
| 40 | margin-bottom:1em; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | .logo { |
---|
| 44 | float: left; |
---|
| 45 | margin: 0 1em 0.5em 0; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | .logo img { |
---|
| 49 | border: 1px solid #151515; |
---|
| 50 | padding: 0; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | h1 { |
---|
| 54 | font-weight: normal; |
---|
| 55 | margin: 0.1em 0; |
---|
| 56 | font-family: "helvetica neue", helvetica, geneva, sans-serif; |
---|
| 57 | color:#000; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | #contextes h1 { |
---|
| 61 | font-size: 16px; |
---|
| 62 | } |
---|
| 63 | |
---|
| 64 | #corps h1 { |
---|
| 65 | font-size: 26px; |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | .clearer_header { |
---|
| 69 | clear: left; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | #texteconteneur { |
---|
| 73 | margin-bottom: 2em; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | .sursoustitre { |
---|
| 77 | font-size: 11px; |
---|
| 78 | font-style: italic; |
---|
| 79 | color: #111; |
---|
| 80 | margin: 0.2em 0; |
---|
| 81 | letter-spacing: 0.05em; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | #corps .sursoutitre { |
---|
| 85 | font-size: 11px; |
---|
| 86 | } |
---|
| 87 | |
---|
| 88 | #contextes .sursoustitre { |
---|
| 89 | font-size: 9px; |
---|
| 90 | } |
---|
| 91 | |
---|
| 92 | .soustitre { |
---|
| 93 | margin-bottom: 1em; |
---|
| 94 | } |
---|
| 95 | |
---|
| 96 | .dateauteurs { |
---|
| 97 | color: #151515; |
---|
| 98 | margin-bottom: 1em; |
---|
| 99 | } |
---|
| 100 | |
---|
| 101 | #corps .dateauteurs { |
---|
| 102 | font-size: 10px; |
---|
| 103 | } |
---|
| 104 | |
---|
| 105 | #contextes .dateauteurs { |
---|
| 106 | font-size: 9px; |
---|
| 107 | } |
---|
| 108 | |
---|
| 109 | .chapeau { |
---|
| 110 | font-size: 11px; |
---|
| 111 | line-height: 140%; |
---|
| 112 | font-weight: bold; |
---|
| 113 | color: #000; |
---|
| 114 | margin-bottom:2em; |
---|
| 115 | } |
---|
| 116 | |
---|
| 117 | .texte { |
---|
| 118 | font-size: 11px; |
---|
| 119 | line-height: 140%; |
---|
| 120 | } |
---|
| 121 | |
---|
| 122 | .texte a { |
---|
| 123 | text-decoration: underline; |
---|
| 124 | } |
---|
| 125 | |
---|
| 126 | .texte a:hover { |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | #corps h3 { |
---|
| 130 | font-size: 18px; |
---|
| 131 | color:#111; |
---|
| 132 | } |
---|
| 133 | |
---|
| 134 | .ps { |
---|
| 135 | color: #000; |
---|
| 136 | margin-bottom: 1em; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | #corps .ps { |
---|
| 140 | font-size: 10px; |
---|
| 141 | } |
---|
| 142 | |
---|
| 143 | #contextes .ps { |
---|
| 144 | font-size: 9px; |
---|
| 145 | } |
---|
| 146 | |
---|
| 147 | .clearer_texte { |
---|
| 148 | clear: left; |
---|
| 149 | padding-bottom: 2em; |
---|
| 150 | } |
---|
| 151 | |
---|
| 152 | #footer { |
---|
| 153 | font-size: 9px; |
---|
| 154 | color:#666; |
---|
| 155 | } |
---|
| 156 | |
---|
| 157 | #footer a { |
---|
| 158 | color:#aaa; |
---|
| 159 | } |
---|
| 160 | |
---|
| 161 | #footer a:hover { |
---|
| 162 | color:#eee; |
---|
| 163 | } |
---|
| 164 | |
---|
| 165 | #contextes .forml, #contextes .forml select { |
---|
| 166 | width: 125px; |
---|
| 167 | font-size: 10px; |
---|
| 168 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.