Subversion Repositories Sites.gentiana.org

Rev

Rev 109 | Rev 117 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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