Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1070 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1061 gduche 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 */
1070 gduche 7
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_image.png) no-repeat right center;
1061 gduche 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;}
1097 jpm 54
#zone_contenu_corps img.spip_logos {
55
	margin:5px;
56
}
1061 gduche 57
/* Mise en onglets */
58
#enOnglets {
59
	margin-top:15px;}
60
#enOnglets h1 {
61
	background:none;
62
	padding-left:4px;
63
	margin:0 3px 0 0;
64
	font-size:14px;}
65
#zone_contenu_corps {
66
	width:710px;
67
}
68
#zone_contenu_corps #enOnglets .menu_actif {
69
	border-bottom:1px solid white;}
70
#enOnglets .contenu_RSS {
71
	width:685px;
72
	margin-top:-4px;
73
	padding:8px;
74
	float:left;
75
	height:auto;
76
	background-color:#fff;
77
	border:1px solid #c2c0ad;
78
	text-decoration:none;
79
	-moz-border-radius:0 0 10px 0;
80
	-webkit-border-radius:0 10px 0 0; /* pour Chrome */
81
	border-radius:0 10px 0 0;}
82
#onglets li {
83
	padding-top:5px;
84
	background:#C2C0AD}
85
/** Affichage des flux RSS **/
86
.actualites1 {overflow:hidden}
87
.imageActualites1 a:hover{border:none}
88
.flux_RSS .contenu_RSS .actualites1 {
89
	width:674px;
90
	padding-top:5px;
91
	padding-bottom:5px;
92
	height:auto;
93
	border-bottom:1px dotted #c2c0ad;}
94
.flux_RSS h1 {
95
	margin:0 0 1px 0}
96
.texteActualites1 {
97
	width:535px;
98
	height:auto;
99
	text-align:justify}
100
.texteActualites1 h3 {
101
	margin:0}
102
.texteActualites1 p,#texteActualites1 a {
103
	margin:0;
104
	text-align:justify;}
105
.texteActualites1 br {
106
	position:absolute}
107
.voirSuite {
108
	white-space:nowrap}
109
.imageActualites1 {
110
	width:130px;
111
	text-align:center;
112
	margin-top:0px;
113
	float:right;}
114
.contenu_RSS img {
115
	width:90px}
116
 
117
 
118
/** Mise en page de la recherche d'événements**/
119
#zone-accueil .importance1 {
120
	margin-top:15px
121
}
122
/*.recherche_evenement input, .recherche_evenement select {
123
	font-family:arial;
124
	font-size:11px;
125
	background-color:#fff;
126
	border:dotted 1px #7b9c35;
127
	color:#3a3633;
128
	margin-bottom:7px;
129
	}*/
130
.recherche_evenement #afficherLaCarte {
131
	display:block;
132
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
133
	width:130px;
134
	height:133px;
135
	float:right;
136
	border:none;
137
	margin-right:25px}
138
 
139
.recherche_evenement #afficherLaCarte span {
140
	display:none
141
}
142
 
143
#evt_date_debt,#evt_date_fin {
144
	width:116px;}
145
.filtrer {
146
	font-family:arial;
147
	font-size:11px;
148
	font-weight:bold;
149
	background-color:#fff;
150
	border:dotted 1px #7b9c35;
151
	color:#fd8c13;
152
	margin-left:10px;
153
	font-variant:small-caps;}
154
#actuPrincipales h4 {
155
	margin:2px 2px 5px 0}
156
 
157
#actuPrincipales .actualites1 {
158
	padding-top:10px;
159
	padding-bottom:10px;}
160
 
161
#zone_contenu_corps img {margin:0;}
162
 
163
.spip_documents_left {
164
	margin:0 10px;
165
}
166
 
167
.spip_documents_right {
168
	margin:0 0 0 10px;
169
}
170
 
171
#zone_contenu_corps h3 {
172
	padding:0}
173
#zone_contenu_corps img.spip_puce{
174
margin: 0px;}
175
 
176
#dernier-evenements h3 {
177
font-size:12px;
178
}