Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1011 | Rev 1027 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1011 Rev 1022
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;
19
	font-size:12px;
19
	font-size:12px;
20
	color:#222222;
20
	color:#222222;
21
}
21
}
22
img, form, td, div, a, h1, h2 {
22
img, form, td, div, a, h1, h2 {
23
	padding:0;
23
	padding:0;
24
	border:0;
24
	border:0;
25
	text-decoration:none;
25
	text-decoration:none;
26
}
26
}
27
form, li, td, div, a {
27
form, li, td, div, a {
28
	margin:0;
28
	margin:0;
29
}
29
}
30
ul{
30
ul{
31
	margin:15px 0;
31
	margin:15px 0;
32
}
32
}
33
h1, h2, h3, h4 {
33
h1, h2, h3, h4 {
34
	font-weight:bold;
34
	font-weight:bold;
35
	letter-spacing:0;
35
	letter-spacing:0;
36
}
36
}
37
h1 {
37
h1 {
38
	padding:0 0 0 25px;
38
	padding:0 0 0 25px;
39
	margin:20px 0 10px 0;
39
	margin:20px 0 10px 0;
40
	font-size:15px;
40
	font-size:15px;
41
	text-transform:uppercase;
41
	text-transform:uppercase;
42
	color:#fd8c13;
42
	color:#fd8c13;
43
}
43
}
44
h2 {
44
h2 {
45
	margin:20px 0 12px 0;
45
	margin:20px 0 12px 0;
46
	font-size:13px;
46
	font-size:13px;
47
	text-transform:uppercase;
47
	text-transform:uppercase;
48
	color:#FD8C13;
48
	color:#FD8C13;
49
}
49
}
50
h3 {
50
h3 {
51
	margin:20px 0 12px;
51
	margin:20px 0 12px;
52
	font-size:14px;
52
	font-size:14px;
53
	color:#454341;
53
	color:#454341;
54
}
54
}
55
h4 {
55
h4 {
56
	margin:2px 2px 2px 0;
56
	margin:2px 2px 2px 0;
57
	font-size:11px;
57
	font-size:11px;
58
	font-weight:normal;
58
	font-weight:normal;
59
	color:#AAAAAA;
59
	color:#AAAAAA;
60
}
60
}
61
h1 a, h2 a, h3 a, h4 a {
61
h1 a, h2 a, h3 a, h4 a {
62
	color:inherit;
62
	color:inherit;
63
	border-bottom: dotted 1px;
63
	border-bottom: dotted 1px;
64
}
64
}
65
h3 a {
65
h3 a {
66
	border-color:#CCCCCC;
66
	border-color:#CCCCCC;
67
}
67
}
68
p {
68
p {
69
	font-size:12px;
69
	font-size:12px;
70
	line-height:18px;
70
	line-height:18px;
71
	text-align:justify;
71
	text-align:justify;
72
}
72
}
73
strong, b {
73
strong, b {
74
	font-weight:bold;	
74
	font-weight:bold;	
75
}
75
}
76
hr {
76
hr {
77
	border:0;
77
	border:0;
78
	border-bottom:1px dotted #C2C0AD;
78
	border-bottom:1px dotted #C2C0AD;
79
}
79
}
80
/* Pr�sentation des listes de d�finitions */
80
/* Pr�sentation des listes de d�finitions */
81
dl {
81
dl {
82
	width:100%;
82
	width:100%;
83
}
83
}
84
dt {
84
dt {
85
	float:left;
85
	float:left;
86
	font-weight:bold;
86
	font-weight:bold;
87
	text-align:top left;
87
	text-align:top left;
88
	margin-right:0.3em;
88
	margin-right:0.3em;
89
}
89
}
90
dt:after {	/* Remplace la classe ajout_2points  */
90
dt:after {	/* Remplace la classe ajout_2points  */
91
	content:" :";
91
	content:" :";
92
}
92
}
93
dd {
93
dd {
94
	width:auto;
94
	width:auto;
95
	margin:0.5em 0;
95
	margin:0.5em 0;
96
}
96
}
97
/*+-----------------------------------------------------------------------------------------------------------------+*/
97
/*+-----------------------------------------------------------------------------------------------------------------+*/
98
/* Liens */
98
/* Liens */
99
a {
99
a {
100
	color:#598000;
100
	color:#598000;
101
	border-bottom:1px dotted #95ae5d;
101
	border-bottom:1px dotted #95ae5d;
102
}
102
}
103
a:hover {
103
a:hover {
104
	color:#FD8C13;
104
	color:#FD8C13;
105
	border-bottom:1px dotted #95ae5d;
105
	border-bottom:1px dotted #95ae5d;
106
}
106
}
107
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
107
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
108
a.lien-ext:after {
108
a.lien-ext:after {
109
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
109
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
110
}
110
}
111
/* Les liens externes doivent être précédés d'une icone */
111
/* Les liens externes doivent être précédés d'une icone */
112
a[href^="http://www."][target]:before{
112
a[href^="http://www."][target]:before{
113
	content:url(/sites/commun/generique/images/icones/fichier_htm.png)" ";
113
	content:url(/sites/commun/generique/images/icones/fichier_htm.png)" ";
114
}
114
}
115
/* Les liens internes ne doivent pas être précédés d'une icone */
115
/* Les liens internes ne doivent pas être précédés d'une icone */
116
a[href^="http://www.tela-botanica.org"][target]:before{
116
a[href^="http://www.tela-botanica.org"][target]:before{
117
	content:" ";
117
	content:" ";
118
}
118
}
119
/* Gestion des fichiers PDF */
119
/* Gestion des fichiers PDF */
120
a[href$=".pdf"]:before , a.pdf:before {
120
a[href$=".pdf"]:before , a.pdf:before {
121
	content:url(/sites/commun/generique/images/icones/fichier_pdf.png)" ";
121
	content:url(/sites/commun/generique/images/icones/fichier_pdf.png)" ";
122
}
122
}
123
a[href ^="mailto:"]:after  {/* ATTENTION : ajout d'un espace entre href et ^ pour compatibilit� Konqueror */
123
a[href ^="mailto:"]:after  {/* ATTENTION : ajout d'un espace entre href et ^ pour compatibilit� Konqueror */
124
	content:" "url(/sites/commun/generique/images/icones/mail.png);
124
	content:" "url(/sites/commun/generique/images/icones/mail.png);
125
}
125
}
126
/*+-----------------------------------------------------------------------------------------------------------------+*/
126
/*+-----------------------------------------------------------------------------------------------------------------+*/
127
/* Classes & couleurs */
127
/* Classes & couleurs */
128
.rejoindre {
128
.rejoindre {
129
	display:inline-block;
129
	display:inline-block;
130
	line-height:30px;
130
	line-height:30px;
131
	padding-left:30px;
131
	padding-left:30px;
132
	background:url("/sites/commun/generique/images/graphisme/icone_erable_blanc_vert.png") no-repeat scroll 0 center transparent;
132
	background:url("/sites/commun/generique/images/graphisme/icone_erable_blanc_vert.png") no-repeat scroll 0 center transparent;
133
}
133
}
134
.cacher {
134
.cacher {
135
	display:none;
135
	display:none;
136
}
136
}
137
.transparent {
137
.transparent {
138
	visibility:hidden;
138
	visibility:hidden;
139
}
139
}
140
.sous-titre {
140
.sous-titre {
141
	font-size:11px;
141
	font-size:11px;
142
	font-weight:normal;	
142
	font-weight:normal;	
143
	color:#AAAAAA;
143
	color:#AAAAAA;
144
	margin:0
144
	margin:0
145
}
145
}
146
 
146
 
147
/* Classes d'importance */
147
/* Classes d'importance */
148
 
148
 
