Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
1067 gduche 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
	/*Commenté pour le don, a enlever après la campagne*/
1088 aurelien 25
	background:url(../images/graphisme/bandeau_reseau_image.png) right center no-repeat;
1068 gduche 26
}
1067 gduche 27
/*+-----------------------------------------------------------------------------------------------------------------+*/
28
/* Logos de droite (facebook, delicious etc...) */
29
.contenu_centre {
30
	text-align:center;}
31
.logo_externe {
32
	padding:15px;
33
	float:left;}
34
.rss_site_titre {
35
	display:none;}
36
/*+-----------------------------------------------------------------------------------------------------------------+*/
37
/** Affichage des flux RSS **/
38
.flux_RSS .contenu_RSS .actualites1 {
39
	width:674px;
40
	padding-top:5px;
41
	padding-bottom:5px;
42
	height:auto;
43
	border-bottom:1px dotted #c2c0ad;}
44
.texteActualites1 {
45
	width:535px;
46
	height:auto;
47
	text-align:justify;
48
	margin-bottom:5px}
49
.texteActualites1 p,#texteActualites1 a {
50
	display:inline;
51
	text-align:justify}
52
.texteActualites1 br {
53
	position:absolute}
54
.imageActualites1 {
55
	width:130px;
56
	text-align:center;
57
	margin-top:0px;
58
	float:right;}
59
.contenu_RSS img {
60
	width:90px}
61
.flux_simple h1 {
62
	display:none;}
63
.flux_simple h3 {
64
	margin-bottom:0px;}
65
.categorie {
66
	font-variant:small-caps;
67
	color:#6C6865;
68
	font-family:arial;
69
	font-size:12px;
70
	font-weight:bold;
71
	letter-spacing:0;
72
	margin-bottom:0px;
73
	margin-top:0px;}
74
.contributions {
75
	margin-bottom:10px;}
76
.contributions h3{font-size:12px}
77
.importance2, .importance3 {
78
border:solid 1px red
79
}
80
#nouvelles_du_reseau .categorie {
81
	display:none;}
82
#rejoindre_reseau h1 {
83
	margin-top:0px;}
84
#rejoindre_reseau li {
85
	margin-left:-30px;
86
	padding:5px 0 0 30px;}
87
/*+-----------------------------------------------------------------------------------------------------------------+*/
88
/** Pages de l'annuaire */
89
/** Fiche utilisateur */
90
#fiche_utilisateur, #form_modification_inscription, #recherche_annuaire,#form_inscription {
91
	padding-left:30px;
92
	float:left;
93
	margin-left:0;
94
	margin-top:5px;
95
	padding:20px;
96
	width:90%;}
97
textarea.annuaire {
98
	width:400px !important;
99
	height:100px !important;}
100
#recherche_annuaire {
101
	margin-bottom:20px;}
102
 
103
.resultat_recherche {
104
	width: 700px;
105
}
106
 
107
.resultat_recherche .element_resultat {
108
	height: 85px;
109
	margin: 10px;
110
	margin-bottom: 15px;
111
	font-size: 12px;
112
	text-align: justify;
113
}
114
 
115
.resultat_recherche .element_resultat:hover {
116
	background-color: #CAAC5D;
117
	cursor: pointer;
118
}
119
 
120
.resultat_recherche .nom_prenom {
121
	font-size: 1.5em;
122
}
123
 
124
.resultat_recherche .profil_avatar {
125
	width: 100px;
126
}
127
 
128
.resultat_recherche .selection_destinataire {
129
	margin-left: 15px;
130
}
131
 
132
.resultat_recherche .profil_informations {
133
	display:inline;
134
	float:left;
1088 aurelien 135
	width:540px;
1067 gduche 136
}
137
 
138
.resultat_recherche .description {
139
	color: #555555;
1088 aurelien 140
	text-overflow: ellipsis;
1067 gduche 141
}
142
 
143
.resultat_recherche .experience {
144
	font-style: italic;
145
	font-weight: normal;
146
	color: #999999;
147
}
148
 
149
.resultat_recherche .experience .niveau {
150
	color: #E16039;
151
	font-style: normal;
152
}
153
 
154
.resultat_recherche .localisation {
155
	font-weight: bold;
156
}
157
 
158
#fiche_utilisateur {
159
	padding:0;
