Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 1012 Rev 1061
Line 1... Line -...
1
/* STYLE SPECIFIQUE DE LA PAGE ACTUALITES */
-
 
2
body#actualites {
-
 
3
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_trait.png) repeat-x;}
-
 
4
/* Affichage des mots clefs*/
-
 
5
.zone-haut {
-
 
6
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_image.png) no-repeat right center;}
-
 
7
.zone-haut .motsclefs .mot1 {
-
 
8
	font-size:28px;
-
 
9
	margin:-45px 0 0 -81px;}
-
 
10
.zone-haut .motsclefs .mot2 {
-
 
11
	font-size:32px;
-
 
12
	margin:-35px 0 0 18px;}
-
 
13
.zone-haut .motsclefs .mot3 {
-
 
14
	margin:10px 0 0 -101px;}
-
 
15
/* Gestion des styles spécifiques Spip */
-
 
16
.importance2, .importance3 {
-
 
17
	border:solid 1px #C2C0AD;
-
 
18
}
-
 
19
h3.spip {
-
 
20
	margin:20px 0 12px 0;
-
 
21
	font-family:arial;
-
 
22
	font-size:14px;
-
 
23
	font-weight:bold;
-
 
24
	letter-spacing:0;
-
 
25
	color:#FD8C13;}
-
 
26
h3.spip i{
-
 
27
	margin:20px 0 12px;
-
 
28
	font-family:arial;
-
 
29
	font-size:13px;
-
 
30
	font-weight:bold;
-
 
31
	text-transform:none;
-
 
32
	line-height:18px;
-
 
33
	letter-spacing:0;
-
 
34
	color:#6C6865;}
-
 
35
p.date{
-
 
36
	margin-top:-10px;
-
 
37
	color:grey}
-
 
38
.logo_article {
-
 
39
	display:block;
-
 
40
	float:right;
-
 
41
	width:150px;
-
 
42
	text-align:center;
-
 
43
	margin:-2px 0 0 10px;
-
 
44
	border:none;}
-
 
45
	
-
 
46
.logo_article img {
-
 
47
	border:none
-
 
48
}
-
 
49
h1.intituler_rubrique {
-
 
50
	width:560px;
-
 
51
	text-transform:none;}
-
 
52
/* Mise en onglets */
-
 
53
#enOnglets {
-
 
54
	margin-top:15px;}
-
 
55
#enOnglets h1 {
-
 
56
	background:none;
-
 
57
	padding-left:4px;
-
 
58
	margin:0 3px 0 0;
-
 
59
	font-size:14px;}
-
 
60
#zone_contenu_corps {
-
 
61
	width:710px;
-
 
62
}
-
 
63
#zone_contenu_corps #enOnglets .menu_actif {
-
 
64
	border-bottom:1px solid white;}
-
 
65
#enOnglets .contenu_RSS {
-
 
66
	width:685px;
-
 
67
	margin-top:-4px;
-
 
68
	padding:8px;
-
 
69
	float:left;
-
 
70
	height:auto;
-
 
71
	background-color:#fff;
-
 
72
	border:1px solid #c2c0ad;
-
 
73
	text-decoration:none;
-
 
74
	-moz-border-radius:0 0 10px 0;
-
 
75
	-webkit-border-radius:0 10px 0 0; /* pour Chrome */
-
 
76
	border-radius:0 10px 0 0;}
-
 
77
#onglets li {
-
 
78
	padding-top:5px;
-
 
79
	background:#C2C0AD}
-
 
80
/** Affichage des flux RSS **/
-
 
81
.actualites1 {overflow:hidden}
-
 
82
.imageActualites1 a:hover{border:none}
-
 
83
.flux_RSS .contenu_RSS .actualites1 {
-
 
84
	width:674px;
-
 
85
	padding-top:5px;
-
 
86
	padding-bottom:5px;
-
 
87
	height:auto;
-
 
88
	border-bottom:1px dotted #c2c0ad;}
-
 
89
.flux_RSS h1 {
-
 
90
	margin:0 0 1px 0}
-
 
91
.texteActualites1 {
-
 
92
	width:535px;
-
 
93
	height:auto;
-
 
94
	text-align:justify}
-
 
95
.texteActualites1 h3 {
-
 
96
	margin:0}
-
 
97
.texteActualites1 p,#texteActualites1 a {
-
 
98
	margin:0;
-
 
99
	text-align:justify;}
-
 
100
.texteActualites1 br {
-
 
101
	position:absolute}
-
 
102
.voirSuite {
-
 
103
	white-space:nowrap}
-
 
104
.imageActualites1 {
-
 
105
	width:130px;
-
 
106
	text-align:center;
-
 
107
	margin-top:0px;
-
 
108
	float:right;}
-
 
109
.contenu_RSS img {
-
 
110
	width:90px}
-
 
111
 
-
 
112
	
-
 
