Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 844 Rev 851
Line 1... Line 1...
1
/* STYLE COMMUN */ /* Définition des polices exotiques */
1
/* STYLE COMMUN */ /* D�finition des polices exotiques */
2
/* Helveticaneue est utilisée pour les grands textes décoratifs (ex:mots clés).
2
/* Helveticaneue est utilis�e pour les grands textes d�coratifs (ex:mots cl�s).
3
  Pour windows, elle est remplacée par la police Helveticaneue2 */
3
  Pour windows, elle est remplac�e par la police Helveticaneue2 */
4
@font-face {
4
@font-face {
5
	font-family:Helveticaneue;
5
	font-family:Helveticaneue;
6
	src:url('/commun/polices/helvetica_light.ttf');
6
	src:url('/commun/polices/helvetica_light.ttf');
7
}
7
}
8
@font-face {
8
@font-face {
9
	font-family:Helveticaneue2;
9
	font-family:Helveticaneue2;
10
	src:url('/commun/polices/helvetica_light.eot');
10
	src:url('/commun/polices/helvetica_light.eot');
11
}
11
}
12
/*+-----------------------------------------------------------------------------------------------------------------+*/
12
/*+-----------------------------------------------------------------------------------------------------------------+*/
13
/* Redéfinition des styles par défaut des balises */
13
/* Red�finition des styles par d�faut des balises */
14
body {
14
body {
15
	margin:0;
15
	margin:0;
16
	padding:0;
16
	padding:0;
17
	font-family:arial;
17
	font-family:arial;
18
	font-weight:normal;
18
	font-weight:normal;
Line 72... Line 72...
72
}
72
}
73
hr {
73
hr {
74
	border:0;
74
	border:0;
75
	border-bottom:1px dotted #C2C0AD;
75
	border-bottom:1px dotted #C2C0AD;
76
}
76
}
77
/* Présentation des listes de définitions */
77
/* Pr�sentation des listes de d�finitions */
78
dl {
78
dl {
79
	width:100%;
79
	width:100%;
80
}
80
}
81
dt {
81
dt {
82
	float:left;
82
	float:left;
Line 99... Line 99...
99
}
99
}
100
a:hover {
100
a:hover {
101
	color:#FD8C13;
101
	color:#FD8C13;
102
	border-bottom:1px dotted #95ae5d;
102
	border-bottom:1px dotted #95ae5d;
103
}
103
}
-
 
104
 
-
 
105
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
104
a.lien-ext:after {
106
a.lien-ext:after {
105
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
107
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
106
}
108
}
107
a.pdf:before {
109
a.pdf:before {
108
	content:url(/sites/commun/generique/icones/fichier_pdf.png)" ";
110
	content:url(/sites/commun/generique/icones/fichier_pdf.png)" ";
109
}
111
}
110
a[href ^="mailto:"]:after  {/* ATTENTION : ajout d'un espace entre href et ^ pour compatibilité Konqueror */
112
a[href ^="mailto:"]:after  {/* ATTENTION : ajout d'un espace entre href et ^ pour compatibilit� Konqueror */
111
	content:" "url(/sites/commun/generique/images/icones/mail.png);
113
	content:" "url(/sites/commun/generique/images/icones/mail.png);
112
}
114
}
113
/*+-----------------------------------------------------------------------------------------------------------------+*/
115
/*+-----------------------------------------------------------------------------------------------------------------+*/
114
/* Classes & couleurs */
116
/* Classes & couleurs */
115
.icone-erable {
117
.icone-erable {
Line 126... Line 128...
126
}
128
}
127
.spacer125 {
129
.spacer125 {
128
	width:125px;
130
	width:125px;
129
	float:left;
131
	float:left;
130
}
132
}
-
 
133
 
-
 
134
/* Classes d'importance */
-
 
135
 
131
.cadreRondVert h1 {
136
/* Mise en colonnes */
-
 
137
 
-
 
138
	/**
-
 
139
		row 
-
 
140
			importance1
-
 
141
				row
132
	margin:0 0 10px 0;
142
					gauche, droite
-
 
143
	*/
133
}
144
 