160
}
161
 
162
#fiche_utilisateur .importance4 {
163
	margin-left:0px;
164
	padding-left: 5px;
165
}
166
 
167
 
168
.nom_prenom_pseudo {
169
	padding-bottom:10px;
170
}
171
 
172
.element_profil {
173
	padding-left:20px;
174
	padding-bottom:2px;}
175
.label_profil {
176
	font-size:0.9em;
177
	color:#999999;
178
}
179
.valeur_profil {
180
	white-space:pre-line;}
181
.liste_horizontale {
182
	clear:both;}
183
.liste_horizontale_simple li {
184
	float:left;
185
	margin-right:20px !important;
186
	margin-left:2px !important;
187
	float:left; /*pour IE*/
188
	background:none !important;
189
	list-style-image:none;}
190
.liste_horizontale li {
191
	float:left;
192
	margin-right:20px !important;
193
	margin-left:2px !important;
194
	float:left; /*pour IE*/
195
	background:none !important;
196
	list-style-image:none !important;}
197
.liste_horizontale,.liste_horizontale_simple {
198
	padding:0;
199
	margin:0;
200
	list-style-type:none !important;}
201
.liste_horizontale_simple li span {
202
	margin-right:20px;}
203
.liste_horizontale li a {
204
	display:block;
205
	float:left;
206
	color:black;
207
	text-decoration:none;
208
	text-align:center;
209
	font-weight:bold;
210
	padding:5px;
211
	margin-left:10px;
212
	-moz-border-radius:0.9em;
213
	border-color:#6C6865;}
214
.lien_participer#page_en_cours a {
215
	background-color:#E16039 !important;
216
	border-color:#F2F2F2 !important;}
217
 
218
.separation {
219
	visibility:hidden;
220
	clear:both;
221
	margin-bottom:4px;
222
	margin-top:4px;}
223
#modification {
224
	padding-top:10px;
225
	float:left;}
226
/** Profil prive **/
227
#fiche_privee {
228
	background-color:#C2C0AD;
229
	border:1px solid #E16039;
230
	max-width:800px;
231
	height:50px;}
232
#texte_profil_prive {
233
	margin-top:15px;
234
	margin-left:5px;
235
	width:100%;
236
	text-align:center;}
237
#fiche_privee img {
238
	margin-top:-6px;}
239
/** Carte id **/
240
#carte_id {
1103 raphael 241
	margin:10px 0 10px;
242
	padding-bottom:10px 5px 30px 5px;
243
	width:350px;}
1067 gduche 244
.avatar_petit {
245
	max-height:60px;
246
	max-width:60px;}
247
/** Page mes contributions **/
248
.resume_conteneur {
249
	display:block;
250
	margin-left:10px;
251
	padding:10px;
252
	clear:left;
253
	float:left;
254
	margin-left:0;
255
	margin-top:5px;
256
	padding:20px;
1105 aurelien 257
	padding-top: 5px;
1067 gduche 258
	width:90%;}
259
 
260
#resume_une_colonne{
261
	width: 95%;
262
}
263
.gestion_conteneur {
264
	width:50%;}
265
.titre_gestion {
266
	margin-top:20px;}
267
.colonne_resume, .colonne_resume {
268
	width:48%;}
269
.resume {
270
	width:100%;
271
	clear:both;}
272
.gestion_conteneur {
273
	width:80%;
274
	margin-left:10px;
275
	padding:0px;}
276
.resume_conteneur>h3 {
277
	font-weight:normal;}
278
.resume_conteneur a {
279
	text-align:center;}
280
.resume_conteneur a:hover {
281
	border-bottom:1px solid #7B9C35;}
282
.resume_conteneur tbody {
283
	border:none;}
284
.resume>h3>a {
285
	font-size:12px;
286
	font-family:arial;
287
	font-weight:normal;
288
	letter-spacing:0;
289
	margin:8px 0 1px;}
290
/** Page de gestion **/
291
.gestion>.form_bouton {
292
	text-align:right;}
293
/** Mise en page générique pour l'annuaire **/
294
.centre {
295
	margin-top:10%;
296
	margin-left:20%;
297
	min-height:500px;}
298
/*.gauche {
299
	float:left;
300
	margin-right:20px;}
301
.droite {
302
	float:right;
303
	clear:right;}*/
304
 
305
/*Spécifique à la page d'accueil réseau*/
306
#zone-accueil #zone-colonne-droite {
307
	width:55%;
308
}
309
#zone-accueil #zone-colonne-droite {
310
	width:45%;
