Subversion Repositories Sites.tela-botanica.org

Rev

Rev 797 | Rev 852 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
772 jpm 1
/* STYLE SPECIFIQUE DE l'UNIVERS RÉSEAU */
2
* {
3
	font-family:arial;}
4
body {
5
	background:url(../images/graphisme/bandeau_reseau_trait.png) repeat-x;}
6
a {
7
	color:#7B9C35}
8
h2 {
9
	margin:0px 0 12px;}
10
th {
11
	height:40px;}
12
/*+-----------------------------------------------------------------------------------------------------------------+*/
13
/* Mots clefs Reseau */
14
#zone-reseau .motsclefs	.mot1 {
15
	font-size:32px;
16
	margin:-25px 0 0 -102px;}
17
#zone-reseau .motsclefs	.mot2 {
18
	font-size:26px;
19
	margin:0px 0 0 -81px;}
20
#zone-reseau .motsclefs	.mot3 {
21
	font-size:20px;
22
	margin:3px 0 0 39px;}
23
#zone-reseau {
24
	background:url(../images/graphisme/bandeau_reseau_image.png) right center no-repeat;}
25
/*+-----------------------------------------------------------------------------------------------------------------+*/
26
/* Logos de droite (facebook, delicious etc...) */
27
.contenu_centre {
28
	text-align:center;}
29
.logo_externe {
30
	padding:15px;
31
	float:left;}
32
.rss_site_titre {
33
	display:none;}
34
/*+-----------------------------------------------------------------------------------------------------------------+*/
35
/** Affichage des flux RSS **/
36
.flux_RSS .contenu_RSS .actualites1 {
37
	width:674px;
38
	padding-top:5px;
39
	padding-bottom:5px;
40
	height:auto;
41
	border-bottom:1px dotted #c2c0ad;}
42
.texteActualites1 {
43
	width:535px;
44
	height:auto;
45
	text-align:justify;
46
	margin-bottom:5px}
47
.texteActualites1 p,#texteActualites1 a {
48
	display:inline;
49
	text-align:justify}
50
.texteActualites1 br {
51
	position:absolute}
52
.imageActualites1 {
53
	width:130px;
54
	text-align:center;
55
	margin-top:0px;
56
	float:right;}
57
.contenu_RSS img {
58
	width:90px}
59
.flux_simple h1 {
60
	display:none;}
61
.flux_simple h3 {
62
	margin-bottom:0px;}
63
.categorie {
64
	font-variant:small-caps;
65
	color:#6C6865;
66
	font-family:arial;
67
	font-size:12px;
68
	font-weight:bold;
69
	letter-spacing:0;
70
	margin-bottom:0px;
71
	margin-top:0px;}
72
.contributions {
73
	margin-bottom:10px;}
74
#nouvelles_du_reseau .categorie {
75
	display:none;}
76
#rejoindre_reseau h1 {
77
	margin-top:0px;}
78
#rejoindre_reseau li {
79
	margin-left:-30px;
80
	padding:5px 0 0 30px;}
81
/*+-----------------------------------------------------------------------------------------------------------------+*/
82
/** Pages de l'annuaire */
83
/** Fiche utilisateur */
84
#fiche_utilisateur, #form_modification_inscription, #recherche_annuaire,#form_inscription {
85
	padding-left:30px;
86
	float:left;
87
	margin-left:0;
88
	margin-top:5px;
89
	padding:20px;
90
	width:90%;}
91
textarea.annuaire {
92
	width:400px !important;
788 aurelien 93
	height:100px !important;}
772 jpm 94
#recherche_annuaire {
95
	margin-bottom:20px;}
96
.element_profil {
97
	padding-left:20px;
98
	padding-bottom:2px;}
99
.valeur_profil {
100
	font-weight:bold;
797 gduche 101
	white-space:-line;}
772 jpm 102
.liste_horizontale {
103
	clear:both;}
