Subversion Repositories Sites.tela-botanica.org

Rev

Rev 974 | Rev 1006 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 974 Rev 1004
Line 25... Line 25...
25
	text-decoration:none;
25
	text-decoration:none;
26
}
26
}
27
ul, form, li, td, div, a {
27
ul, form, li, td, div, a {
28
	margin:0;
28
	margin:0;
29
}
29
}
-
 
30
ul{
-
 
31
	margin:5px 0;
-
 
32
}
30
h1, h2, h3, h4 {
33
h1, h2, h3, h4 {
31
	font-weight:bold;
34
	font-weight:bold;
32
	letter-spacing:0;
35
	letter-spacing:0;
33
}
36
}
34
h1 {
37
h1 {
Line 166... Line 169...
166
	-moz-box-shadow:2px 2px 5px #aaa;
169
	-moz-box-shadow:2px 2px 5px #aaa;
167
	-webkit-box-shadow:7px 7px 11px #aaa;
170
	-webkit-box-shadow:7px 7px 11px #aaa;
168
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
171
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
169
	zoom:1;/* pour ie8 */
172
	zoom:1;/* pour ie8 */
170
}
173
}
171
 
-
 
172
.importance1 input, .importance1 select {
174
.importance1 input, .importance1 select {
173
	font-family:arial;
175
	font-family:arial;
174
	font-size:11px;
176
	font-size:11px;
175
	background-color:#fff;
177
	background-color:#fff;
176
	border:dotted 1px #7b9c35;
178
	border:dotted 1px #7b9c35;
177
	color:#3a3633;
179
	color:#3a3633;
178
	margin-bottom:7px;
180
	margin-bottom:7px;
179
}
181
}
180
 
-
 
181
.importance1 .row .gauche	{
182
.importance1 .row .gauche	{
182
	width:45%;
183
	width:45%;
183
	padding-left:4%;
184
	padding-left:4%;
184
}
185
}
185
 
-
 
186
.importance1 .row .gauche:first-child {
186
.importance1 .row .gauche:first-child {
187
    border-right:dotted 1px #AAAAAA
187
    border-right:dotted 1px #AAAAAA
188
}
188
}
189
 
-
 
190
.importance2 {
189
.importance2 {
191
		margin:0 10px 10px 10px;
190
	margin:0 10px 10px 10px;
192
		padding:20px;
191
	padding:20px;
193
		border-radius:10px;
192
	border-radius:10px;
194
		-moz-border-radius:10px;
193
	-moz-border-radius:10px;
195
		-webkit-border-radius:10px;
194
	-webkit-border-radius:10px;
196
		box-shadow:7px 7px 11px #555;
195
	box-shadow:7px 7px 11px #555;
197
		-moz-box-shadow:2px 2px 9px #aaa;
196
	-moz-box-shadow:2px 2px 9px #aaa;
198
		-webkit-box-shadow:7px 7px 11px #aaa;
197
	-webkit-box-shadow:7px 7px 11px #aaa;
199
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
198
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
200
		zoom:1;/* pour ie8 */
199
	zoom:1;/* pour ie8 */
201
	}
200
}
202
 
-
 
203
.importance3 {
201
.importance3 {
204
		margin:0 10px 10px 10px;
202
	margin:0 10px 10px 10px;
205
		padding:20px;
203
	padding:20px;
206
		border-radius:10px;
204
	border-radius:10px;
207
		-moz-border-radius:10px;
205
	-moz-border-radius:10px;
208
		-webkit-border-radius:10px;
206
	-webkit-border-radius:10px;
209
		zoom:1;/* pour ie8 */
207
	zoom:1;/* pour ie8 */
210
	}
208
}
211
 
-
 
212
.importance4 {
209
.importance4 {
213
		margin:1px 10px 10px 10px;
210
	margin:1px 10px 10px 10px;
214
		padding:20px;
211
	padding:20px;
215
		background-color:#fff;
212
	background-color:#fff;
216
		border:1px solid #fff;
213
	border:1px solid #fff;
217
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
214
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
218
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
215
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
219
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
216
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
220
		zoom:1;/* pour ie8 */
217
	zoom:1;/* pour ie8 */
221
	}
218
}
222
 
-
 
223
 
-
 
224
.importance3 h1,.importance4 h1 {
219
.importance3 h1,.importance4 h1,.importance3 h2,.importance4 h2,.importance3 h3,.importance4 h3 {
225
	margin:0 0 10px 0;
220
	margin:0 0 10px 0;
226
}
221
}
227
	
-
 
Line 228... Line 222...
228
 
222
 
229
/* Flottant */
223
/* Flottant */
230
.gauche {
224
.gauche {
231
	float:left;
225
	float:left;
232
}
-
 
233
 
226
}
234
.droite {
227
.droite {
235
	float:right;
228
	float:right;
236
}
-
 
237
 
-
 
238
	
229
}
239
.floatLeft {
230
.floatLeft {
240
	float:left;
231
	float:left;
241
}
-
 
242
 
232
}
243
.petitcarre, .lire-suite {
233
.petitcarre, .lire-suite {
244
	padding-left:10px;
234
	padding-left:10px;
245
	background:url(../images/petitCarre.jpg) no-repeat 0px 4px;
235
	background:url(../images/petitCarre.jpg) no-repeat 0px 4px;
246
}
-
 
247
 
236
}
248
.voir-tout {
237
.voir-tout {
249
	padding:10px 0 0 30px;
238
	padding:10px 0 0 30px;
250
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
239
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
251
}
-
 
252
 
240
}
253
.troiscarre {
241
.troiscarre {
254
	padding-left:30px;
242
	padding-left:30px;
255
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
243
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
256
}
-
 
257
 
244
}
258
.voir-tout, .telecharger, .acceder {
245
.voir-tout, .telecharger, .acceder {
259
	padding:10px 0 0 30px;
246
	padding:10px 0 0 30px;
260
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
247
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
261
}
-
 
262
 
248
}
263
#zone_contenu_corps li.telecharger, #zone_contenu_corps li.voir-tout, #zone_contenu_corps li.acceder {
249
#zone_contenu_corps li.telecharger, #zone_contenu_corps li.voir-tout, #zone_contenu_corps li.acceder {
264
	list-style:none;
250
	list-style:none;
Line 265... Line 251...
265
}
251
}