Subversion Repositories Sites.gentiana.org

Rev

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

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