113
/** Mise en page de la recherche d'événements**/
-
 
114
#zone-accueil .importance1 {
-
 
115
	margin-top:15px
-
 
116
}
-
 
117
/*.recherche_evenement input, .recherche_evenement select {
-
 
118
	font-family:arial;
-
 
119
	font-size:11px;
-
 
120
	background-color:#fff;
-
 
121
	border:dotted 1px #7b9c35;
-
 
122
	color:#3a3633;
-
 
123
	margin-bottom:7px;
-
 
124
	}*/
-
 
125
.recherche_evenement #afficherLaCarte {
-
 
126
	display:block;
-
 
127
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
-
 
128
	width:130px;
-
 
129
	height:133px;
-
 
130
	float:right;
-
 
131
	border:none;
-
 
132
	margin-right:25px}
-
 
133
	
-
 
134
.recherche_evenement #afficherLaCarte span {
-
 
135
	display:none
-
 
136
}
-
 
137
 
-
 
138
#evt_date_debt,#evt_date_fin {
-
 
139
	width:116px;}
-
 
140
.filtrer {
-
 
141
	font-family:arial;
-
 
142
	font-size:11px;
-
 
143
	font-weight:bold;
-
 
144
	background-color:#fff;
-
 
145
	border:dotted 1px #7b9c35;
-
 
146
	color:#fd8c13;
-
 
147
	margin-left:10px;
-
 
148
	font-variant:small-caps;}
-
 
149
#actuPrincipales h4 {
-
 
150
	margin:2px 2px 5px 0}
-
 
151
 
-
 
152
#actuPrincipales .actualites1 {
-
 
153
	padding-top:10px;
-
 
154
	padding-bottom:10px;}
-
 
155
	
-
 
156
#zone_contenu_corps img {margin:0;}
-
 
157
 
-
 
158
.spip_documents_left {
-
 
159
	margin:0 10px;
-
 
160
}
-
 
161
 
-
 
162
.spip_documents_right {
-
 
163
	margin:0 0 0 10px;
-
 
164
}
-
 
165
 
-
 
166
#zone_contenu_corps h3 {
-
 
167
	padding:0}
-
 
168
#zone_contenu_corps img.spip_puce{
-
 
169
margin: 0px;}
-
 
170
 
-
 
171
#dernier-evenements h3 {
-
 
172
font-size:12px;
-
 
173
 
-
 
174
} 
-
 
175
1
/* STYLE SPECIFIQUE DE LA PAGE ACTUALITES */
-
 
2
body#actualites {
-
 
3
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_trait.png) repeat-x;}
-
 
4
/* Affichage des mots clefs*/
-
 
5
.zone-haut {
-
 
6
	/* commenté pour la campagne de don */
-
 
7
	/*background:url(/sites/actu/generique/images/graphisme/bandeau_actu_image.png) no-repeat right center;*/
-
 
8
}
-
 
9
.zone-haut .motsclefs .mot1 {
-
 
10
	font-size:28px;
-
 
11
	margin:-45px 0 0 -81px;}
-
 
12
.zone-haut .motsclefs .mot2 {
-
 
13
	font-size:32px;
-
 
14
	margin:-35px 0 0 18px;}
-
 
15
.zone-haut .motsclefs .mot3 {
-
 
16
	margin:10px 0 0 -101px;}
-
 
17
/* Gestion des styles spécifiques Spip */
-
 
18
.importance2, .importance3 {
-
 
19
	border:solid 1px #C2C0AD;
-
 
20
}
-
 
21
h3.spip {
-
 
22
	margin:20px 0 12px 0;
-
 
23
	font-family:arial;
-
 
24
	font-size:14px;
-
 
25
	font-weight:bold;
-
 
26
	letter-spacing:0;
-
 
27
	color:#FD8C13;}
-
 
28
h3.spip i{
-
 
29
	margin:20px 0 12px;
-
 
30
	font-family:arial;
-
 
31
	font-size:13px;
-
 
32
	font-weight:bold;
-
 
33
	text-transform:none;
-
 
34
	line-height:18px;
-
 
35
	letter-spacing:0;
-
 
36
	color:#6C6865;}
-
 
37
p.date{
-
 
38
	margin-top:-10px;
-
 
39
	color:grey}
-
 
40
.logo_article {
-
 
41
	display:block;
-
 
42
	float:right;
-
 
43
	width:150px;
-
 
44
	text-align:center;
-
 
45
	margin:-2px 0 0 10px;
-
 
46
	border:none;}
-
 
47
	
-
 
48
.logo_article img {
-
 
49
	border:none
-
 
50
}
-
 
51
h1.intituler_rubrique {
-
 
52
	width:560px;
-
 
53
	text-transform:none;}
-
 
54
/* Mise en onglets */
-
 
55
#enOnglets {
-
 
56
	margin-top:15px;}
-
 
57
#enOnglets h1 {
-
 
58
	background:none;
-
 
59
	padding-left:4px;
-
 
60
	margin:0 3px 0 0;
-
 
61
	font-size:14px;}