149
/* Mise en colonnes */
149
/* Mise en colonnes */
150
.importance1 {
150
.importance1 {
151
	margin:10px 10px 20px 10px;		
151
	margin:10px 10px 20px 10px;		
152
	background-color:#eaedcd;	
152
	background-color:#eaedcd;	
153
	padding:8px;
153
	padding:8px;
154
	font-family:arial;
154
	font-family:arial;
155
	font-size:11px;
155
	font-size:11px;
156
	color:#3a3633;
156
	color:#3a3633;
157
	border-radius:10px;
157
	border-radius:10px;
158
	-moz-border-radius:10px;
158
	-moz-border-radius:10px;
159
	-webkit-border-radius:10px;
159
	-webkit-border-radius:10px;
160
	box-shadow:7px 7px 11px #555;
160
	box-shadow:7px 7px 11px #555;
161
	-moz-box-shadow:2px 2px 5px #aaa;
161
	-moz-box-shadow:2px 2px 5px #aaa;
162
	-webkit-box-shadow:7px 7px 11px #aaa;
162
	-webkit-box-shadow:7px 7px 11px #aaa;
163
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
163
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
164
	zoom:1;/* pour ie8 */
164
	zoom:1;/* pour ie8 */
165
}
165
}
166
.importance1 input, .importance1 select {
166
.importance1 input, .importance1 select {
167
	font-family:arial;
167
	font-family:arial;
168
	font-size:11px;
168
	font-size:11px;
169
	background-color:#fff;
169
	background-color:#fff;
170
	border:dotted 1px #7b9c35;
170
	border:dotted 1px #7b9c35;
171
	color:#3a3633;
171
	color:#3a3633;
172
	margin-bottom:7px;
172
	margin-bottom:7px;
173
}
173
}
174
.importance1 .row .gauche	{
174
.importance1 .row .gauche	{
175
	width:45%;
175
	width:45%;
176
	padding-left:4%;
176
	padding-left:4%;
177
}
177
}
178
.importance1 .row .gauche:first-child {
178
.importance1 .row .gauche:first-child {
179
    border-right:dotted 1px #AAAAAA
179
    border-right:dotted 1px #AAAAAA
180
}
180
}
181
.importance2 {
181
.importance2 {
182
	margin:10px;
182
	margin:10px;
183
	padding:10px;
183
	padding:10px;
184
	border-radius:10px;
184
	border-radius:10px;
185
	-moz-border-radius:10px;
185
	-moz-border-radius:10px;
186
	-webkit-border-radius:10px;
186
	-webkit-border-radius:10px;
187
	box-shadow:7px 7px 11px #555;
187
	box-shadow:7px 7px 11px #555;
188
	-moz-box-shadow:2px 2px 9px #aaa;
188
	-moz-box-shadow:2px 2px 9px #aaa;
189
	-webkit-box-shadow:7px 7px 11px #aaa;
189
	-webkit-box-shadow:7px 7px 11px #aaa;
190
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
190
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
191
	zoom:1;/* pour ie8 */
191
	zoom:1;/* pour ie8 */
192
}
192
}
193
.importance3 {
193
.importance3 {
194
	margin:10px;
194
	margin:10px;
195
	padding:20px;
195
	padding:20px;
196
	border-radius:10px;
196
	border-radius:10px;
197
	-moz-border-radius:10px;
197
	-moz-border-radius:10px;
198
	-webkit-border-radius:10px;
198
	-webkit-border-radius:10px;
199
	zoom:1;/* pour ie8 */
199
	zoom:1;/* pour ie8 */
200
}
200
}
201
.importance4 {
201
.importance4 {
202
	margin:10px;
202
	margin:10px;
203
	padding:20px;
203
	padding:20px;
204
	background-color:#fff;
204
	background-color:#fff;
205
	border:1px solid #fff;
205
	border:1px solid #fff;
206
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
206
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
207
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
207
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
208
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
208
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
209
	zoom:1;/* pour ie8 */
209
	zoom:1;/* pour ie8 */
210
}
210
}
211
.importance1 h1,.importance2 h1,.importance3 h1,.importance4 h1{
211
.importance1 h1,.importance2 h1,.importance3 h1,.importance4 h1{
212
	margin:0 0 10px 0;
212
	margin:0 0 10px 0;
213
	padding:0 0 0 25px;
213
	padding:0 0 0 25px;
214
}
214
}
215
.importance1 h2,.importance1 h3,.importance2 h2,.importance2 h3,.importance3 h2,.importance3 h3,.importance4 h2,.importance4 h3 {
215
.importance1 h2,.importance1 h3,.importance2 h2,.importance2 h3,.importance3 h2,.importance3 h3,.importance4 h2,.importance4 h3 {
216
	margin:0;
216
	margin:0;
217
}
217
}
218
 
218
 
219
/* Flottant */
219
/* Flottant */
220
.gauche {
220
.gauche {
221
	float:left;
221
	float:left;
222
}
222
}
223
.droite {
223
.droite {
224
	float:right;
224
	float:right;
225
}
225
}
226
.floatLeft {
226
.floatLeft {
227
	float:left;
227
	float:left;
228
}
228
}
229
.petitcarre, .lire-suite {
229
.petitcarre, .lire-suite {
230
	padding-left:10px;
230
	padding-left:10px;
231
	background:url(../images/petitCarre.jpg) no-repeat 0px 4px;
231
	background:url(../images/petitCarre.jpg) no-repeat 0px 4px;
232
}
232
}
233
.voir-tout {
233
.voir-tout {
234
	padding:10px 0 0 30px;
234
	padding:10px 0 0 30px;
235
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
235
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
236
}
236
}
237
.troiscarre {
237
.troiscarre {
238
	padding-left:30px;
238
	padding-left:30px;
239
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
239
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
240
}
240
}
241
.voir-tout, .telecharger, .acceder {
241
.voir-tout, .telecharger, .acceder {
242
	padding:10px 0 0 30px;
242
	padding:10px 0 0 30px;
243
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
243
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
244
}
244
}
245
#zone_contenu_corps li.telecharger, #zone_contenu_corps li.voir-tout, #zone_contenu_corps li.acceder {
245
#zone_contenu_corps li.telecharger, #zone_contenu_corps li.voir-tout, #zone_contenu_corps li.acceder {
246
	list-style:none;
246
	list-style:none;
247
}
247
}
248
 
248
 
249
/* OBSOLETE : A ENLEVER*/
249
/* OBSOLETE : A ENLEVER*/
250
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
250
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
251
	padding:10px 0 0 30px;
251
	padding:10px 0 0 30px;
252
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
252
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
253
}
253
}
254
.nettoyage {
254
.nettoyage {
255
	clear:both;
255
	clear:both;
256
}
256
}
257
hr.nettoyage {
257
hr.nettoyage {
258
	visibility:hidden;
258
	visibility:hidden;
259
}
259
}
260
 
260
 
261
/* Taille des cadres */
261
/* Taille des cadres */
262
.demi {
262
.demi {
263
	width:50%;
263
	width:50%;
264
}
264
}
265
.tiers {
265
.tiers {
266
	width:33%
266
	width:33%
267
	
267
	
268
}
268
}
269
.deux-tiers {
269
.deux-tiers {
270
	width:66%;
270
	width:66%;
271
}
271
}
272
/*.plein {
272
/*.plein {
273
	width:620px;
273
	width:620px;
274
}*/
274
}*/
275
/* Typographies */
275
/* Typographies */
276
/*.orange {
276
/*.orange {
277
	color:#fd8c13;
277
	color:#fd8c13;
278
	font-family:arial;
278
	font-family:arial;
279
}*/
279
}*/
280
/*p.orange {
280
/*p.orange {
281
	line-height:12px;
281
	line-height:12px;
282
}*/
282
}*/
283
/*.blanc {
283
/*.blanc {
284
	color:#fff;
284
	color:#fff;
285
}
285
}
286
p.blanc {
286
p.blanc {
287
	font-size:11px;
287
	font-size:11px;
288
	line-height:12px;
288
	line-height:12px;
289
}*/
289
}*/
290
.vertpetit {
290
.vertpetit {
291
	color:#598000;
291
	color:#598000;
292
	font-family:arial;
292
	font-family:arial;
293
	font-size:11px;
293
	font-size:11px;
294
	font-weight:bold;
294
	font-weight:bold;
295
}
295
}
296
.discretion {
296
.discretion {
297
	color:#3a3633;
297
	color:#3a3633;
298
	font-family:arial;
298
	font-family:arial;
299
	font-size:11px;
299
	font-size:11px;
300
	font-weight:bold;
300
	font-weight:bold;
301
}
301
}
302
/*.gris {
302
/*.gris {
303
	color:#3a3633;
303
	color:#3a3633;
304
	font-family:arial;
304
	font-family:arial;
305
	font-size:12px;
305
	font-size:12px;
306
}*/
306
}*/
307
/*.overflow-hidden {
307
/*.overflow-hidden {
308
	overflow:hidden;
308
	overflow:hidden;
309
}*/
309
}*/
310
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
310
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
311
	color:#FD8C13;
