| @@ -130,20 +130,41 @@ | ||
| 130 | 130 | .wphal-pagination .active a{ |
| 131 | 131 | background: #BEBEBE; |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | -div button{ | |
| 134 | +#wphal-content button{ | |
| 135 | 135 | margin : 5px; |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | +.wphal-infocontact { | |
| 139 | + margin-bottom : 15px; | |
| 140 | +} | |
| 141 | + | |
| 142 | +.grp-div .wphal-titre-groupe{ | |
| 143 | + padding: 10px; | |
| 144 | + margin: 0; | |
| 145 | + font-size: 14px; | |
| 146 | + font-weight: bold; | |
| 147 | + line-height: 16px; | |
| 148 | + background-color: #f7f7f7; | |
| 149 | + text-transform: uppercase; | |
| 150 | + -webkit-border-radius: 4px 4px 0 0; | |
| 151 | + -moz-border-radius: 4px 4px 0 0; | |
| 152 | + border-radius: 4px 4px 0 0; | |
| 153 | + border-bottom: 1px solid #ebebeb; | |
| 154 | +} | |
| 155 | + | |
| 156 | +.grp-div .grp-content { | |
| 157 | + padding-top: 10px; | |
| 158 | + padding-bottom: 10px; | |
| 159 | +} | |
| 160 | + | |
| 138 | 161 | .wphal-nbmetadata { |
| 139 | - background-color: #BEBEBE; | |
| 140 | - color: #fff; | |
| 141 | - margin-left : 2px; | |
| 142 | - padding: 0px 4px 2px 4px; | |
| 143 | - -webkit-border-radius: 3px; | |
| 144 | - -moz-border-radius: 3px; | |
| 145 | - border-radius: 3px; | |
| 162 | + float:right; | |
| 163 | + color:#999999; | |
| 164 | + font-weight:normal; | |
| 165 | + text-transform: lowercase; | |
| 166 | + font-size: 12px; | |
| 146 | 167 | } |
| 147 | 168 | |
| 148 | 169 | .wphal-nbtot { |
| 149 | 170 | font-weight: bold; |