-
 
62
#zone_contenu_corps {
-
 
63
	width:710px;
-
 
64
}
-
 
65
#zone_contenu_corps #enOnglets .menu_actif {
-
 
66
	border-bottom:1px solid white;}
-
 
67
#enOnglets .contenu_RSS {
-
 
68
	width:685px;
-
 
69
	margin-top:-4px;
-
 
70
	padding:8px;
-
 
71
	float:left;
-
 
72
	height:auto;
-
 
73
	background-color:#fff;
-
 
74
	border:1px solid #c2c0ad;
-
 
75
	text-decoration:none;
-
 
76
	-moz-border-radius:0 0 10px 0;
-
 
77
	-webkit-border-radius:0 10px 0 0; /* pour Chrome */
-
 
78
	border-radius:0 10px 0 0;}
-
 
79
#onglets li {
-
 
80
	padding-top:5px;
-
 
81
	background:#C2C0AD}
-
 
82
/** Affichage des flux RSS **/
-
 
83
.actualites1 {overflow:hidden}
-
 
84
.imageActualites1 a:hover{border:none}
-
 
85
.flux_RSS .contenu_RSS .actualites1 {
-
 
86
	width:674px;
-
 
87
	padding-top:5px;
-
 
88
	padding-bottom:5px;
-
 
89
	height:auto;
-
 
90
	border-bottom:1px dotted #c2c0ad;}
-
 
91
.flux_RSS h1 {
-
 
92
	margin:0 0 1px 0}
-
 
93
.texteActualites1 {
-
 
94
	width:535px;
-
 
95
	height:auto;
-
 
96
	text-align:justify}
-
 
97
.texteActualites1 h3 {
-
 
98
	margin:0}
-
 
99
.texteActualites1 p,#texteActualites1 a {
-
 
100
	margin:0;
-
 
101
	text-align:justify;}
-
 
102
.texteActualites1 br {
-
 
103
	position:absolute}
-
 
104
.voirSuite {
-
 
105
	white-space:nowrap}
-
 
106
.imageActualites1 {
-
 
107
	width:130px;
-
 
108
	text-align:center;
-
 
109
	margin-top:0px;
-
 
110
	float:right;}
-
 
111
.contenu_RSS img {
-
 
112
	width:90px}
-
 
113
 
-
 
114
	
-
 
115
/** Mise en page de la recherche d'événements**/
-
 
116
#zone-accueil .importance1 {
-
 
117
	margin-top:15px
-
 
118
}
-
 
119
/*.recherche_evenement input, .recherche_evenement select {
-
 
120
	font-family:arial;
-
 
121
	font-size:11px;
-
 
122
	background-color:#fff;
-
 
123
	border:dotted 1px #7b9c35;
-
 
124
	color:#3a3633;
-
 
125
	margin-bottom:7px;
-
 
126
	}*/
-
 
127
.recherche_evenement #afficherLaCarte {
-
 
128
	display:block;
-
 
129
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
-
 
130
	width:130px;
-
 
131
	height:133px;
-
 
132
	float:right;
-
 
133
	border:none;
-
 
134
	margin-right:25px}
-
 
135
	
-
 
136
.recherche_evenement #afficherLaCarte span {
-
 
137
	display:none
-
 
138
}
-
 
139
 
-
 
140
#evt_date_debt,#evt_date_fin {
-
 
141
	width:116px;}
-
 
142
.filtrer {
-
 
143
	font-family:arial;
-
 
144
	font-size:11px;
-
 
145
	font-weight:bold;
-
 
146
	background-color:#fff;
-
 
147
	border:dotted 1px #7b9c35;
-
 
148
	color:#fd8c13;
-
 
149
	margin-left:10px;
-
 
150
	font-variant:small-caps;}
-
 
151
#actuPrincipales h4 {
-
 
152
	margin:2px 2px 5px 0}
-
 
153
 
-
 
154
#actuPrincipales .actualites1 {
-
 
155
	padding-top:10px;
-
 
156
	padding-bottom:10px;}
-
 
157
	
-
 
158
#zone_contenu_corps img {margin:0;}
-
 
159
 
-
 
160
.spip_documents_left {
-
 
161
	margin:0 10px;
-
 
162
}
-
 
163
 
-
 
164
.spip_documents_right {
-
 
165
	margin:0 0 0 10px;
-
 
166
}
-
 
167
 
-
 
168
#zone_contenu_corps h3 {
-
 
169
	padding:0}
-
 
170
#zone_contenu_corps img.spip_puce{
-
 
171
margin: 0px;}
-
 
172
 
-
 
173
#dernier-evenements h3 {
-
 
174
font-size:12px;
-
 
175
}
-
 
176
176
177