104
.liste_horizontale_simple li {
105
	float:left;
106
	margin-right:20px !important;
107
	margin-left:2px !important;
108
	float:left; /*pour IE*/
109
	background:none !important;
110
	list-style-image:none;}
111
.liste_horizontale li {
112
	float:left;
113
	margin-right:20px !important;
114
	margin-left:2px !important;
115
	float:left; /*pour IE*/
116
	background:none !important;
117
	list-style-image:none !important;}
118
.liste_horizontale,.liste_horizontale_simple {
119
	padding:0;
120
	margin:0;
121
	list-style-type:none !important;}
122
.liste_horizontale_simple li span {
123
	margin-right:20px;}
124
.liste_horizontale li a {
125
	display:block;
126
	float:left;
127
	color:black;
128
	text-decoration:none;
129
	text-align:center;
130
	font-weight:bold;
131
	padding:5px;
132
	margin-left:10px;
133
	-moz-border-radius:0.9em;
134
	border-color:#6C6865;}
135
.lien_participer#page_en_cours a {
136
	background-color:#E16039 !important;
137
	border-color:#F2F2F2 !important;}
138
#page_en_cours a {
139
	background-color:#E16039;
140
	border-color:#F2F2F2;
141
	color:#000000;}
142
.separation {
143
	visibility:hidden;
144
	clear:both;
145
	margin-bottom:4px;
146
	margin-top:4px;}
147
#modification {
148
	padding-top:10px;
149
	float:left;}
150
/** Profil prive **/
151
#fiche_privee {
152
	background-color:#C2C0AD;
153
	border:1px solid #E16039;
154
	max-width:800px;
155
	height:50px;}
156
#texte_profil_prive {
157
	margin-top:15px;
158
	margin-left:5px;
159
	width:100%;
160
	text-align:center;}
161
#fiche_privee img {
162
	margin-top:-6px;}
163
/** Carte id **/
164
#carte_id {
165
	margin-top:10px;
166
	margin-bottom:10px;
167
	margin-left:0px;
168
	padding-bottom:30px;
169
	padding-left:20px;
170
	padding-top:10px;
171
	width:350px;
172
	height:90px;}
173
.avatar_petit {
174
	max-height:60px;
175
	max-width:60px;}
176
/** Page mes contributions **/
177
#resume {
178
	min-height:1600px;}
179
.resume_conteneur {
180
	display:block;
181
	margin-left:10px;
182
	padding:10px;
183
	clear:left;
184
	float:left;
185
	margin-left:0;
186
	margin-top:5px;
187
	padding:20px;
188
	width:90%;}
189
.gestion_conteneur {
190
	width:50%;}
191
.titre_gestion {
192
	margin-top:20px;}
193
.colonne_resume, .colonne_resume {
194
	width:48%;}
195
.resume {
196
	width:100%;
197
	clear:both;}
198
.gestion_conteneur {
199
	width:80%;
200
	margin-left:10px;
201
	padding:0px;}
202
.resume_conteneur>h3 {
203
	text-align:center;
204
	font-weight:normal;}
