Subversion Repositories Sites.gentiana.org

Rev

Rev 61 | Rev 112 | 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 {
20
	top:15px;
21
	left:30px;}
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 */
48
#zone_contenu_navigation {
49
  border-color:#003300;}
50
#zone_contenu_navigation li {
51
	background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/onglet_droite.png") no-repeat right top;}
52
#zone_contenu_navigation a {
53
	background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/onglet_gauche.png") no-repeat left top;}
54
#zone_contenu_navigation li:hover {
55
  color:#99CC00;}
56
#zone_contenu_navigation li a:hover {
57
  color:#99CC00;}
58
#zone_contenu_navigation .menu_inactif {
59
  border-bottom:#003300;}
60
#zone_contenu_navigation .menu_actif a {
61
  color:#003300;}
62
 
63
/* Zone contenu -> Page */
64
#zone_contenu_page {
65
}
66
 
67
/* Zone liste sites */
68
#zone_liste_site a {
69
	color:white;}
70
#site_gestion_raisonnable a{
71
	color:#CCFF66;
72
  background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
73
 
74
/* Zone menu */
75
#zone_menu {
76
  background:transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
77
  color:#99CC00;}
78
#zone_menu a{
79
  color:#003300;}
80
#zone_menu a:hover, #form_connexion #connexion:hover {
81
	color:#99CC00;
82
	border-color:#99CC00;}
83
 
84
/* Zone menu -> menus classique */
85
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
86
  background-color:#FFCC00;
87
  color:black;}
88
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
89
  background:#FFFF00 url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
90
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
91
  background-color:#FFFF00;}
92
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
93
  background-color:#FFFFCC;}
94
 
95
/* Zone menu -> Identification */
96
#zone_identification {
97
	background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
98
#form_connexion, #iden_action {
99
	background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
100
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
101
	color:#003300;}
102
 
103
/* Zone pied */
104
#pied_menu_commun {
105
	background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
106
 
107
/* Tableau*/
108
.table_cadre {
109
  border:1px solid #003300;
110
  margin:0 0 15px 0;}
111
.table_cadre th {
112
	color:#99CC00;
113
  border:1px solid #003300;
114
	background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
115
.table_cadre th a {
116
	color:#99CC00;}
117
.table_cadre td {
118
  border:1px solid #003300;}
119
.table_cadre {
120
  background-color:white;}
121
.ligne_paire {
122
  background-color:#E6E5DC;}