Subversion Repositories Sites.gentiana.org

Rev

Rev 125 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 126
1
/*
1
/*
2
	Feuille de style du monde Flore de l'Is�re
2
	Feuille de style du monde Flore de l'Is�re
3
	Auteur : Jean-Pascal MILCENT
3
	Auteur : Jean-Pascal MILCENT
4
*/
4
*/
5
h1{
5
h1{
6
  color:#003399;}
6
  color:#003399;}
7
h2, h3, h4, h5, h6, hr{
7
h2, h3, h4, h5, h6, hr{
8
  color:#6699FF;}
8
  color:#6699FF;}
9
a img {
9
a img {
10
  border:1px dotted #6699FF;}
10
  border:1px dotted #6699FF;}
11
a {
11
a {
12
	color:#003399;}
12
	color:#003399;}
13
a:hover {
13
a:hover {
14
	color:#6699FF;}
14
	color:#6699FF;}
15
 
15
 
16
/*DIFFERENTS BLOCS DE LA PAGE*/
16
/*DIFFERENTS BLOCS DE LA PAGE*/
17
 
17
 
18
/* Logo */
18
/* Logo */
19
#zone_logo {
19
#zone_logo {
20
	margin-top: 17px;
20
	margin-top: 17px;
21
	margin-left: 15px;
21
	margin-left: 15px;
22
}
22
}
23
 
23
 
24
/* Bandeau */
24
/* Bandeau */
25
#zone_bandeau {
25
#zone_bandeau {
26
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
26
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
27
#bandeau_contenu {
27
#bandeau_contenu {
28
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
28
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
29
 
29
 
30
/* Zone moteur recherche */
30
/* Zone moteur recherche */
31
#form_more_recherche input#more_ok {
31
#form_more_recherche input#more_ok {
32
	color:white;}
32
	color:white;}
33
#form_more_recherche input#more_ok:hover {
33
#form_more_recherche input#more_ok:hover {
34
	color:#6699FF;
34
	color:#6699FF;
35
	border-color:#6699FF;}
35
	border-color:#6699FF;}
36
#form_more_recherche input#more_motif{
36
#form_more_recherche input#more_motif{
37
	color:#6699FF;
37
	color:#6699FF;
38
	font-weight:bold;}
38
	font-weight:bold;}
39
 
39
 
40
/* Zone contenu -> VEI */
40
/* Zone contenu -> VEI */
41
#zone_vei {
41
#zone_vei {
42
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/picto_vei.png") no-repeat top left;}
42
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/picto_vei.png") no-repeat top left;}
43
#vei {
43
#vei {
44
	color:#003399;}
44
	color:#003399;}
45
 
45
 
46
/* Zone contenu -> Navigation */
46
/* Zone contenu -> Navigation */
47
#zone_contenu_navigation {
47
#zone_contenu_navigation {
48
  border-color:#003399;}
48
  border-color:#003399;}
49
#zone_contenu_navigation li {
49
#zone_contenu_navigation li {
50
	border-radius: 10px 10px 0 0;
50
	border-radius: 10px 10px 0 0;
51
	border: solid #909090 1px;
51
	border: solid #909090 1px;
52
	border-bottom: solid #b0b0b0 1px;
52
	border-bottom: solid #b0b0b0 1px;
53
	margin-right: 2px;
53
	margin-right: 2px;
54
}
54
}
55
#zone_contenu_navigation li.menu_actif {
55
#zone_contenu_navigation li.menu_actif {
56
	border-bottom: none;
56
	border-bottom: none;
57
}
57
}
58
#zone_contenu_navigation li.menu_inactif {
58
#zone_contenu_navigation li.menu_inactif {
59
	background-color: #d0d0d0;
59
	background-color: #d0d0d0;
60
}
60
}
61
#zone_contenu_navigation li.menu_inactif a {
61
#zone_contenu_navigation li.menu_inactif a {
62
	color: #404040;
62
	color: #404040;
63
}
63
}
64
#zone_contenu_navigation li:hover {
64
#zone_contenu_navigation li:hover {
65
  color:#003399;}
65
  color:#003399;}
66
#zone_contenu_navigation li a:hover {
66
#zone_contenu_navigation li a:hover {
67
  color:#003399;}
67
  color:#003399;}
68
#zone_contenu_navigation .menu_inactif a {
68
#zone_contenu_navigation .menu_inactif a {
69
	color:white;
69
	color:white;
70
  border-bottom:#003399;}
70
  border-bottom:#003399;}
71
#zone_contenu_navigation .menu_actif a {
71
#zone_contenu_navigation .menu_actif a {
72
  color:#003399;}
72
  color:#003399;}
73
 
73
 
74
/* Zone contenu -> Page */
74
/* Zone contenu -> Page */
75
#zone_contenu_page {
75
#zone_contenu_page {
76
}
76
}
77
 
77
 
78
/* Zone liste sites */
78
/* Zone liste sites */
79
#zone_liste_site a {
79
#zone_liste_site a {
80
	color:white;}
80
	color:white;}
81
#site_flore_isere a{
81
#site_flore_isere a{
82
	color:#99CCFF;
82
	color:#99CCFF;
83
  background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
83
  background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
84
 
84
 
85
/* Zone menu */
85
/* Zone menu */
86
#zone_menu {
86
#zone_menu {
87
  /*background:transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_classique.png") repeat-x;*/
87
  /*background:transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_classique.png") repeat-x;*/
88
  border-right: solid 1px #dedede;
88
  border-right: solid 1px #dedede;
89
}
89
}
90
#zone_menu a{
90
#zone_menu a{
91
  color:#003399;}
91
  color:#003399;}