205
.resume_conteneur a {
206
	text-align:center;
207
	color:#000000 !important;}
208
.resume_conteneur>h3>a {
209
	color:#7B9C35 !important;}
210
.resume_conteneur a:hover {
211
	border-bottom:1px solid #7B9C35;}
212
.resume>h3>a {
213
	font-size:12px;
214
	font-family:arial;
215
	font-weight:normal;
216
	letter-spacing:0;
217
	margin:8px 0 1px;}
218
/** Page de gestion **/
219
.gestion>.form_bouton {
220
	text-align:right;}
221
/** Mise en page générique pour l'annuaire **/
222
.centre {
223
	margin-top:10%;
224
	margin-left:20%;
225
	min-height:500px;}
226
.gauche {
227
	float:left;
228
	margin-right:20px;}
229
.droite {
230
	float:right;
231
	clear:right;}
232
#profil {
233
	border:5px solid #F2F2F2;
234
	margin:10px;
235
	padding-bottom:10px;}
236
.resume_conteneur h3 {
237
	font-size:12px;
238
	font-family:arial;
239
	font-weight:bold;
240
	letter-spacing:0;
241
	margin:8px 0 1px;}
242
.gestion {
243
	max-width:600px;
244
	clear:left;}
245
.gestion h2 {
246
	padding-top:10px;}
247
.gestion td {
248
	padding-top:5px;
249
	padding-bottom:5px;
250
	padding-right:15px;}
251
/** Formulaire d'inscription et de modification **/
252
form#suppression, form#modification, form#blocage {
253
	display:inline;
254
	border:none;
255
	background-color:inherit}
256
#inscription_modification input, #inscription_modification select {
257
	display:block;}
258
#inscription_modification input[type="checkbox"], #inscription_modification input[type="radio"], #inscription_modification input[type="submit"] {
259
	display:inline;}
260
#inscription_modification label {
261
	padding-left:3px;}
262
#inscription_modification label_champ_annuaire {
263
	display:block;}
264
form.form_bouton {
265
	background-color:none !important;
266
	border:none !important;}
267
/** Moteur de recherche **/
268
.liste {
269
	border-collapse:collapse;}
270
.liste th, .liste td {
271
	text-align:center;
272
	border:none;
273
	padding-top:3px;
274
	padding-bottom:3px;
275
	border-top-width:1px;
276
	border-top-style:dotted;
277
	border-bottom-width:1px;
278
	border-bottom-style:dotted;}
279
.liste th {
280
	border-width:1px;
281
	border-style:solid;}
282
.liste th,.liste th a {
283
	color:black;
284
	margin:0 5px;}
285
.liste th {
286
	text-align:center;}
287
/** Pagination **/
288
.derniere_page {
289
	float:right;
290
	margin:5px;}
291
#pages {
292
	margin-left:auto;
293
	margin-right:auto;
294
	width:80%;
295
	text-align:center;}
296
#page_courante a {
297
	color:#FFD700;}
298
/** Messagerie **/
299
#contenu_message {
300
	width:500px;
301
	height:200px;}
302
#sujet_message {
303
	width:500px;
304
	height:25px;}
305
/** Présentation du nombre d'inscrits **/
306
.infosInscrits {
307
	-moz-border-radius:10px 10px 10px 10px;
308
	text-align:center;
309
	float:left;
310
	margin-left:0;
311
	margin-top:5px;
312
	padding:5px;
313
	width:200px;}
314
#conteneur_infos_inscrits {
315
	text-align:center;
316
	padding-left:55px;
317
	margin-top:0px;}
318
#choix_utilisateur {
319
	padding-left:25px;}
320
.orientation {
321
	width:45%;
322
	padding:5px;
323
	margin-bottom:20px;
324
	color:#FFFFFF;
325
	font-family:helveticaneue, helveticaneue2;
326
	font-size:13px;
327
	height:130px;}
328
.orientation strong {
329
	font-size:15px;}
330
.orientation h3 {
331
	margin-top:0px;
332
	margin-bottom:5px;}
333
.orientation span {
334
	margin-bottom:5px;}
335
.orientation ul {
336
	padding-top:5px;}
337
#choix_utilisateur a {
338
	color:#3E4F18;}
339
#orientation_reseau {
340
	background-color:#E16039;}
341
#orientation_actu {
342
	background-color:#C2C0AD;}
343
#orientation_projets {
344
	background-color:#CAAC5D;}
345
#orientation_eflore {
346
	background-color:#9AC243;}
796 gduche 347
#zone_contenu_corps {
837 marie 348
	width:710px;}
772 jpm 349
#zone_contenu_corps h3 {
350
	padding:0;}
351
#menu_2_22 {
796 gduche 352
	display:none;}