134
.cadreRondVert {
145
.importance1 .row .gauche	{
135
	width:685px;
146
	width:46%;
136
	float:left;
147
	padding-left:4%;
-
 
148
}
-
 
149
.importance1 {
137
	margin-bottom:20px;
150
	margin:0 10px 20px 0;		
138
	background-color:#eaedcd;
151
	background-color:#eaedcd;	
-
 
152
	padding:8px;
-
 
153
	
-
 
154
	border-radius:10px;
-
 
155
	-moz-border-radius:10px;
139
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
156
	-webkit-border-radius:10px;
-
 
157
	box-shadow:7px 7px 11px #555;
-
 
158
	-moz-box-shadow:2px 2px 5px #aaa;
140
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
159
	-webkit-box-shadow:7px 7px 11px #aaa;
141
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
160
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
142
	zoom:1;/* pour ie8 */
161
	zoom:1;/* pour ie8 */
143
	padding:8px;
-
 
144
}
-
 
145
.cadreRondGris h1 {
-
 
146
	margin:0 0 10px 0;
-
 
147
}
162
}
-
 
163
.importance2 {}
148
.cadreRondGris h3 {
164
.importance3 {}
149
	margin:0;
165
.importance4 {}
150
}
166
 
151
.cadreRondGris {
167
/* Flottant */
152
	width:685px;
168
.gauche {
153
	float:left;
169
	float:left;
154
	margin-top:20px;
-
 
155
	background-color:#e5e4d4;
-
 
156
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
157
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
158
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
159
	zoom:1;/* pour ie8 */
-
 
160
	padding:8px;
-
 
161
}
170
}
-
 
171
 
-
 
172
.droite {
-
 
173
	float:right;
-
 
174
}
-
 
175
 
-
 
176
	/* Obsolètes à supprimer */
-
 
177
	.cadreRondVert {
-
 
178
		width:685px;
-
 
179
		float:left;
-
 
180
		margin-bottom:20px;
-
 
181
		background-color:#eaedcd;
-
 
182
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
183
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
184
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
185
		zoom:1;/* pour ie8 */
-
 
186
		padding:8px;
-
 
187
	}
-
 
188
	
-
 
189
	.cadreRondGris {
-
 
190
		width:685px;
-
 
191
		float:left;
-
 
192
		margin-top:20px;
-
 
193
		background-color:#e5e4d4;
-
 
194
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
195
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
196
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
197
		zoom:1;/* pour ie8 */
-
 
198
		padding:8px;
-
 
199
	}
-
 
200
	
-
 
201
	.cadreInvisible {
-
 
202
		float:left;
-
 
203
		margin-left:10px;
-
 
204
		margin-top:10px;
-
 
205
	}
-
 
206
	.cadreInvisible h1 {
-
 
207
		margin:0 0 10px 0;
-
 
208
	}
-
 
209
	.cadreRondOmbre {
-
 
210
		float:left;
-
 
211
		margin-bottom:10px;
-
 
212
		padding:20px;
-
 
213
		background-color:#fff;
-
 
214
		border:1px solid #fff;
-
 
215
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
216
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
217
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
-
 
218
		zoom:1;/* pour ie8 */
-
 
219
	}
-
 
220
	.filetRouge {
-
 
221
		border:solid 1px red;
-
 
222
	}
-
 
223
	
-
 
224
		/* Cadre rond gris :mise en page */
-
 
225
	.cadreRondGris .colonneGauche,.cadreRondVert .colonneGauche {
-
 
226
		width:320px;
-
 
227
		padding:20px;
-
 
228
		border-right:1px dotted #959486;
-
 
229
		float:left;
-
 
230
	}
-
 
231
	.cadreRondGris .colonneDroite,.cadreRondVert .colonneDroite {
-
 
232
		width:284px;
-
 
233
		float:left;
-
 
234
		padding:18px;
-
 
235
	}
-
 
236
		 
-
 
237
	.cadreRondVert h1 {
-
 
238
		margin:0 0 10px 0;
-
 
239
	}
-
 
240
 
-
 
241
	.cadreRondGris h1 {
-
 
242
		margin:0 0 10px 0;
-
 
243
	}
