Subversion Repositories Sites.gentiana.org

Rev

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