311
	color:#FD8C13;
312
}
312
}
313
.acceder-outil {
313
.acceder-outil {
314
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
314
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
315
	padding:4px 10px 4px 30px;
315
	padding:4px 10px 4px 30px;
316
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
316
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
317
	color:#6C6865;
317
	color:#6C6865;
318
	font-family:helveticaneue;
318
	font-family:helveticaneue;
319
	font-size:15px;
319
	font-size:15px;
320
	border:none
320
	border:none
321
}
321
}
322
#zone_contenu_corps img {
322
#zone_contenu_corps img {
323
	margin:0 5px 0 5px;
323
	margin:0 5px 0 5px;
324
}
324
}
325
#zone-accueil img {
325
#zone-accueil img {
326
	margin:0;
326
	margin:0;
327
}
327
}
328
#zone_contenu_corps h1, #contenu h1 {
328
#zone_contenu_corps h1, #contenu h1 {
329
	background:url(../images/troisCarre.png) no-repeat 0 5px;
329
	background:url(../images/troisCarre.png) no-repeat 0 5px;
330
}
330
}
331
/*+-----------------------------------------------------------------------------------------------------------------+*/
331
/*+-----------------------------------------------------------------------------------------------------------------+*/
332
/* Tableau :encadr� */
332
/* Tableau :encadr� */
333
/* Ancien table_cadre */
333
/* Ancien table_cadre */
334
table {
334
table {
335
	border:1px solid #9ac342;
335
	border:1px solid #9ac342;
336
	border-collapse:collapse;
336
	border-collapse:collapse;
337
}
337
}
338
table thead, table tfoot {
338
table thead, table tfoot {
339
	background-color:#EEE;
339
	background-color:#EEE;
340
	border:1px solid #9ac342;
340
	border:1px solid #9ac342;
341
}
341
}
342
table tbody {
342
table tbody {
343
	background-color:#FFF;
343
	background-color:#FFF;
344
	border:1px solid #9ac342;
344
	border:1px solid #9ac342;
345
}
345
}
346
table th {
346
table th {
347
	font-family:monospace;
347
	font-family:monospace;
348
	border:1px dotted #9ac342;
348
	border:1px dotted #9ac342;
349
	padding:5px;
349
	padding:5px;
350
	background-color:#EEE;
350
	background-color:#EEE;
351
}
351
}
352
table td {
352
table td {
353
	font-family:arial;
353
	font-family:arial;
354
	border:1px dotted #9ac342;
354
	border:1px dotted #9ac342;
355
	padding:5px;
355
	padding:5px;
356
	text-align:left;
356
	text-align:left;
357
}
357
}
358
table caption {
358
table caption {
359
	font-family:sans-serif;
359
	font-family:sans-serif;
360
}
360
}
361
table th[title]:after {
361
table th[title]:after {
362
	content:" "url(/sites/commun/generique/images/icones/aide.png);
362
	content:" "url(/sites/commun/generique/images/icones/aide.png);
363
}
363
}
364
.alterner tr:nth-child(even) {
364
.alterner tr:nth-child(even) {
365
	background-color: #CFCFCF ;
365
	background-color: #CFCFCF ;
366
}
366
}
367
.alterner-pair tr:nth-child(odd) {
367
.alterner-pair tr:nth-child(odd) {
368
	background-color: #CFCFCF ;
368
	background-color: #CFCFCF ;
369
}
369
}
370
/*+-----------------------------------------------------------------------------------------------------------------+*/
370
/*+-----------------------------------------------------------------------------------------------------------------+*/
371
/* D2fintion des styles de l'applette syndication */
371
/* D2fintion des styles de l'applette syndication */
372
.contenu_RSS h3 {
372
.contenu_RSS h3 {
373
	margin:0;
373
	margin:0;
374
}
374
}
375
.contenu_RSS h4 {
375
.contenu_RSS h4 {
376
	font-size:11px;
376
	font-size:11px;
377
	font-weight:normal;
377
	font-weight:normal;
378
}
378
}
379
#contenu h2:before, #zone_contenu_corps h2:before {
379
#contenu h2:before, #zone_contenu_corps h2:before {
380
	content:"> ";
380
	content:"> ";
381
}
381
}
382
#zone_contenu_corps .traitTela li {
382
#zone_contenu_corps .traitTela li {
383
	list-style:none;
383
	list-style:none;
384
	padding:10px 0 0 30px;
384
	padding:10px 0 0 30px;
385
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
385
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
386
	font-family:arial;
386
	font-family:arial;
387
	font-size:11px;
387
	font-size:11px;
388
	font-weight:bold;
388
	font-weight:bold;
389
}
389
}
390
.traitTela li a {
390
.traitTela li a {
391
	font-family:arial;
391
	font-family:arial;
392
	font-size:11px;
392
	font-size:11px;
393
	font-weight:bold;
393
	font-weight:bold;
394
}
394
}
395
/*+-----------------------------------------------------------------------------------------------------------------+*/
395
/*+-----------------------------------------------------------------------------------------------------------------+*/
396
/* Menu sup�rieur */
396
/* Menu sup�rieur */
397
/* TODO :mettre les petits carr�s � la bonne place */
397
/* TODO :mettre les petits carr�s � la bonne place */
398
#zone-menu-haut {
398
#zone-menu-haut {
399
	position:absolute;
399
	position:absolute;
400
	top:0;
400
	top:0;
401
	width:880px;
401
	width:880px;
402
	height:12px;
402
	height:12px;
403
	margin:8px auto 0 0;
403
	margin:8px auto 0 0;
404
	text-align:center;
404
	text-align:center;
405
	font-family:arial;
405
	font-family:arial;
406
	font-size:12px;
406
	font-size:12px;
407
	color:#3a3633;
407
	color:#3a3633;
408
}
408
}
409
#zone-menu-haut ul {
409
#zone-menu-haut ul {
410
	list-style-image:url(../images/petitCarre.jpg);
410
	list-style-image:url(../images/petitCarre.jpg);
411
	margin:0;
411
	margin:0;
412
	padding:0;
412
	padding:0;
413
}
413
}
414
#zone-menu-haut ul li {
414
#zone-menu-haut ul li {
415
	float:left;
415
	float:left;
416
}
416
}
417
#zone-visiteur li {
417
#zone-visiteur li {
418
	text-align:left;
418
	text-align:left;
419
	display:block;
419
	display:block;
420
	width:130px;
420
	width:130px;
421
	padding-left:10px;
421
	padding-left:10px;
422
	background:url(../images/petitCarre.jpg) no-repeat left center;
422
	background:url(../images/petitCarre.jpg) no-repeat left center;
423
}
423
}
424
#zone-acces-rapide {
424
#zone-acces-rapide {
425
	float:right;
425
	float:right;
426
}
426
}
427
#zone-menu-haut #seconnecter {
427
#zone-menu-haut #seconnecter {
428
	margin:0;
428
	margin:0;
429
	padding-left:10px;
429
	padding-left:10px;
430
}
430
}
431
#zone-menu-haut #don {
431
#zone-menu-haut #don {
432
	width:110px;
432
	width:110px;
433
	margin:0;
433
	margin:0;
434
}
434
}
435
#zone-menu-haut #lettre {
435
#zone-menu-haut #lettre {
436
	width:120px;