-
 
244
	
-
 
245
	.cadreRondGris h3 {
-
 
246
		margin:0;
-
 
247
	}
-
 
248
 
162
.floatLeft {
249
.floatLeft {
163
	float:left;
250
	float:left;
164
}
251
}
165
.notext {
252
.notext {
166
	display:none;
253
	display:none;
Line 205... Line 292...
205
	font-variant:small-caps;
292
	font-variant:small-caps;
206
}
293
}
207
.clear,.nettoyage {
294
.clear,.nettoyage {
208
	clear:both;
295
	clear:both;
209
}
296
}
210
/* Cadre rond gris :mise en page */
-
 
211
.cadreRondGris .colonneGauche,.cadreRondVert .colonneGauche {
-
 
212
	width:320px;
-
 
213
	padding:20px;
-
 
214
	border-right:1px dotted #959486;
-
 
215
	float:left;
-
 
216
}
297
 
217
.cadreRondGris .colonneDroite,.cadreRondVert .colonneDroite {
-
 
218
	width:284px;
-
 
219
	float:left;
-
 
220
	padding:18px;
-
 
221
}
-
 
222
/* Taille des cadres */
298
/* Taille des cadres */
223
.demi {
299
.demi {
224
	width:50%;
300
	width:50%;
225
}
301
}
226
.tiers {
302
.tiers {
Line 282... Line 358...
282
}
358
}
283
#zone_contenu_corps h1, #contenu h1 {
359
#zone_contenu_corps h1, #contenu h1 {
284
	background:url(../images/troisCarre.png) no-repeat 0 5px;
360
	background:url(../images/troisCarre.png) no-repeat 0 5px;
285
}
361
}
286
/*+-----------------------------------------------------------------------------------------------------------------+*/
362
/*+-----------------------------------------------------------------------------------------------------------------+*/
287
/* Tableau :encadré */
363
/* Tableau :encadr� */
288
.table_cadre {
364
.table_cadre {
289
	border:1px solid #9ac342;
365
	border:1px solid #9ac342;
290
	border-collapse:collapse;
366
	border-collapse:collapse;
291
}
367
}
292
.table_cadre thead, .table_cadre tfoot {
368
.table_cadre thead, .table_cadre tfoot {
Line 357... Line 433...
357
	-moz-border-radius:30px;
433
	-moz-border-radius:30px;
358
	-webkit-border-radius:30px;
434
	-webkit-border-radius:30px;
359
	border-radius:30px;
435
	border-radius:30px;
360
}
436
}
361
/*+-----------------------------------------------------------------------------------------------------------------+*/
437
/*+-----------------------------------------------------------------------------------------------------------------+*/
362
/* Menu supérieur */
438
/* Menu sup�rieur */
363
/* TODO :mettre les petits carrés é la bonne place */
439
/* TODO :mettre les petits carr�s � la bonne place */
364
#zone-menu-haut {
440
#zone-menu-haut {
365
	position:absolute;
441
	position:absolute;
366
	top:0;
442
	top:0;
367
	width:880px;
443
	width:880px;
368
	height:12px;
444
	height:12px;
Line 476... Line 552...
476
  font-size:12px;
552
  font-size:12px;
477
  color:white;
553
  color:white;
478
  content:" "attr(title)" ";
554
  content:" "attr(title)" ";
479
}
555
}
Line 480... Line 556...
480
 
556
 
481
/* Sous-titre du réseau */
557
/* Sous-titre du r�seau */
482
.zone-haut h2 {
558
.zone-haut h2 {
483
	position:absolute;
559
	position:absolute;
484
	top:135px;
560
	top:135px;
485
	margin:0 0 0 90px;
561
	margin:0 0 0 90px;
486
	font-size:16px;
562
	font-size:16px;
487
	font-family:arial;
563
	font-family:arial;
488
	text-transform:none;
564
	text-transform:none;
489
	color:white;
565
	color:white;
Line 490... Line 566...
490
}
566
}
491
 
567
 
