Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 237 Rev 247
Line 10... Line 10...
10
 * .npdc (Nord-Pas-de-Calais), .paca (Provence-Alpes-Cote d'Azur), .pdll (Pays de la Loire), .poitou, 
10
 * .npdc (Nord-Pas-de-Calais), .paca (Provence-Alpes-Cote d'Azur), .pdll (Pays de la Loire), .poitou, 
11
 * .rhone-alpes
11
 * .rhone-alpes
12
 */
12
 */
13
.bordure {
13
.bordure {
14
	fill-opacity: 0;
14
	fill-opacity: 0;
15
	stroke:blue;
15
	stroke:black;
16
	stroke-opacity: 1;
16
	stroke-opacity: 1;
17
	stroke-width:1;
17
	stroke-width:1;
18
	stroke-miterlimit: 3.97446823;
18
	stroke-miterlimit: 3.97446823;
19
	stroke-dasharray: none;
19
	stroke-dasharray: none;
20
}
20
}
-
 
21
.cadre {
-
 
22
	fill: none;
-
 
23
	fill-rule: evenodd;
-
 
24
	stroke: rgb(51, 51, 51);
-
 
25
	stroke-width: 0.918924px;
-
 
26
	stroke-linecap: butt;
-
 
27
	stroke-linejoin: miter;
-
 
28
	stroke-opacity: 1;
-
 
29
}
-
 
30
.txt {
-
 
31
	font-size:9px;
-
 
32
	font-style:normal;
-
 
33
	font-variant:normal;
-
 
34
	font-weight:normal;
-
 
35
	font-stretch:normal;
-
 
36
	fill:#000000;
-
 
37
	fill-opacity:1;
-
 
38
	stroke:none;
-
 
39
	stroke-width:1px;
-
 
40
	stroke-linecap:butt;
-
 
41
	stroke-linejoin:miter;
-
 
42
	stroke-opacity:1;
-
 
43
	font-family:Sans;
-
 
44
}
21
.land {
45
.land {
22
	fill: #b9b9b9;
46
	fill: #b9b9b9;
23
	fill-opacity: 1;
47
	fill-opacity: 1;
24
	stroke:white;
48
	stroke:white;
25
	stroke-opacity: 1;
49
	stroke-opacity: 1;
26
	stroke-width:0.5;
50
	stroke-width:0.5;
27
	stroke-miterlimit: 3.97446823;
51
	stroke-miterlimit: 3.97446823;
28
	stroke-dasharray: none;
52
	stroke-dasharray: none;
29
}
53
}
-
 
54
.titre{
-
 
55
	width:50px;
-
 
56
}
-
 
57
#couche-num-dep text{
-
 
58
	font-size:9px;
-
 
59
	font-style:italic;
-
 
60
	font-variant:normal;
-
 
61
	font-weight:bold;
-
 
62
	font-stretch:normal;
-
 
63
	text-align:start;
-
 
64
	line-height:100%;
-
 
65
	text-anchor:start;
-
 
66
	fill:#000000;
-
 
67
	fill-opacity:1;
-
 
68
	stroke:none;
-
 
69
	stroke-width:1px;
-
 
70
	stroke-linecap:butt;
-
 
71
	stroke-linejoin:miter;
-
 
72
	stroke-opacity:1;
-
 
73
	display:inline;
-
 
74
	font-family:Serif;
-
 
75
}
30
.mayotte {
76
.mayotte {
31
	opacity:1;
77
	opacity:1;
32
}
78
}
33
.dom {
79
.dom {
34
   opacity:1;
80
	opacity:1;
35
}
81
}
36
.idfbig {
82
.idfbig {
37
   opacity:1;
83
	opacity:1;
38
}
84
}
39
.idfsmall {
85
.idfsmall {
40
   opacity:0;
-
 
41
}
-
 
42
86
	opacity:0;
-
 
87
}
-
 
88