436
	width:120px;
437
	margin:0;
437
	margin:0;
438
}
438
}
439
#zone-menu-haut #recherche, .drapeau{
439
#zone-menu-haut #recherche, .drapeau{
440
	list-style:none;
440
	list-style:none;
441
}
441
}
442
#zone-menu-haut #recherche {
442
#zone-menu-haut #recherche {
443
	width:185px;
443
	width:185px;
444
	padding-left:5px;
444
	padding-left:5px;
445
	text-align:left;
445
	text-align:left;
446
}
446
}
447
#zone-menu-haut #recherche fieldset {
447
#zone-menu-haut #recherche fieldset {
448
	width:185px;
448
	width:185px;
449
	padding:0;
449
	padding:0;
450
	border-style:none;
450
	border-style:none;
451
}
451
}
452
#zone-menu-haut #recherche input {
452
#zone-menu-haut #recherche input {
453
	height:13px;
453
	height:13px;
454
	width:150px;
454
	width:150px;
455
	font-size:12px;
455
	font-size:12px;
456
	margin:-15px 0 0 -2px;
456
	margin:-15px 0 0 -2px;
457
}
457
}
458
#zone-menu-haut #recherche legend, #recherche label {
458
#zone-menu-haut #recherche legend, #recherche label {
459
	display:none;
459
	display:none;
460
}
460
}
461
#zone-menu-haut #recherche #more_ok {
461
#zone-menu-haut #recherche #more_ok {
462
	width:25px;
462
	width:25px;
463
	height:20px;
463
	height:20px;
464
}
464
}
465
#zone-menu-haut .drapeau {
465
#zone-menu-haut .drapeau {
466
	width:15px;
466
	width:15px;
467
	margin-left:10px;
467
	margin-left:10px;
468
}
468
}
469
#zone-menu-haut a {
469
#zone-menu-haut a {
470
	font-family:arial;
470
	font-family:arial;
471
	font-size:12px;
471
	font-size:12px;
472
}
472
}
473
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a:active {
473
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a:active {
474
	color:#598000;
474
	color:#598000;
475
}
475
}
476
#zone-menu-haut a:hover, #zone-menu-haut a:focus {
476
#zone-menu-haut a:hover, #zone-menu-haut a:focus {
477
	color:#fd8c13;
477
	color:#fd8c13;
478
}
478
}
479
/*+-----------------------------------------------------------------------------------------------------------------+*/
479
/*+-----------------------------------------------------------------------------------------------------------------+*/
480
#zone-principale {
480
#zone-principale {
481
	width:960px;
481
	width:960px;
482
	margin-left:auto;
482
	margin-left:auto;
483
	margin-right:auto
483
	margin-right:auto
484
}
484
}
485
/*+-----------------------------------------------------------------------------------------------------------------+*/
485
/*+-----------------------------------------------------------------------------------------------------------------+*/
486
/* Bandeau Haut des Univers */
486
/* Bandeau Haut des Univers */
487
.zone-haut {
487
.zone-haut {
488
	height:123px;
488
	height:123px;
489
	width:885px;
489
	width:885px;
490
	margin:32px 0 0 0;
490
	margin:32px 0 0 0;
491
}
491
}
492
 
492
 
493
/* Logo Tela Botanica */
493
/* Logo Tela Botanica */
494
#zone-logo-tela {
494
#zone-logo-tela {
495
	position:absolute;
495
	position:absolute;
496
	margin-top:3px;
496
	margin-top:3px;
497
	background:none;
497
	background:none;
498
}
498
}
499
#zone-logo-tela a {
499
#zone-logo-tela a {
500
	border:none;
500
	border:none;
501
}
501
}
502
#zone-logo-tela img:hover {
502
#zone-logo-tela img:hover {
503
  border:1px dotted white;
503
  border:1px dotted white;
504
  width:144px;
504
  width:144px;
505
  height:98px;
505
  height:98px;
506
}
506
}
507
#zone-logo-tela a:hover:after {
507
#zone-logo-tela a:hover:after {
508
  font-size:12px;
508
  font-size:12px;
509
  color:white;
509
  color:white;
510
  content:" "attr(title)" ";
510
  content:" "attr(title)" ";
511
}
511
}
512
 
512
 
513
/* Sous-titre du r�seau */
513
/* Sous-titre du r�seau */
514
.zone-haut h2 {
514
.zone-haut h2 {
515
	position:absolute;
515
	position:absolute;
516
	top:135px;
516
	top:135px;
517
	margin:0 0 0 90px;
517
	margin:0 0 0 90px;
518
	font-size:16px;
518
	font-size:16px;
519
	font-family:arial;
519
	font-family:arial;
520
	text-transform:none;
520
	text-transform:none;
521
	color:white;
521
	color:white;
522
}
522
}
523
 
523
 
524
/* Mots-cl�s des univers */
524
/* Mots-cl�s des univers */
525
.motsclefs {
525
.motsclefs {
526
	position:absolute;
526
	position:absolute;
527
	font-family:Helveticaneue;
527
	font-family:Helveticaneue;
528
	letter-spacing:-1px;
528
	letter-spacing:-1px;
529
	font-weight:lighter;
529
	font-weight:lighter;
530
}
530
}
531
.motsclefs h3 {
531
.motsclefs h3 {
532
	position:absolute;
532
	position:absolute;
533
	left:200px;
533
	left:200px;
534
	margin-top:17px;
534
	margin-top:17px;
535
	font-family:helveticaneue;
535
	font-family:helveticaneue;
536
	font-size:60px;
536
	font-size:60px;
537
	font-weight:lighter;
537
	font-weight:lighter;
538
	color:#5c5950;
538
	color:#5c5950;
539
}
539
}
540
.motsclefs h4 {
540
.motsclefs h4 {
541
	margin-top:60px;
541
	margin-top:60px;
542
	margin-left:540px;
542
	margin-left:540px;
543
	text-align:left;
543
	text-align:left;
544
	font-family:helveticaneue;
544
	font-family:helveticaneue;
545
	color:#f2f2f2;
545
	color:#f2f2f2;
546
}
546
}
547
.motsclefs span {
547
.motsclefs span {
548
	position:absolute;
548
	position:absolute;
549
	top:85px;
549
	top:85px;
550
	font-weight:normal;
550
	font-weight:normal;
551
	text-transform:lowercase;
551
	text-transform:lowercase;
552
}
552
}
553
/*+-----------------------------------------------------------------------------------------------------------------+*/
553
/*+-----------------------------------------------------------------------------------------------------------------+*/
554
/** Menu de navigation entre univers **/
554
/** Menu de navigation entre univers **/
555
#zone-menu-navigation {
555
#zone-menu-navigation {
556
	width:900px;
556
	width:900px;
557
	margin:10px 0 10px 15px;
557
	margin:10px 0 10px 15px;
558
	float:left;
558
	float:left;
559
	text-decoration:none;
559
	text-decoration:none;
560
	text-align:center;
560
	text-align:center;
561
	font-size:14px;
561
	font-size:14px;
562
	font-family:arial;
562
	font-family:arial;
563
	line-height:20px;
563
	line-height:20px;
564
}
564
}
565
#zone-menu-navigation a:link,#zone-menu-navigation a:visited,#zone-menu-navigation a:active {
565
#zone-menu-navigation a:link,#zone-menu-navigation a:visited,#zone-menu-navigation a:active {
566
	text-decoration:none;
566
	text-decoration:none;
567
}
567
}
568
#zone-menu-navigation .menuHautActif a {
568
#zone-menu-navigation .menuHautActif a {
569
	color:#6C6865;
569
	color:#6C6865;
570
	width:20px;
570
	width:20px;
571
	font-weight:bold;
571
	font-weight:bold;
572
	font-size:14px;
572
	font-size:14px;
573
	text-transform:uppercase;
573
	text-transform:uppercase;
574
	padding-bottom:5px;
574
	padding-bottom:5px;
575
	border-bottom:4px solid grey;
575
	border-bottom:4px solid grey;