92
#zone_menu a:hover, #form_connexion #connexion:hover {
92
#zone_menu a:hover, #form_connexion #connexion:hover {
93
	color:#6699FF;
93
	color:#6699FF;
94
	border-color:#6699FF;}
94
	border-color:#6699FF;}
95
 
-
 
96
/* Zone menu -> menus classique */
95
/* Zone menu -> menus classique */
97
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
96
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
98
  background-color:#FFF23F;
97
  background-color: #D3D8EB;
99
  color:black;}
98
  color:black;}
100
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
99
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
101
  /*background:#FFF23F url("http://www.gentiana.org/sites/flore/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
100
  /*background:#FFF23F url("http://www.gentiana.org/sites/flore/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
102
  background-color: #FFF23F;
101
  background-color: #D3D8EB;
103
}
102
}
104
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
103
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
105
  background-color:#FFF23F;}
104
  background-color: #D3D8EB;}
106
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
105
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
107
  background-color:#FFFFCC;}
106
  background-color: #EBEEFB;
-
 
107
}
108
 
108
 
109
/* Zone menu -> menus déroulants */
109
/* Zone menu -> menus déroulants */
110
#zone_menu_classique a:hover { /* Menu tout niveau : survol */
110
#zone_menu_classique a:hover { /* Menu tout niveau : survol */
111
	background-color:#FFF23F;
111
	background-color: #D3D8EB;
112
	color:black;
112
	color:black;
113
}
113
}
114
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
114
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
115
	/*background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
115
	/*background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
116
	background-color: #FFF23F;
116
	background-color: #D3D8EB;
117
}
117
}
118
#zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
118
#zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
119
	background-color:#FFF23F;
119
	background-color: #D3D8EB;
120
}
120
}
121
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
121
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
122
	background-color:#FFFFCC;
122
	background-color: #EBEEFB;
123
}
123
}
124
#zone_menu_classique .menu_deroulant_n1 > li > a {
124
#zone_menu_classique .menu_deroulant_n1 > li > a {
125
	border: solid #003399 1px;
125
	border: solid #003399 1px;
126
	border-radius: 8px;
126
	border-radius: 8px;
127
}
127
}
128
 
128
 
129
/* Zone menu -> Identification */
129
/* Zone menu -> Identification */
130
#zone_identification {
130
#zone_identification {
131
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
131
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
132
#form_connexion, #iden_action {
132
#form_connexion, #iden_action {
133
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
133
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
134
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {	
134
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {	
135
	color:#003399;}
135
	color:#003399;}
136
 
136
 
137
/* Zone pied */
137
/* Zone pied */
138
#pied_menu_commun {
138
#pied_menu_commun {
139
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
139
	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
140
#pied_menu_commun a{
140
#pied_menu_commun a{
141
	color:black;}
141
	color:black;}
142
 
142
 
143
/* Tableau*/
143
/* Tableau*/
144
.table_cadre {
144
.table_cadre {
145
  border:1px solid #6699FF;
145
  border:1px solid #6699FF;
146
  margin:0 0 15px 0;}
146
  margin:0 0 15px 0;}
147
.table_cadre th { 
147
.table_cadre th { 
148
	color:white;
148
	color:white;
149
  border:1px solid #6699FF;
149
  border:1px solid #6699FF;
150
	background: #6E97D0 url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
150
	background: #6E97D0 url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
151
.table_cadre th a {
151
.table_cadre th a {
152
	color:white;}
152
	color:white;}
153
.table_cadre td {
153
.table_cadre td {
154
  border:1px solid #6699FF;}
154
  border:1px solid #6699FF;}
155
.table_cadre {
155
.table_cadre {
156
  background-color:white;}
156
  background-color:white;}
157
.ligne_paire {
157
.ligne_paire {
158
  background-color:#E3ECF4;}
158
  background-color:#E3ECF4;}
159
 
159
 
160
/* Sp�cial appli eFlore */
160
/* Sp�cial appli eFlore */
161
#eflore_pied_page {
161
#eflore_pied_page {
162
  clear:both;
162
  clear:both;
163
  padding-top:20px;
163
  padding-top:20px;
164
	margin:0 auto;
164
	margin:0 auto;
165
  text-align:center;
165
  text-align:center;
166
  color:#A9A9A9;}
166
  color:#A9A9A9;}
167
#efc_transmettre_info {
167
#efc_transmettre_info {
168
	background-color:#CADAEE;
168
	background-color:#CADAEE;
169
	border:1px solid blue;
169
	border:1px solid blue;
170
	font-weight:bold;
170
	font-weight:bold;
171
	text-align:center;
171
	text-align:center;
172
	height:3em;
172
	height:3em;
173
	margin:5px 20%;}
173
	margin:5px 20%;}
174
#efc_carte_presence, #efc_carte_proportion {
174
#efc_carte_presence, #efc_carte_proportion {
175
	position:relative;  
175
	position:relative;  
176
	width:800px;
176
	width:800px;
177
	height:700px;}
177
	height:700px;}
178
#efc_legende{
178
#efc_legende{
179
	position:absolute;  
179
	position:absolute;  
180
	top:0;
180
	top:0;
181
	right:0;
181
	right:0;
182
	border:none;
182
	border:none;
183
	border-collapse:separate;
183
	border-collapse:separate;
184
	width:200px;
184
	width:200px;
185
	padding:2px;
185
	padding:2px;
186
	margin:5px;}
186
	margin:5px;}
187
.efcl_couleur {
187
.efcl_couleur {
188
  border:1px solid black;
188
  border:1px solid black;
189
  width:10px;
189
  width:10px;
190
  height:10px;}
190
  height:10px;}
191
#efc_avertissement {
191
#efc_avertissement {
192
	clear:both;}
192
	clear:both;}