Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 861 Rev 887
Line 43... Line 43...
43
/* CLASSES & COULEURS */
43
/* CLASSES & COULEURS */
44
.arrondi30{
44
.arrondi30{
45
	-moz-border-radius:30px;
45
	-moz-border-radius:30px;
46
	-webkit-border-radius:30px;
46
	-webkit-border-radius:30px;
47
	border-radius:30px;}
47
	border-radius:30px;}
48
.ombre{
48
 
49
	-moz-box-shadow:2px 2px 9px #6c6865;
-
 
50
	-webkit-box-shadow:2px 2px 9px #6c6865;
-
 
51
	box-shadow: 2px 2px 9px #6c6865; 
-
 
52
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6c6865', Direction=135, Strength=4); /* pour ie8 */}
-
 
53
.nodisplay{
49
.nodisplay{
54
	display:none}
50
	display:none}
55
.hidden{
51
.hidden{
56
	visibility:hidden}
52
	visibility:hidden}
57
.spacer125{
53
.spacer125{
Line 275... Line 271...
275
	color:#fff;
271
	color:#fff;
276
	text-decoration:none;}
272
	text-decoration:none;}
277
.menuRectangle a:hover, .menuRectangle a:focus{
273
.menuRectangle a:hover, .menuRectangle a:focus{
278
	color:#5e5852;
274
	color:#5e5852;
279
	text-decoration:none;}
275
	text-decoration:none;}
-
 
276
	
-
 
277
/* Ombres et arrondis sur zones*/
-
 
278
#zone-botanique, #zone-actualites, #zone-reseau, #zone-projets {
-
 
279
	-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;
-
 
280
	-moz-box-shadow:2px 2px 9px #6c6865; -webkit-box-shadow:2px 2px 9px #6c6865; box-shadow: 2px 2px 9px #6c6865; 
-
 
281
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6c6865', Direction=135, Strength=4); /* pour ie8 */
-
 
282
}
280
/*+-----------------------------------------------------------------------------------------------------------------+*/
283
/*+-----------------------------------------------------------------------------------------------------------------+*/
281
/* CARTOUCHE : BOTANIQUE*/
284
/* CARTOUCHE : BOTANIQUE*/
282
#zone-botanique{
285
#zone-botanique{
283
	background:url(../images/graphisme/image_accueil_carres.jpg) no-repeat #9ac343;
286
	background:url(../images/graphisme/image_accueil_carres.jpg) no-repeat #9ac343;
284
	height:105px;
287
	height:105px;