576
}
576
}
577
#zone-menu-navigation a {
577
#zone-menu-navigation a {
578
	color:white;
578
	color:white;
579
	border:none;
579
	border:none;
580
}
580
}
581
#zone-menu-navigation ul {
581
#zone-menu-navigation ul {
582
	padding:0;
582
	padding:0;
583
}
583
}
584
#zone-menu-navigation ul li {
584
#zone-menu-navigation ul li {
585
	float:left;
585
	float:left;
586
	width:160px;
586
	width:160px;
587
	height:20px;
587
	height:20px;
588
	margin-right:15px;
588
	margin-right:15px;
589
	text-align:center;
589
	text-align:center;
590
	text-decoration:none;
590
	text-decoration:none;
591
	list-style-type:none;
591
	list-style-type:none;
592
	padding:0;
592
	padding:0;
593
	zoom:1; /* pour ie8 */
593
	zoom:1; /* pour ie8 */
594
}
594
}
595
#zone-menu-navigation a:hover,#zone-menu-navigation a:focus {
595
#zone-menu-navigation a:hover,#zone-menu-navigation a:focus {
596
	font-weight:bold;
596
	font-weight:bold;
597
	color:#6C6865;
597
	color:#6C6865;
598
	text-decoration:none;
598
	text-decoration:none;
599
	text-transform:uppercase;
599
	text-transform:uppercase;
600
	padding-bottom:5px;
600
	padding-bottom:5px;
601
	border-bottom:4px solid grey;
601
	border-bottom:4px solid grey;
602
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
602
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
603
}
603
}
604
 
604
 
605
/*Ancienne classe arrondi7 & ombre2*/
605
/*Ancienne classe arrondi7 & ombre2*/
606
#zone-menu-navigation ul li {
606
#zone-menu-navigation ul li {
607
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
607
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
608
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
608
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
609
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
609
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
610
}
610
}
611
/*+-----------------------------------------------------------------------------------------------------------------+*/
611
/*+-----------------------------------------------------------------------------------------------------------------+*/
612
/* Couleurs des diff�rents menus */
612
/* Couleurs des diff�rents menus */
613
#menuAccueil {
613
#menuAccueil {
614
	background:#fd8c13;
614
	background:#fd8c13;
615
}
615
}
616
#menuBotanique {
616
#menuBotanique {
617
	background:#9ac243;
617
	background:#9ac243;
618
}
618
}
619
#menuActualites {
619
#menuActualites {
620
	background:#c2c0ad;
620
	background:#c2c0ad;
621
}
621
}
622
#menuReseau {
622
#menuReseau {
623
	background:#e16039;
623
	background:#e16039;
624
}
624
}
625
#menuProjets {
625
#menuProjets {
626
	background:#a89d80;
626
	background:#a89d80;
627
}
627
}
628
/*+-----------------------------------------------------------------------------------------------------------------+*/
628
/*+-----------------------------------------------------------------------------------------------------------------+*/
629
/* Menus */
629
/* Menus */
630
#zone-menu-gauche {
630
#zone-menu-gauche {
631
	font-family:arial;
631
	font-family:arial;
632
	font-size:12px;
632
	font-size:12px;
633
	width:170px;
633
	width:170px;
634
	margin-top:10px;
634
	margin-top:10px;
635
	border-left:1px solid #598000;
635
	border-left:1px solid #598000;
636
	padding-left:2px;
636
	padding-left:2px;
637
}
637
}
638
#zone-menu-gauche ul {
638
#zone-menu-gauche ul {
639
	padding:0;
639
	padding:0;
640
	margin:0;
640
	margin:0;
641
	list-style:none;
641
	list-style:none;
642
}
642
}
643
#zone-menu-gauche ul li {
643
#zone-menu-gauche ul li {
644
	padding:0 0 5px 0;
644
	padding:0 0 5px 0;
645
}
645
}
646
#zone-menu-gauche ul li a {
646
#zone-menu-gauche ul li a {
647
	margin:0;
647
	margin:0;
648
	padding:2px 0 2px 14px;
648
	padding:2px 0 2px 14px;
649
	border-top:1px solid #598000;
649
	border-top:1px solid #598000;
650
	border-bottom:1px solid #598000;
650
	border-bottom:1px solid #598000;
651
	border-right:1px solid #598000;
651
	border-right:1px solid #598000;
652
	border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
652
	border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
653
	font-weight:bold;
653
	font-weight:bold;
654
	color:#598000;
654
	color:#598000;
655
	display:block;
655
	display:block;
656
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
656
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
657
}
657
}
658
#zone-menu-gauche ul li ul {
658
#zone-menu-gauche ul li ul {
659
	list-style:disc inside;
659
	list-style:disc inside;
660
	color:#598000;
660
	color:#598000;
661
	padding:0 0 0 15px;
661
	padding:0 0 0 15px;
662
}
662
}
663
#zone-menu-gauche ul li ul li {
663
#zone-menu-gauche ul li ul li {
664
	padding:0;
664
	padding:0;
665
}
665
}
666
#zone-menu-gauche ul li ul li a {
666
#zone-menu-gauche ul li ul li a {
667
	border:none;
667
	border:none;
668
	background:none;
668
	background:none;
669
	padding:0;
669
	padding:0;
670
	display:inline;
670
	display:inline;
671
	font-weight:normal;
671
	font-weight:normal;
672
}
672
}
673
#zone-menu-gauche .menu_actif a {
673
#zone-menu-gauche .menu_actif a {
674
	color:#FD8C13;
674
	color:#FD8C13;
675
}
675
}
676
#zone-menu-gauche .menu_inactif a {
676
#zone-menu-gauche .menu_inactif a {
677
	color:#598000;
677
	color:#598000;
678
	font-weight:normal;
678
	font-weight:normal;
679
}
679
}
680
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
680
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
681
	font-weight:bold;
681
	font-weight:bold;
682
}
682
}
683
#zone-menu-gauche a:hover {
683
#zone-menu-gauche a:hover {
684
	color:#FD8C13;
684
	color:#FD8C13;
685
}
685
}
686
/*+-----------------------------------------------------------------------------------------------------------------+*/
686
/*+-----------------------------------------------------------------------------------------------------------------+*/
687
#cheminDeFer {
687
#cheminDeFer {
688
	width:500px;
688
	width:500px;
689
	margin-left:34px;
689
	margin-left:34px;
690
	margin-top:12px;
690
	margin-top:12px;
691
	margin-bottom:10px;
691
	margin-bottom:10px;
692
}
692
}
693
/*+-----------------------------------------------------------------------------------------------------------------+*/
693
/*+-----------------------------------------------------------------------------------------------------------------+*/
694
/** Zone menu connexion **/
694
/** Zone menu connexion **/
695
#zone-menu-connexion {
695
#zone-menu-connexion {
696
	height:122px;
696
	height:122px;
697
	width:178px;
697
	width:178px;
698
	padding:25px 0 0 0;
698
	padding:25px 0 0 0;
699
	font-family:arial;
699
	font-family:arial;
700
	text-align:right;
700
	text-align:right;
701
	font-size:11px;
701
	font-size:11px;
702
	margin-bottom:100px; /* Eviter un chevauchement des cadres en bas*/
702
	margin-bottom:100px; /* Eviter un chevauchement des cadres en bas*/
703
}
703
}
704
#zone-menu-connexion fieldset {
704
#zone-menu-connexion fieldset {
705
	text-align:left;
705
	text-align:left;
706
	width:165px;
706
	width:165px;
707
	background:white;
707
	background:white;
708
	padding:28px 0 0 10px;
708
	padding:28px 0 0 10px;
709
	border:solid 1px #99C242;
709
	border:solid 1px #99C242;
710
	text-decoration:none;
710
	text-decoration:none;
711
	border-radius:0 10px 10px 10px;-moz-border-radius:0 10px 10px 10px;-webkit-border-radius:0 10px 10px 10px;
711
	border-radius:0 10px 10px 10px;-moz-border-radius:0 10px 10px 10px;-webkit-border-radius:0 10px 10px 10px;