311
}
312
#profil {
313
	border:5px solid #F2F2F2;
314
	margin:10px;
315
	padding-bottom:10px;}
316
.resume_conteneur h3 {
317
	font-size:12px;
318
	font-family:arial;
319
	font-weight:bold;
320
	letter-spacing:0;
321
	margin:8px 0 1px;}
322
.gestion {
323
	max-width:600px;
324
	clear:left;}
325
.gestion h2 {
326
	padding-top:10px;}
327
.gestion td {
328
	padding-top:5px;
329
	padding-bottom:5px;
330
	padding-right:15px;
331
	border:none ;}
332
/** Formulaire d'inscription et de modification **/
333
form#suppression, form#modification, form#blocage {
334
	display:inline;
335
	border:none;
336
	background-color:inherit}
337
#inscription_modification input, #inscription_modification select {
338
	display:block;}
339
#inscription_modification input[type="checkbox"], #inscription_modification input[type="radio"], #inscription_modification input[type="submit"] {
340
	display:inline;}
341
#inscription_modification label {
342
	padding-left:3px;}
343
#inscription_modification label_champ_annuaire {
344
	display:block;}
345
form.form_bouton {
346
	background-color:none !important;
347
	border:none !important;}
348
/** Moteur de recherche **/
349
.liste {
350
	border-collapse:collapse;}
351
.liste th, .liste td {
352
	text-align:center;
353
	border:none;
354
	padding-top:3px;
355
	padding-bottom:3px;
356
	border-top-width:1px;
357
	border-top-style:dotted;
358
	border-bottom-width:1px;
359
	border-bottom-style:dotted;}
360
.liste th {
361
	border-width:1px;
362
	border-style:solid;}
363
.liste th,.liste th a {
364
	color:black;
365
	margin:0 5px;}
366
.liste th {
367
	text-align:center;}
368
 
369
/** Pagination **/
370
.page_courante {
371
	font-size: 1.5em;
372
}
373
 
374
.page_courante a {
375
	color: black;
376
}
377
 
378
.nb_resultats {
379
	float:right;
380
	margin-top: 10px;
381
}
382
 
383
/** Messagerie **/
384
#contenu_message {
385
	width:500px;
386
	height:200px;}
387
#sujet_message {
388
	width:500px;
389
	height:25px;}
390
/** Présentation du nombre d'inscrits **/
391
.infosInscrits {
392
	-moz-border-radius:10px 10px 10px 10px;
393
	text-align:center;
394
	float:left;
395
	margin-left:0;
396
	margin-top:5px;
397
	padding:5px;
398
	width:200px;}
399
#conteneur_infos_inscrits {
400
	text-align:center;
401
	padding-left:55px;
402
	margin-top:0px;}
403
#choix_utilisateur {
404
	padding-left:25px;}
405
.orientation {
406
	width:45%;
407
	padding:5px;
408
	margin-bottom:20px;
409
	color:#FFFFFF;
410
	font-family:helveticaneue, helveticaneue2;
411
	font-size:13px;
412
	height:145px;}
413
.orientation strong {
414
	font-size:15px;}
415
.orientation h3 {
416
	margin-top:0px;
417
	margin-bottom:5px;}
418
.orientation span {
419
	margin-bottom:5px;}
420
.orientation ul {
421
	padding-top:5px;}
422
.label_champ_annuaire {
423
	font-weight : bold;}
424
#choix_utilisateur a {
425
	color:#3E4F18;}
426
#orientation_reseau {
427
	background-color:#E16039;}
428
#orientation_actu {
429
	background-color:#C2C0AD;}
430
#orientation_projets {
431
	background-color:#CAAC5D;}
432
#orientation_eflore {
433
	background-color:#9AC243;}
434
#zone_contenu_corps {
435
	width:710px;}
436
#menu_2_22 {
437
	display:none;}
1075 aurelien 438
.conteneur_lien_acces_formulaire_message {
439
    margin-bottom: 15px;
440
    margin-top: 20px;
441
}