Subversion Repositories eFlore/Applications.del

Rev

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

Rev 662 Rev 664
Line 313... Line 313...
313
	-moz-box-shadow: 2px 2px 2px #DDD;
313
	-moz-box-shadow: 2px 2px 2px #DDD;
314
	-webkit-box-shadow: 2px 2px 2px #DDD;
314
	-webkit-box-shadow: 2px 2px 2px #DDD;
315
}
315
}
Line 316... Line 316...
316
 
316
 
317
.limiteMin {
317
.limiteMin {
318
	min-width:900px;
318
	min-width:870px;
Line 319... Line 319...
319
}
319
}
320
 
320
 
321
.limiteMax {
321
.limiteMax {
Line 322... Line 322...
322
	max-width:900px;
322
	max-width:870px;
323
}
323
}
324
 
324
 
Line 333... Line 333...
333
	-moz-border-radius:3px;
333
	-moz-border-radius:3px;
334
	-webkit-border-radius:3px;
334
	-webkit-border-radius:3px;
335
}
335
}
Line 336... Line 336...
336
 
336
 
-
 
337
.bouton {
337
.bouton {
338
    background: none repeat scroll 0 0 transparent;
338
	background:#99C242;
339
    border: 1px solid #99C242;
339
	padding:5px;
340
    border-radius: 10px 10px 10px 10px;
340
	border-radius:10px;
341
    box-shadow: 1px 2px 2px #AAAAAA;
341
	border:none;
342
    color: #598000;
-
 
343
    cursor: pointer;
-
 
344
    font-size: 0.9em;
-
 
345
    font-weight: bold;
342
	cursor:pointer;
346
    padding: 5px;
Line 343... Line 347...
343
}
347
}
344
 
348
 
345
.bouton:hover {
349
.bouton:hover {