[80] | 1 | /* |
---|
| 2 | vert clair : #669900 |
---|
| 3 | vert foncé : #365100 |
---|
| 4 | bleu clair : #336799 |
---|
| 5 | bleu foncé : #162D43 |
---|
| 6 | orange : #FF6600 |
---|
| 7 | */ |
---|
| 8 | |
---|
| 9 | /* polices */ |
---|
| 10 | /* cette feuille de style definit l'affichage des polices */ |
---|
| 11 | /* theme : magunews - stephane noel - dec 2005 */ |
---|
| 12 | /* Décliné par Benjamin Minet */ |
---|
| 13 | |
---|
| 14 | body { |
---|
| 15 | font-family: Helvetica Neue, arial, verdana, sans-serif; |
---|
| 16 | background-image: url(fond-body.png); |
---|
| 17 | background-position: top left; |
---|
| 18 | background-repeat: repeat-x; |
---|
| 19 | background-color: #89B0D8; |
---|
| 20 | color: #333; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | ul, li { |
---|
| 24 | padding: 0; |
---|
| 25 | margin: 0; |
---|
| 26 | list-style-type: none; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | a { |
---|
| 30 | color: #222; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | a:hover { |
---|
| 34 | color: #FF6600; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | a img { |
---|
| 38 | border: 0; |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | #general { |
---|
| 42 | background-image: url(fond-general.png); |
---|
| 43 | background-position: top left; |
---|
| 44 | background-repeat: repeat-y; |
---|
| 45 | background-color: #fff; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | #bandeau { |
---|
| 49 | background-repeat: no-repeat; |
---|
| 50 | background-color: #fff; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | #chemin, #chemin-vide { |
---|
| 54 | background-image: url(fond-chemin.png); |
---|
| 55 | background-position: top left; |
---|
| 56 | background-repeat: no-repeat; |
---|
| 57 | } |
---|
| 58 | |
---|
| 59 | #navigation { |
---|
| 60 | background-image: url(fond-navigation.png); |
---|
| 61 | background-position: bottom left; |
---|
| 62 | background-repeat: no-repeat; |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | #corps { |
---|
| 66 | |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | #contexte { |
---|
| 70 | |
---|
| 71 | } |
---|
| 72 | |
---|
| 73 | #footer { |
---|
| 74 | background-image: url(fond-footer.png); |
---|
| 75 | background-position: bottom center; |
---|
| 76 | background-repeat: no-repeat; |
---|
| 77 | text-align: center; |
---|
| 78 | font-size: 9px; |
---|
| 79 | color: #fff; |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | #footer a { |
---|
| 83 | text-decoration: none; |
---|
| 84 | color: #fff; |
---|
| 85 | } |
---|
| 86 | |
---|
| 87 | #footer a:hover { |
---|
| 88 | color: #FF6600; |
---|
| 89 | border-bottom: 1px dotted #FF6600; |
---|
| 90 | } |
---|
| 91 | |
---|
| 92 | #footer img { |
---|
| 93 | border: 0; |
---|
| 94 | padding: 3px; |
---|
| 95 | } |
---|
| 96 | |
---|
| 97 | |
---|
| 98 | /* chemin */ |
---|
| 99 | |
---|
| 100 | #chemin { |
---|
| 101 | font-size: 11px; |
---|
| 102 | color: #FFDFCA; |
---|
| 103 | } |
---|
| 104 | |
---|
| 105 | #chemin a { |
---|
| 106 | color: #FFDFCA; |
---|
| 107 | text-decoration: none; |
---|
| 108 | } |
---|
| 109 | |
---|
| 110 | #chemin a:hover { |
---|
| 111 | color: #B34700; |
---|
| 112 | |
---|
| 113 | } |
---|
| 114 | |
---|
| 115 | /* conteneur-texte */ |
---|
| 116 | |
---|
| 117 | h1 { |
---|
| 118 | color: #FF6600; |
---|
| 119 | font-weight: normal; |
---|
| 120 | margin: 4px 0 4px 0; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | .logo { |
---|
| 124 | border: none; |
---|
| 125 | float: left; |
---|
| 126 | margin: 0 10px 10px 0; |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | .sursoustitre { |
---|
| 130 | color: #777; |
---|
| 131 | font-size: 10px; |
---|
| 132 | letter-spacing:0.1em; |
---|
| 133 | } |
---|
| 134 | |
---|
| 135 | .dateauteurs { |
---|
| 136 | color: #666; |
---|
| 137 | font-size: 11px; |
---|
| 138 | margin: 10px 0 4px 0; |
---|
| 139 | } |
---|
| 140 | |
---|
| 141 | .chapeau { |
---|
| 142 | clear: left; |
---|
| 143 | font-size: 12px; |
---|
| 144 | font-weight: bold; |
---|
| 145 | color: #333; |
---|
| 146 | padding: 10px 0 0 0; |
---|
| 147 | line-height: 17px; |
---|
| 148 | } |
---|
| 149 | |
---|
| 150 | .texte { |
---|
| 151 | clear: left; |
---|
| 152 | font-size: 12px; |
---|
| 153 | line-height: 17px; |
---|
| 154 | padding: 10px 0 20px 0; |
---|
| 155 | text-align: justify; |
---|
| 156 | } |
---|
| 157 | |
---|
| 158 | .ps { |
---|
| 159 | font-size: 10px; |
---|
| 160 | font-weight: bold; |
---|
| 161 | margin-top: 10px; |
---|
| 162 | margin-bottom: 20px; |
---|
| 163 | border-top: 1px solid #ccc; |
---|
| 164 | padding-top: 10px; |
---|
| 165 | } |
---|
| 166 | |
---|
| 167 | .ps strong { |
---|
| 168 | display: none; |
---|
| 169 | } |
---|
| 170 | |
---|
| 171 | .listagerepondre { |
---|
| 172 | font-size: 10px; |
---|
| 173 | text-align: right; |
---|
| 174 | margin-right: 30px; |
---|
| 175 | |
---|
| 176 | } |
---|
| 177 | |
---|
| 178 | .listagerepondre a { |
---|
| 179 | color: #FF6600; |
---|
| 180 | } |
---|
| 181 | |
---|
| 182 | .listagerepondre a:hover { |
---|
| 183 | color: #f00; |
---|
| 184 | } |
---|
| 185 | |
---|
| 186 | |
---|
| 187 | /* galerie */ |
---|
| 188 | |
---|
| 189 | #galerie { |
---|
| 190 | margin-top: 20px; |
---|
| 191 | } |
---|
| 192 | |
---|
| 193 | .clearer { |
---|
| 194 | clear: left; |
---|
| 195 | } |
---|
| 196 | |
---|
| 197 | #video li, #piecesjointes li { |
---|
| 198 | clear: left; |
---|
| 199 | } |
---|
| 200 | |
---|
| 201 | /* le forum */ |
---|
| 202 | |
---|
| 203 | #forum ul ul { |
---|
| 204 | margin-left: 10px; |
---|
| 205 | padding-left: 6px; |
---|
| 206 | } |
---|
| 207 | |
---|
| 208 | /* specifique a la page rubrique */ |
---|
| 209 | |
---|
| 210 | #artinrub, #rubinrub { |
---|
| 211 | margin: 10px 0px 0px 0px; |
---|
| 212 | } |
---|
| 213 | |
---|
| 214 | #rubinrub li, #artinrub li { |
---|
| 215 | clear: left; |
---|
| 216 | margin-bottom: 20px; |
---|
| 217 | } |
---|
| 218 | |
---|
| 219 | /* page sommaire */ |
---|
| 220 | |
---|
| 221 | #edito h1 { |
---|
| 222 | font-size: 22px; |
---|
| 223 | margin: 10px 0 0 0; |
---|
| 224 | } |
---|
| 225 | |
---|
| 226 | #edito .texteheader { |
---|
| 227 | margin-bottom: 20px; |
---|
| 228 | } |
---|
| 229 | |
---|
| 230 | #menuhasard ul li { |
---|
| 231 | text-align: center; |
---|
| 232 | } |
---|
| 233 | |
---|
| 234 | #menuhasard .spip_logos { |
---|
| 235 | border: 1px solid #3176AF; |
---|
| 236 | } |
---|