712
	
712
	
713
}
713
}
714
#zone-menu-connexion fieldset input {
714
#zone-menu-connexion fieldset input {
715
	font-size:11px;
715
	font-size:11px;
716
}
716
}
717
#zone-menu-connexion fieldset p {
717
#zone-menu-connexion fieldset p {
718
	text-align:left;
718
	text-align:left;
719
	padding-left:3px
719
	padding-left:3px
720
}
720
}
721
#zone-menu-connexion h3 {
721
#zone-menu-connexion h3 {
722
	position:absolute;
722
	position:absolute;
723
	width:162px;
723
	width:162px;
724
	padding:5px 5px 5px 9px;
724
	padding:5px 5px 5px 9px;
725
	margin:-29px 0 0 -10px;
725
	margin:-29px 0 0 -10px;
726
	color:white;
726
	color:white;
727
	text-align:left;
727
	text-align:left;
728
	text-transform:uppercase;
728
	text-transform:uppercase;
729
	font-size:12px;
729
	font-size:12px;
730
	background-color:#99C242;
730
	background-color:#99C242;
731
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
731
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
732
}
732
}
733
#zone-menu-connexion fieldset label {
733
#zone-menu-connexion fieldset label {
734
	position:relative;
734
	position:relative;
735
	width:12em;
735
	width:12em;
736
	display:block;
736
	display:block;
737
	margin:.1em 0;
737
	margin:.1em 0;
738
}
738
}
739
#zone-menu-connexion label input {
739
#zone-menu-connexion label input {
740
	position:absolute;
740
	position:absolute;
741
	left:100%;
741
	left:100%;
742
	top:0;
742
	top:0;
743
	width:15px;
743
	width:15px;
744
}
744
}
745
#zone-menu-connexion #username,#zone-menu-connexion #password {
745
#zone-menu-connexion #username,#zone-menu-connexion #password {
746
	width:80px;
746
	width:80px;
747
}
747
}
748
#zone-menu-connexion fieldset #connexion {
748
#zone-menu-connexion fieldset #connexion {
749
	border:solid 1px #8eb533;
749
	border:solid 1px #8eb533;
750
	padding:0;
750
	padding:0;
751
}
751
}
752
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
752
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
753
	float:left;
753
	float:left;
754
	margin-left:0;
754
	margin-left:0;
755
}
755
}
756
#zone-menu-connexion #persistant_label {
756
#zone-menu-connexion #persistant_label {
757
	padding-top:2px;
757
	padding-top:2px;
758
}
758
}
759
#zone-menu-connexion #colonneDroite {
759
#zone-menu-connexion #colonneDroite {
760
	padding:15px 0;
760
	padding:15px 0;
761
}
761
}
-
 
762
 
-
 
763
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
764
/** Menu contribution **/
-
 
765
#selecteur_liens_rapides {
-
 
766
  width:135px;
-
 
767
  background-color: #FFFFFF;
-
 
768
  border: 1px dotted #7B9C35;
-
 
769
  color: #3A3633;
-
 
770
  font-family: arial;
-
 
771
  font-size: 11px;
-
 
772
}
-
 
773
 
762
/*+-----------------------------------------------------------------------------------------------------------------+*/
774
/*+-----------------------------------------------------------------------------------------------------------------+*/
763
/** Menu lat�ral :Zone gauche **/
775
/** Menu lat�ral :Zone gauche **/
764
#zone-gauche {
776
#zone-gauche {
765
	width:170px;
777
	width:170px;
766
	float:left;
778
	float:left;
767
	margin-left:0;
779
	margin-left:0;
768
	padding-bottom:60px;
780
	padding-bottom:60px;
769
}
781
}
770
/*+-----------------------------------------------------------------------------------------------------------------+*/
782
/*+-----------------------------------------------------------------------------------------------------------------+*/
771
/** Zone principale :zone droite **/
783
/** Zone principale :zone droite **/
772
#zone-droite {
784
#zone-droite {
773
	width:730px;
785
	width:730px;
774
	margin-left:20px;
786
	margin-left:20px;
775
	float:left;
787
	float:left;
776
	height:auto;
788
	height:auto;
777
	overflow:hidden;
789
	overflow:hidden;
778
}
790
}
779
#contenu {
791
#contenu {
780
	border:none;
792
	border:none;
781
}
793
}
782
#zone_contenu_corps {
794
#zone_contenu_corps {
783
	border:none;
795
	border:none;
784
	width:695px
796
	width:695px
785
}
797
}
786
#zone_contenu_corps li,#contenu li {
798
#zone_contenu_corps li,#contenu li {
787
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
799
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
788
	line-height:18px;
800
	line-height:18px;
789
}
801
}
790
#zone_contenu_corps li ul li,#contenu li ul li {
802
#zone_contenu_corps li ul li,#contenu li ul li {
791
	list-style:none;
803
	list-style:none;
792
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
804
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
793
	padding-left:25px;
805
	padding-left:25px;
794
	line-height:18px;
806
	line-height:18px;
795
}
807
}
796
#zone_contenu_corps form li,#contenu form li {
808
#zone_contenu_corps form li,#contenu form li {
797
	background:none;
809
	background:none;
798
}
810
}
799
#zone_contenu_corps .alpha,#contenu .alpha {
811
#zone_contenu_corps .alpha,#contenu .alpha {
800
	background:none;
812
	background:none;
801
	padding-left:25px;
813
	padding-left:25px;
802
	list-style-type:upper-alpha;
814
	list-style-type:upper-alpha;
803
}
815
}
804
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
816
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
805
	list-style:inherit;
817
	list-style:inherit;
806
	background:none;
818
	background:none;
807
	padding:0;
819
	padding:0;
808
}
820
}
809
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
821
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
810
	list-style:upper-alpha inside;
822
	list-style:upper-alpha inside;
811
	background:none;
823
	background:none;
812
	padding:0;
824
	padding:0;
813
}
825
}
814
.listeNumerique li h3 {
826
.listeNumerique li h3 {
815
	display:inline;
827
	display:inline;
816
}
828
}
817
#zone_contenu_corps ul li ul {
829
#zone_contenu_corps ul li ul {
818
	margin:5px 0 10px 0;
830
	margin:5px 0 10px 0;
819
	padding:0;
831
	padding:0;
820
}
832
}
821
.filetVert {
833
.filetVert {
822
	width:300px;
834
	width:300px;
823
	margin-left:0;
835
	margin-left:0;
824
	margin-top:5px;
836
	margin-top:5px;
825
	padding:20px;
837
	padding:20px;
826
	border:1px solid #9ac342;
838
	border:1px solid #9ac342;
827
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
839
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
828
	float:left;
840
	float:left;
829
}
841
}
830
.filetVert h1 {
842
.filetVert h1 {
831
	margin:0 0 10px 0;
843
	margin:0 0 10px 0;
832
}
844
}
833
/*+-----------------------------------------------------------------------------------------------------------------+*/
845
/*+-----------------------------------------------------------------------------------------------------------------+*/
834
/*Onglets*/
846
/*Onglets*/
835
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets { 
847
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets { 
836
	display:inline-block;
848
	display:inline-block;
837
	padding:0;
849
	padding:0;
838
}
850
}
839
.onglets {
851
.onglets {
840
	margin:0;
852
	margin:0;
841
}
853
}
842
.onglets a {
854
.onglets a {
843
	border:none
855
	border:none
844
}
856
}
845
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
857
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
846
	list-style-image:none;
858
	list-style-image:none;
847
	padding:5px 3px 5px 3px;
859
	padding:5px 3px 5px 3px;
848
	margin-top:2px;
860
	margin-top:2px;
849
	background-color:#C2C0AD;
861
	background-color:#C2C0AD;
850
}
862
}
851
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
863
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
852
	cursor:pointer;
864
	cursor:pointer;
853
	float:left;
865
	float:left;
854
	list-style:none;
866
	list-style:none;
855
	margin-right:5px;
867
	margin-right:5px;
856
	font-size:13px;
868
	font-size:13px;
