Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1026 Rev 1044
Line 349... Line 349...
349
	-moz-border-radius:3px;
349
	-moz-border-radius:3px;
350
	-webkit-border-radius:3px;
350
	-webkit-border-radius:3px;
351
}
351
}
Line 352... Line 352...
352
 
352
 
353
.bouton {
353
.bouton {
354
    background: none repeat scroll 0 0 transparent;
354
    background: none repeat scroll 0 0 white;
355
    border: 1px solid #99C242;
355
    border: 1px solid #99C242;
356
    border-radius: 10px 10px 10px 10px;
356
    border-radius: 10px 10px 10px 10px;
357
    box-shadow: 1px 2px 2px #AAAAAA;
357
    box-shadow: 1px 2px 2px #AAAAAA;
358
    color: #598000;
358
    color: #598000;
Line 414... Line 414...
414
}
414
}
Line 415... Line 415...
415
 
415
 
416
.image_non_determinee {
416
.image_non_determinee {
417
	background: #CF1313;
417
	background: #CF1313;
-
 
418
}
-
 
419
.suiteImages {
-
 
420
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
-
 
421
	cursor:pointer;
418
}
422
	color:rgba(0, 0, 0, 0)
419
 
423
	
420
 
424
}