Last change
on this file since 89 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
2.4 KB
|
Rev | Line | |
---|
[80] | 1 | /* css de positionnement hors declinaison */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | margin: 23px 0 15px 0; |
---|
| 5 | background: url('images/fond.jpg') repeat-x top left #f90; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | #general { |
---|
| 9 | width: 728px; |
---|
| 10 | margin: 0 auto; |
---|
| 11 | padding: 18px; |
---|
| 12 | background: url('images/commune-pgv-logos.gif') no-repeat bottom left #fff; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | #bandeau { |
---|
| 16 | height: 130px; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | #bandeau img { |
---|
| 20 | display: block; |
---|
| 21 | position: relative; |
---|
| 22 | top: -8px; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | #onglets { |
---|
| 26 | height: 20px; |
---|
| 27 | padding: 0 10px 20px 10px; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | #onglets li { |
---|
| 31 | float: left; |
---|
| 32 | background: url('images/onglet.gif') no-repeat bottom center; |
---|
| 33 | width: 136px; |
---|
| 34 | padding: 2px; |
---|
| 35 | margin-right: 2px; |
---|
| 36 | font-size: 12px; |
---|
| 37 | font-family: arial, verdana, sans-serif; |
---|
| 38 | color: #fff; |
---|
| 39 | text-align: center; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | #onglets li a { |
---|
| 43 | color: #fff; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | #onglets li:hover { |
---|
| 47 | background: url('images/onglet-hover.gif') no-repeat bottom center; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | #switcherlangue { |
---|
| 51 | float: right; |
---|
| 52 | } |
---|
| 53 | |
---|
| 54 | |
---|
| 55 | #switcherlangue li { |
---|
| 56 | display: inline; |
---|
| 57 | font-family: arial, verdana, sans-serif; |
---|
| 58 | font-size: 10px; |
---|
| 59 | color: #5c3705; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | #switcherlangue li a { |
---|
| 63 | color: #5c3705; |
---|
| 64 | text-decoration: none; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | #switcherlangue li a:hover { |
---|
| 68 | color: #f60; |
---|
| 69 | text-decoration: underline; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | |
---|
| 73 | /* navigation */ |
---|
| 74 | |
---|
| 75 | #navigation ul, #navigation li { |
---|
| 76 | list-style-type: none; |
---|
| 77 | padding:0; |
---|
| 78 | margin: 0; |
---|
| 79 | } |
---|
| 80 | |
---|
| 81 | #navigation { |
---|
| 82 | position: absolute; |
---|
| 83 | width: 145px; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | #navigation li { |
---|
| 87 | font-size: 12px; |
---|
| 88 | text-align: right; |
---|
| 89 | line-height: 140%; |
---|
| 90 | } |
---|
| 91 | |
---|
| 92 | #navigation li a { |
---|
| 93 | color: #3d1f04; |
---|
| 94 | text-decoration: none; |
---|
| 95 | } |
---|
| 96 | #navigation li a:hover { |
---|
| 97 | color: #f90; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | /* ajout du bloc rechercher pa jquery */ |
---|
| 102 | #bloccherche .forml { |
---|
| 103 | margin-top: 4px; |
---|
| 104 | font-size: 9px; |
---|
| 105 | border: 1px solid #333; |
---|
| 106 | padding: 2px; |
---|
| 107 | } |
---|
| 108 | |
---|
| 109 | /* contextes */ |
---|
| 110 | |
---|
| 111 | #contextes { |
---|
| 112 | float: right; |
---|
| 113 | width: 170px; |
---|
| 114 | } |
---|
| 115 | |
---|
| 116 | /* chemin */ |
---|
| 117 | |
---|
| 118 | #chemin { |
---|
| 119 | font-size: 9px; |
---|
| 120 | color: #aaa; |
---|
| 121 | margin: 0 0 18px 0; |
---|
| 122 | padding: 0 0 4px 0; |
---|
| 123 | border-bottom: 1px solid #aaa; |
---|
| 124 | } |
---|
| 125 | |
---|
| 126 | #chemin a { |
---|
| 127 | color: #aaa; |
---|
| 128 | } |
---|
| 129 | |
---|
| 130 | #chemin a:hover { |
---|
| 131 | color: #777; |
---|
| 132 | text-decoration: underline; |
---|
| 133 | } |
---|
| 134 | |
---|
| 135 | #corps { |
---|
| 136 | margin:0 190px 0 165px; |
---|
| 137 | min-height: 400px; |
---|
| 138 | _height: 400px; |
---|
| 139 | } |
---|
| 140 | |
---|
| 141 | #footer { |
---|
| 142 | border-top: 1px solid #666; |
---|
| 143 | padding: 5px; |
---|
| 144 | clear: both; |
---|
| 145 | margin-top: 18px; |
---|
| 146 | |
---|
| 147 | font-size: 10px; |
---|
| 148 | color: #444; |
---|
| 149 | |
---|
| 150 | text-align: center |
---|
| 151 | } |
---|
| 152 | |
---|
| 153 | #footer a { |
---|
| 154 | color: #444; |
---|
| 155 | text-decoration: none; |
---|
| 156 | border-bottom: 1px dashed #333; |
---|
| 157 | } |
---|
| 158 | |
---|
| 159 | #footer a:hover { |
---|
| 160 | color: #f60; |
---|
| 161 | text-decoration: none; |
---|
| 162 | border-bottom: 1px dashed #f60; |
---|
| 163 | } |
---|
| 164 | |
---|
| 165 | #arty-footer { |
---|
| 166 | font-size: 9px; |
---|
| 167 | color: #ccc; |
---|
| 168 | margin: 8px 0 0 0; |
---|
| 169 | height: 0px; |
---|
| 170 | } |
---|
| 171 | |
---|
| 172 | #arty-footer a { |
---|
| 173 | color: #ccc; |
---|
| 174 | border-bottom: 1px dotted #ccc; |
---|
| 175 | } |
---|
| 176 | |
---|
| 177 | #arty-footer a:hover { |
---|
| 178 | color: #999; |
---|
| 179 | border-bottom: 1px dotted #999; |
---|
| 180 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.