857
	text-transform:uppercase;
869
	text-transform:uppercase;
858
	letter-spacing:0;
870
	letter-spacing:0;
859
	padding:5px 2px 5px 5px;
871
	padding:5px 2px 5px 5px;
860
	margin:0 1px 0 0;
872
	margin:0 1px 0 0;
861
	background:none no-repeat 5px 9px #C2C0AD;
873
	background:none no-repeat 5px 9px #C2C0AD;
862
	color:#fd8c13;
874
	color:#fd8c13;
863
	border:1px solid #c2c0ad;
875
	border:1px solid #c2c0ad;
864
	border-bottom:0px solid #c2c0ad;
876
	border-bottom:0px solid #c2c0ad;
865
	text-decoration:none;
877
	text-decoration:none;
866
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
878
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
867
}
879
}
868
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
880
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
869
	background:none;
881
	background:none;
870
	color:#FD8C13;
882
	color:#FD8C13;
871
	font-weight:bold;
883
	font-weight:bold;
872
}
884
}
873
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
885
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
874
	background:none;
886
	background:none;
875
	border:1px solid #C2C0AD;
887
	border:1px solid #C2C0AD;
876
	border-bottom:0 solid #c2c0ad;
888
	border-bottom:0 solid #c2c0ad;
877
	text-decoration:none;
889
	text-decoration:none;
878
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
890
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
879
}
891
}
880
#zone_contenu_corps #BAZ_menu .menu_inactif a,#zone_contenu_corps .menu_classique_n3 .menu_inactif a,#zone_contenu_corps .menu_classique_n3 h1,#zone_contenu_corps .onglets .menu_inactif a,#zone_contenu_corps .onglets h1 {
892
#zone_contenu_corps #BAZ_menu .menu_inactif a,#zone_contenu_corps .menu_classique_n3 .menu_inactif a,#zone_contenu_corps .menu_classique_n3 h1,#zone_contenu_corps .onglets .menu_inactif a,#zone_contenu_corps .onglets h1 {
881
	color:#6C6865;
893
	color:#6C6865;
882
}
894
}
883
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
895
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
884
	color:#FD8C13;
896
	color:#FD8C13;
885
}
897
}
886
#zone_contenu_corps .onglets li:hover, #zone_contenu_corps .menu_classique_n3 li:hover{
898
#zone_contenu_corps .onglets li:hover, #zone_contenu_corps .menu_classique_n3 li:hover{
887
	background:white;
899
	background:white;
888
	border-bottom:0;
900
	border-bottom:0;
889
}
901
}
890
#zone_contenu_corps .onglets li a:hover,  #zone_contenu_corps .menu_classique_n3 a:hover{
902
#zone_contenu_corps .onglets li a:hover,  #zone_contenu_corps .menu_classique_n3 a:hover{
891
	color:#FD8C13;
903
	color:#FD8C13;
892
	background:white
904
	background:white
893
}
905
}
894
#cartographieVolante {
906
#cartographieVolante {
895
	position:absolute;
907
	position:absolute;
896
	z-index:10;
908
	z-index:10;
897
	background:white;
909
	background:white;
898
	border:solid 1px #AAAAAA;
910
	border:solid 1px #AAAAAA;
899
	padding:15px;
911
	padding:15px;
900
	margin:-300px 0 0 -300px;
912
	margin:-300px 0 0 -300px;
901
}
913
}
902
#cartographieVolante #masquerLaCarte {
914
#cartographieVolante #masquerLaCarte {
903
	float:right;
915
	float:right;
904
}
916
}
905
/*+-----------------------------------------------------------------------------------------------------------------+*/
917
/*+-----------------------------------------------------------------------------------------------------------------+*/
906
/* Bandeau Projets */
918
/* Bandeau Projets */
907
#bandeauProjets{
919
#bandeauProjets{
908
	width:845px;
920
	width:845px;
909
	margin:20px 0 20px 0;
921
	margin:20px 0 20px 0;
910
	border:dotted 1px #fd8c13;
922
	border:dotted 1px #fd8c13;
911
	-moz-border-radius:10px;
923
	-moz-border-radius:10px;
912
	-webkit-border-radius:10px;
924
	-webkit-border-radius:10px;
913
	border-radius:10px;
925
	border-radius:10px;
914
	float:left;
926
	float:left;
915
	padding-left:65px;
927
	padding-left:65px;
916
	margin-left:30px;
928
	margin-left:30px;
917
}
929
}
918
#bandeauProjets ul {
930
#bandeauProjets ul {
919
	margin:0;
931
	margin:0;
920
	height:98px;
932
	height:98px;
921
	padding:0px;
933
	padding:0px;
922
	list-style:none;
934
	list-style:none;
923
	font-family:arial;
935
	font-family:arial;
924
}
936
}
925
#bandeauProjets ul li {
937
#bandeauProjets ul li {
926
	width:250px;
938
	width:250px;
927
	margin-left:15px;
939
	margin-left:15px;
928
	border:double 1px orange;
940
	border:double 1px orange;
929
	border-width:0 4px 0 0;
941
	border-width:0 4px 0 0;
930
	display:inline;
942
	display:inline;
931
	height:95px;
943
	height:95px;
932
	float:left;
944
	float:left;
933
}
945
}
934
#bandeauProjets ul li, #bandeauProjets ul li p {
946
#bandeauProjets ul li, #bandeauProjets ul li p {
935
	font-family:arial;
947
	font-family:arial;
936
	font-size:10px;
948
	font-size:10px;
937
	line-height:13px;
949
	line-height:13px;
938
}
950
}
939
#bandeauProjets ul li p {
951
#bandeauProjets ul li p {
940
	padding-right:2px;
952
	padding-right:2px;
941
}
953
}
942
#bandeauProjets ul li h3 {
954
#bandeauProjets ul li h3 {
943
	padding:5px 0;
955
	padding:5px 0;
944
	margin:0;
956
	margin:0;
945
	color:#598000;
957
	color:#598000;
946
	font-size:11px;
958
	font-size:11px;
947
}
959
}
948
#bandeauProjets ul li img {
960
#bandeauProjets ul li img {
949
	float:right;
961
	float:right;
950
	padding:10px;
962
	padding:10px;
951
}
963
}
952
#bandeauProjets ul .bouton {
964
#bandeauProjets ul .bouton {
953
	width:20px;
965
	width:20px;
954
}
966
}
955
#boutonPrecedent,#boutonSuivant {
967
#boutonPrecedent,#boutonSuivant {
956
	position:absolute;
968
	position:absolute;
957
}
969
}
958
#boutonPrecedent {
970
#boutonPrecedent {
959
	margin-left:-66px;
971
	margin-left:-66px;
960
	margin-top:-99px;
972
	margin-top:-99px;
961
	height:100px;
973
	height:100px;
962
	background:white;
974
	background:white;
963
	cursor:pointer;
975
	cursor:pointer;
964
	width:70px;
976
	width:70px;
965
	border:dotted 1px #fd8c13;
977
	border:dotted 1px #fd8c13;
966
	border-right-style:none;
978
	border-right-style:none;
967
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
979
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
968
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
980
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
969
}
981
}
970
#boutonSuivant {
982
#boutonSuivant {
971
	margin-left:799px;
983
	margin-left:799px;
972
	margin-top:-99px;
984
	margin-top:-99px;
973
	width:30px;
985
	width:30px;
974
	cursor:pointer;
986
	cursor:pointer;
975
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
987
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
976
	padding:28px 8px 58px 8px;
988
	padding:28px 8px 58px 8px;
977
	border:dotted 1px #fd8c13;
989
	border:dotted 1px #fd8c13;
978
	border-left-style:none;
990
	border-left-style:none;
979
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
991
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
980
}
992
}
981
/*+-----------------------------------------------------------------------------------------------------------------+*/
993
/*+-----------------------------------------------------------------------------------------------------------------+*/
982
/** Zone-bas-page :footer **/
994
/** Zone-bas-page :footer **/
983
#zone-bas-page {
995
#zone-bas-page {
984
	width:960px;