492
/* Mots-clés des univers */
568
/* Mots-cl�s des univers */
493
.motsclefs {
569
.motsclefs {
494
	position:absolute;
570
	position:absolute;
495
	font-family:Helveticaneue;
571
	font-family:Helveticaneue;
Line 568... Line 644...
568
	padding-bottom:5px;
644
	padding-bottom:5px;
569
	border-bottom:4px solid grey;
645
	border-bottom:4px solid grey;
570
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
646
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
571
}
647
}
572
/*+-----------------------------------------------------------------------------------------------------------------+*/
648
/*+-----------------------------------------------------------------------------------------------------------------+*/
573
/* Couleurs des différents menus */
649
/* Couleurs des diff�rents menus */
574
#menuAccueil {
650
#menuAccueil {
575
	background:#fd8c13;
651
	background:#fd8c13;
576
}
652
}
577
#menuBotanique {
653
#menuBotanique {
578
	background:#9ac243;
654
	background:#9ac243;
Line 717... Line 793...
717
}
793
}
718
#zone-menu-connexion #colonneDroite {
794
#zone-menu-connexion #colonneDroite {
719
	padding:15px 0;
795
	padding:15px 0;
720
}
796
}
721
/*+-----------------------------------------------------------------------------------------------------------------+*/
797
/*+-----------------------------------------------------------------------------------------------------------------+*/
722
/** Menu latéral :Zone gauche **/
798
/** Menu lat�ral :Zone gauche **/
723
#zone-gauche {
799
#zone-gauche {
724
	width:170px;
800
	width:170px;
725
	float:left;
801
	float:left;
726
	margin-left:0;
802
	margin-left:0;
727
	padding-bottom:100px;
803
	padding-bottom:100px;
Line 738... Line 814...
738
#contenu {
814
#contenu {
739
	border:none;
815
	border:none;
740
}
816
}
741
#zone_contenu_corps {
817
#zone_contenu_corps {
742
	border:none;
818
	border:none;
743
	width:690px
819
	width:695px
744
}
820
}
745
#zone_contenu_corps li,#contenu li {
821
#zone_contenu_corps li,#contenu li {
746
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
822
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
747
	line-height:18px;
823
	line-height:18px;
748
}
824
}
Line 832... Line 908...
832
	color:#6C6865;
908
	color:#6C6865;
833
}
909
}
834
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
910
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
835
	color:#FD8C13;
911
	color:#FD8C13;
836
}
912
}
837
.cadreInvisible {
-
 
838
	float:left;
-
 
839
	margin-left:10px;
-
 
840
	margin-top:10px;
-
 
841
}
913
 
842
.cadreInvisible h1 {
-
 
843
	margin:0 0 10px 0;
-
 
844
}
-
 
845
.cadreRondOmbre {
-
 
846
	float:left;
-
 
847
	margin-bottom:10px;
-
 
848
	padding:20px;
-
 
849
	background-color:#fff;
-
 
850
	border:1px solid #fff;
-
 
851
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
852
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
853
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
-
 
854
	zoom:1;/* pour ie8 */
-
 
855
}
-
 
856
.filetRouge {
-
 
857
	border:solid 1px red;
-
 
858
}
-
 
859
#cartographieVolante {
914
#cartographieVolante {
860
	position:absolute;
915
	position:absolute;
861
	z-index:10;
916
	z-index:10;
862
	background:white;
917
	background:white;
863
	border:solid 1px #AAAAAA;
918
	border:solid 1px #AAAAAA;
Line 1074... Line 1129...
1074
	overflow:hidden;
1129
	overflow:hidden;
1075
	float:left;
1130
	float:left;
1076
	display:inline;
1131
	display:inline;
1077
}
1132
}
1078
.row {
1133
.row {
1079
	width:960px;
1134
	width:695px;
1080
	margin:0 auto;
1135
	margin:0 auto;
1081
	overflow:hidden;
1136
	overflow:hidden;
1082
}
1137
}
1083
.row .row {
1138
.row .row {
1084
	margin:0 -10px;
1139
	margin:0 -10px;
1085
	width:auto;
-
 
1086
	display:inline-block;
1140
	display:inline-block;
1087
}
1141
}
1088
1142