Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1088 | Rev 1104 | Go to most recent revision | 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 {
249
	min-height:1600px;}
250
.resume_conteneur {
251
	display:block;
252
	margin-left:10px;
253
	padding:10px;
254
	clear:left;
255
	float:left;
256
	margin-left:0;
257
	margin-top:5px;
258
	padding:20px;
259
	width:90%;}
260
 
261
#resume_une_colonne{
262
	width: 95%;
263
}
264
.gestion_conteneur {
265
	width:50%;}
266
.titre_gestion {
267
	margin-top:20px;}
268
.colonne_resume, .colonne_resume {
269
	width:48%;}
270
.resume {
271
	width:100%;
272
	clear:both;}
273
.gestion_conteneur {
274
	width:80%;
275
	margin-left:10px;
276
	padding:0px;}
277
.resume_conteneur>h3 {
278
	font-weight:normal;}
279
.resume_conteneur a {
280
	text-align:center;}
281
.resume_conteneur a:hover {
282
	border-bottom:1px solid #7B9C35;}
283
.resume_conteneur tbody {
284
	border:none;}
285
.resume>h3>a {
286
	font-size:12px;
287
	font-family:arial;
288
	font-weight:normal;
289
	letter-spacing:0;
290
	margin:8px 0 1px;}
291
/** Page de gestion **/
292
.gestion>.form_bouton {
293
	text-align:right;}
294
/** Mise en page générique pour l'annuaire **/
295
.centre {
296
	margin-top:10%;
297
	margin-left:20%;
298
	min-height:500px;}
299
/*.gauche {
300
	float:left;
301
	margin-right:20px;}
302
.droite {
303
	float:right;
304
	clear:right;}*/
305
 
306
/*Spécifique à la page d'accueil réseau*/
307
#zone-accueil #zone-colonne-droite {
308
	width:55%;
309
}
310
#zone-accueil #zone-colonne-droite {
311
	width:45%;
312
}
313
#profil {
314
	border:5px solid #F2F2F2;
315
	margin:10px;
316
	padding-bottom:10px;}
317
.resume_conteneur h3 {
318
	font-size:12px;
319
	font-family:arial;
320
	font-weight:bold;
321
	letter-spacing:0;
322
	margin:8px 0 1px;}
323
.gestion {
324
	max-width:600px;
325
	clear:left;}
326
.gestion h2 {
327
	padding-top:10px;}
328
.gestion td {
329
	padding-top:5px;
330
	padding-bottom:5px;
331
	padding-right:15px;
332
	border:none ;}
333
/** Formulaire d'inscription et de modification **/
334
form#suppression, form#modification, form#blocage {
335
	display:inline;
336
	border:none;
337
	background-color:inherit}
338
#inscription_modification input, #inscription_modification select {
339
	display:block;}
340
#inscription_modification input[type="checkbox"], #inscription_modification input[type="radio"], #inscription_modification input[type="submit"] {
341
	display:inline;}
342
#inscription_modification label {
343
	padding-left:3px;}
344
#inscription_modification label_champ_annuaire {
345
	display:block;}
346
form.form_bouton {
347
	background-color:none !important;
348
	border:none !important;}
349
/** Moteur de recherche **/
350
.liste {
351
	border-collapse:collapse;}
352
.liste th, .liste td {
353
	text-align:center;
354
	border:none;
355
	padding-top:3px;
356
	padding-bottom:3px;
357
	border-top-width:1px;
358
	border-top-style:dotted;
359
	border-bottom-width:1px;
360
	border-bottom-style:dotted;}
361
.liste th {
362
	border-width:1px;
363
	border-style:solid;}
364
.liste th,.liste th a {
365
	color:black;
366
	margin:0 5px;}
367
.liste th {
368
	text-align:center;}
369
 
370
/** Pagination **/
371
.page_courante {
372
	font-size: 1.5em;
373
}
374
 
375
.page_courante a {
376
	color: black;
377
}
378
 
379
.nb_resultats {
380
	float:right;
381
	margin-top: 10px;
382
}
383
 
384
/** Messagerie **/
385
#contenu_message {
386
	width:500px;
387
	height:200px;}
388
#sujet_message {
389
	width:500px;
390
	height:25px;}
391
/** Présentation du nombre d'inscrits **/
392
.infosInscrits {
393
	-moz-border-radius:10px 10px 10px 10px;
394
	text-align:center;
395
	float:left;
396
	margin-left:0;
397
	margin-top:5px;
398
	padding:5px;
399
	width:200px;}
400
#conteneur_infos_inscrits {
401
	text-align:center;
402
	padding-left:55px;
403
	margin-top:0px;}
404
#choix_utilisateur {
405
	padding-left:25px;}
406
.orientation {
407
	width:45%;
408
	padding:5px;
409
	margin-bottom:20px;
410
	color:#FFFFFF;
411
	font-family:helveticaneue, helveticaneue2;
412
	font-size:13px;
413
	height:145px;}
414
.orientation strong {
415
	font-size:15px;}
416
.orientation h3 {
417
	margin-top:0px;
418
	margin-bottom:5px;}
419
.orientation span {
420
	margin-bottom:5px;}
421
.orientation ul {
422
	padding-top:5px;}
423
.label_champ_annuaire {
424
	font-weight : bold;}
425
#choix_utilisateur a {
426
	color:#3E4F18;}
427
#orientation_reseau {
428
	background-color:#E16039;}
429
#orientation_actu {
430
	background-color:#C2C0AD;}
431
#orientation_projets {
432
	background-color:#CAAC5D;}
433
#orientation_eflore {
434
	background-color:#9AC243;}
435
#zone_contenu_corps {
436
	width:710px;}
437
#menu_2_22 {
438
	display:none;}
1075 aurelien 439
.conteneur_lien_acces_formulaire_message {
440
    margin-bottom: 15px;
441
    margin-top: 20px;
442
}