Subversion Repositories Sites.gentiana.org

Rev

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

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