Subversion Repositories Sites.gentiana.org

Rev

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

Rev 27 Rev 28
-
 
1
/*
1
/*Feuille de style du monde eflore
2
	Feuille de style du monde Gentiana
2
Auteur : Magali Giaume*/
3
	Auteur : Jean-Pascal MILCENT
-
 
4
*/
-
 
5
h1{
-
 
6
  color:#666600;}
3
h1, h2, h3, h4, h5, h6, hr{
7
h2, h3, h4, h5, h6, hr{
4
  color:#999900;}
8
  color:#999900;}
5
a img {
9
a img {
6
  border:1px dotted #999900;}
10
  border:1px dotted #999900;}
7
a {
11
a {
8
	color:#666600;}
12
	color:#666600;}
9
a:hover {
13
a:hover {
10
	color:#999900;}
14
	color:#999900;}
11
 
15
 
12
/*DIFFERENTS BLOCS DE LA PAGE*/
16
/*DIFFERENTS BLOCS DE LA PAGE*/
-
 
17
 
-
 
18
/* Logo */
-
 
19
#zone_logo {
-
 
20
	top:20px;
-
 
21
	left:35px;}
13
 
22
 
14
/* Bandeau */
23
/* Bandeau */
15
#zone_bandeau {
24
#zone_bandeau {
16
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
25
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
17
#titre_site {
26
#titre_site {
18
  color:white;}
27
  color:white;}
19
#bandeau_contenu {
28
#bandeau_contenu {
20
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_vert.jpg") repeat-x top left;}
29
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
21
 
30
 
22
/* Zone moteur recherche */
31
/* Zone moteur recherche */
23
#form_more_recherche input#more_ok {
32
#form_more_recherche input#more_ok {
24
	color:#666600;}
33
	color:#666600;}
25
#form_more_recherche input#more_ok:hover {
34
#form_more_recherche input#more_ok:hover {
26
	color:#999900;
35
	color:#999900;
27
	border-color:#999900;}
36
	border-color:#999900;}
28
 
37
 
29
/* Zone contenu -> VEI */
38
/* Zone contenu -> VEI */
30
#zone_vei {
39
#zone_vei {
31
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/picto_vei.png") no-repeat top left;}
40
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/picto_vei.png") no-repeat top left;}
32
#vei {
41
#vei {
33
	color:#666600;}
42
	color:#666600;}
34
 
43
 
35
/* Zone contenu -> Navigation */
44
/* Zone contenu -> Navigation */
36
#zone_contenu_navigation li:hover {
45
#zone_contenu_navigation li:hover {
37
  color:#999900;}
46
  color:#999900;}
38
#zone_contenu_navigation li:hover a {
47
#zone_contenu_navigation li:hover a {
39
  color:#999900;}
48
  color:#999900;}
40
#zone_contenu_navigation .menu_inactif {
49
#zone_contenu_navigation .menu_inactif {
41
  border-bottom:#666600;}
50
  border-bottom:#666600;}
42
#zone_contenu_navigation .menu_actif a {
51
#zone_contenu_navigation .menu_actif a {
43
  color:#666600;}
52
  color:#666600;}
44
 
53
 
45
/* Zone contenu -> Page */
54
/* Zone contenu -> Page */
46
#zone_contenu_page {
55
#zone_contenu_page {
47
	border:1px solid #666600;}
56
	border:1px solid #666600;}
48
 
57
 
49
/* Zone liste sites */
58
/* Zone liste sites */
50
#site_asso_gentiana a{
59
#site_asso_gentiana a{
-
 
60
	color:#666600;
51
  background:url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
61
  background:url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
52
 
62
 
53
/* Zone menu */
63
/* Zone menu */
54
#zone_menu {
64
#zone_menu {
55
  background:transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_classique.jpg") repeat-x;}
65
  background:transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
56
  color:#999900;}
66
  color:#999900;}
57
#zone_menu a{
67
#zone_menu a{
58
  color:#666600;}
68
  color:#666600;}
59
#zone_menu a:hover, #form_connexion #connexion:hover {
69
#zone_menu a:hover, #form_connexion #connexion:hover {
60
	color:#999900;
70
	color:#999900;
61
	border-color:#999900;}
71
	border-color:#999900;}
62
 
72
 
63
/* Zone menu -> menus classique */
73
/* Zone menu -> menus classique */
64
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
74
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
65
  background-color:#FFFF66;
75
  background-color:#FFFF66;
66
  color:black;}
76
  color:black;}
67
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
77
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
68
  background:#FFFF66 url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
78
  background:#FFFF66 url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
69
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
79
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
70
  background-color:#FFFF66;}
80
  background-color:#FFFF66;}
71
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
81
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
72
  background-color:#FFFFCC;}
82
  background-color:#FFFFCC;}
73
 
83
 
74
/* Zone menu -> Identification */
84
/* Zone menu -> Identification */
75
#zone_identification {
85
#zone_identification {
76
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
86
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
77
#form_connexion, #iden_action {
87
#form_connexion, #iden_action {
78
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
88
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
79
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {	
89
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {	
80
	color:#666600;}
90
	color:#666600;}
81
 
91
 
82
/* Zone pied */
92
/* Zone pied */
83
#pied_menu_commun {
93
#pied_menu_commun {
84
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_gris.png") repeat-x top left;}
94
	background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
85
 
95
 
86
/* Tableau*/
96
/* Tableau*/
87
.table_cadre {
97
.table_cadre {
88
  border:1px solid #EABFFF;
98
  border:1px solid #EABFFF;
89
  margin:0 0 15px 0;}
99
  margin:0 0 15px 0;}
90
.table_cadre th {
100
.table_cadre th {
91
  border:1px solid #EABFFF;
101
  border:1px solid #EABFFF;
92
  background-color:#DFCBEE;}
102
  background-color:#DFCBEE;}
93
.table_cadre td {
103
.table_cadre td {
94
  border:1px solid #EABFFF;}
104
  border:1px solid #EABFFF;}
95
.table_cadre {
105
.table_cadre {
96
  background-color:white;}
106
  background-color:white;}
97
.ligne_paire {
107
.ligne_paire {
98
  background-color:#eddaf0;}
108
  background-color:#eddaf0;}