996
	width:960px;
985
	clear:both;
997
	clear:both;
986
}
998
}
987
#zone-bas-page div {
999
#zone-bas-page div {
988
	width:900px;
1000
	width:900px;
989
	margin:20px 0 10px 0;
1001
	margin:20px 0 10px 0;
990
	text-align:center;
1002
	text-align:center;
991
}
1003
}
992
#zone-bas-page div ul li {
1004
#zone-bas-page div ul li {
993
	display:inline;
1005
	display:inline;
994
	margin-left:10px;
1006
	margin-left:10px;
995
	padding:6px 0 0 20px;
1007
	padding:6px 0 0 20px;
996
	line-height:22px;
1008
	line-height:22px;
997
	text-align:center;
1009
	text-align:center;
998
	font-size:12px;
1010
	font-size:12px;
999
	font-family:arial;
1011
	font-family:arial;
1000
	text-decoration:none;
1012
	text-decoration:none;
1001
	list-style:none;
1013
	list-style:none;
1002
}
1014
}
1003
#zone-bas-page #accueil {
1015
#zone-bas-page #accueil {
1004
	background:url(../images/accueil.png) no-repeat 0 2px;
1016
	background:url(../images/accueil.png) no-repeat 0 2px;
1005
}
1017
}
1006
#zone-bas-page #faq {
1018
#zone-bas-page #faq {
1007
	background:url(../images/faq.png) no-repeat 0 2px;
1019
	background:url(../images/faq.png) no-repeat 0 2px;
1008
}
1020
}
1009
#zone-bas-page #contact {
1021
#zone-bas-page #contact {
1010
	background:url(../images/contact.png) no-repeat 0 2px;
1022
	background:url(../images/contact.png) no-repeat 0 2px;
1011
}
1023
}
1012
#zone-bas-page #plan {
1024
#zone-bas-page #plan {
1013
	background:url(../images/plan.png) no-repeat 0 2px;
1025
	background:url(../images/plan.png) no-repeat 0 2px;
1014
}
1026
}
1015
#zone-bas-page #rss {
1027
#zone-bas-page #rss {
1016
	background:url(../images/rss.png) no-repeat 0 2px;
1028
	background:url(../images/rss.png) no-repeat 0 2px;
1017
}
1029
}
1018
#zone-bas-page #telechargement {
1030
#zone-bas-page #telechargement {
1019
	background:url(../images/telechargement.png) no-repeat 0 2px;
1031
	background:url(../images/telechargement.png) no-repeat 0 2px;
1020
}
1032
}
1021
#zone-bas-page #visite {
1033
#zone-bas-page #visite {
1022
	background:url(../images/visite.png) no-repeat 0 2px;
1034
	background:url(../images/visite.png) no-repeat 0 2px;
1023
}
1035
}
1024
#zone-bas-page #mentions {
1036
#zone-bas-page #mentions {
1025
	background:url(../images/mentions.gif) no-repeat 0 2px;
1037
	background:url(../images/mentions.gif) no-repeat 0 2px;
1026
}
1038
}
1027
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1039
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1028
	font-weight:normal;
1040
	font-weight:normal;
1029
	color:#598000;
1041
	color:#598000;
1030
	text-decoration:none;
1042
	text-decoration:none;
1031
}
1043
}
1032
#zone-bas-page > div a:hover, #menupied a:focus {
1044
#zone-bas-page > div a:hover, #menupied a:focus {
1033
	font-weight:normal;
1045
	font-weight:normal;
1034
	color:#fd8c13;
1046
	color:#fd8c13;
1035
	text-decoration:none;
1047
	text-decoration:none;
1036
}
1048
}
1037
/*+-----------------------------------------------------------------------------------------------------------------+*/
1049
/*+-----------------------------------------------------------------------------------------------------------------+*/
1038
/** Contact Tela **/
1050
/** Contact Tela **/
1039
#coordonees {
1051
#coordonees {
1040
	width:905px;
1052
	width:905px;
1041
	text-align:center;
1053
	text-align:center;
1042
	margin:auto;
1054
	margin:auto;
1043
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1055
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1044
	height:15px;
1056
	height:15px;
1045
}
1057
}
1046
#coordonees span {
1058
#coordonees span {
1047
	float:left;
1059
	float:left;
1048
	padding-left:15px;
1060
	padding-left:15px;
1049
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1061
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1050
	font-family:arial;
1062
	font-family:arial;
1051
	font-size:12px;
1063
	font-size:12px;
1052
	font-weight:normal;
1064
	font-weight:normal;
1053
	font-style:normal;
1065
	font-style:normal;
1054
}
1066
}
1055
#coordonees a {
1067
#coordonees a {
1056
	font-family:arial;
1068
	font-family:arial;
1057
	font-size:12px;
1069
	font-size:12px;
1058
	text-align:justify;
1070
	text-align:justify;
1059
	font-weight:normal;
1071
	font-weight:normal;
1060
	line-height:16px;
1072
	line-height:16px;
1061
	list-style:none;
1073
	list-style:none;
1062
}
1074
}
1063
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1075
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1064
	color:#3a3633;
1076
	color:#3a3633;
1065
}
1077
}
1066
#coordonees a:hover, #coordonees a:focus {
1078
#coordonees a:hover, #coordonees a:focus {
1067
	color:#fd8c13;
1079
	color:#fd8c13;
1068
}
1080
}
1069
/*+-----------------------------------------------------------------------------------------------------------------+*/
1081
/*+-----------------------------------------------------------------------------------------------------------------+*/
1070
/* Mise en page en colonne depuis www.1kbgrid.com */
1082
/* Mise en page en colonne depuis www.1kbgrid.com */
1071
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1083
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1072
.grid_1 {
1084
.grid_1 {
1073
	width:60px;
1085
	width:60px;
1074
}
1086
}
1075
.grid_2 {
1087
.grid_2 {
1076
	width:140px;
1088
	width:140px;
1077
}
1089
}
1078
.grid_3 {
1090
.grid_3 {
1079
	width:220px;
1091
	width:220px;
1080
}
1092
}
1081
.grid_4 {
1093
.grid_4 {
1082
	width:300px;
1094
	width:300px;
1083
}
1095
}
1084
.grid_5 {
1096
.grid_5 {
1085
	width:380px;
1097
	width:380px;
1086
}
1098
}
1087
.grid_6 {
1099
.grid_6 {
1088
	width:460px;
1100
	width:460px;
1089
}
1101
}
1090
.grid_7 {
1102
.grid_7 {
1091
	width:540px;
1103
	width:540px;
1092
}
1104
}
1093
.grid_8 {
1105
.grid_8 {
1094
	width:620px;
1106
	width:620px;
1095
}
1107
}
1096
.grid_9 {
1108
.grid_9 {
1097
	width:700px;
1109
	width:700px;
1098
}
1110
}
1099
.grid_10 {
1111
.grid_10 {
1100
	width:780px;
1112
	width:780px;
1101
}
1113
}
1102
.grid_11 {
1114
.grid_11 {
1103
	width:860px;
1115
	width:860px;
1104
}
1116
}
1105
.grid_12 {
1117
.grid_12 {
1106
	width:940px;
1118
	width:940px;
1107
}
1119
}
1108
.column, .colonne {
1120
.column, .colonne {
1109
	margin:0 10px;
1121
	margin:0 10px;
1110
	overflow:hidden;
1122
	overflow:hidden;
1111
	float:left;
1123
	float:left;
1112
	display:inline;
1124
	display:inline;
1113
}
1125
}
1114
.row, .ligne {
1126
.row, .ligne {
1115
	width:695px;
1127
	width:695px;
1116
	margin:0 auto;
1128
	margin:0 auto;
1117
	overflow:hidden;
1129
	overflow:hidden;
1118
}
1130
}
1119
.row .row, .ligne .ligne {
1131
.row .row, .ligne .ligne {
1120
	margin:0 -10px;
1132
	margin:0 -10px;
1121
	display:inline-block;
1133
	display:inline-block;
1122
}
1134
}