21 |
jpm |
1 |
/*Feuille de style du monde eflore
|
|
|
2 |
Auteur : Magali Giaume*/
|
|
|
3 |
h1, h2, h3, h4, h5, h6, hr{
|
|
|
4 |
color:#999900;}
|
|
|
5 |
a img {
|
|
|
6 |
border:1px dotted #999900;}
|
|
|
7 |
|
|
|
8 |
/*DIFFERENTS BLOCS DE LA PAGE*/
|
|
|
9 |
|
|
|
10 |
/* Bandeau */
|
|
|
11 |
#zone_bandeau {
|
|
|
12 |
background: transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/bandeau.jpg) no-repeat top left;}
|
|
|
13 |
#titre_site {
|
|
|
14 |
color:white;}
|
|
|
15 |
#bandeau_contenu {
|
|
|
16 |
background: transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_vert.jpg) repeat-x top left;}
|
|
|
17 |
|
|
|
18 |
/*droite -> onglets */
|
|
|
19 |
#zone_contenu_navigation li:hover {
|
|
|
20 |
color:#999900;}
|
|
|
21 |
#zone_contenu_navigation li:hover a {
|
|
|
22 |
color:#999900;}
|
|
|
23 |
#zone_contenu_navigation .menu_inactif {
|
|
|
24 |
border-bottom:#666600;}
|
|
|
25 |
#zone_contenu_navigation .menu_actif a {
|
|
|
26 |
color:#666600;}
|
|
|
27 |
|
|
|
28 |
/* Zone menu */
|
|
|
29 |
#zone_menu {
|
|
|
30 |
background:transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_classique.jpg) repeat-x;}
|
|
|
31 |
|
|
|
32 |
/* Zone menu -> menus */
|
|
|
33 |
#zone_menu .menu_actif>a {
|
|
|
34 |
background-color:#d0abe1;
|
|
|
35 |
border-color: rgb(230, 206, 236);}
|
|
|
36 |
#zone_menu a:hover {
|
|
|
37 |
background-color:#d0abe1;}
|
|
|
38 |
/* presentation des menus */
|
|
|
39 |
.menu_classique_n2 .menu_actif {
|
|
|
40 |
background-color:#d0abe1}
|
|
|
41 |
.menu_actif a {
|
|
|
42 |
color:#8404ba;}
|
|
|
43 |
|
|
|
44 |
/* Zone menu -> Menu contextuel */
|
|
|
45 |
#zone_menu_contextuel {
|
|
|
46 |
color:#999900;}
|
|
|
47 |
|
|
|
48 |
/* Zone menu -> Identification */
|
|
|
49 |
#zone_identification {
|
|
|
50 |
background: transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_cadre.png) no-repeat top left;}
|
|
|
51 |
#form_connexion {
|
|
|
52 |
background: transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_fleur.png) no-repeat bottom right;}
|
|
|
53 |
#zone_identification legend, #zone_identification a, #zone_identification label {
|
|
|
54 |
color:#999900;}
|
|
|
55 |
|
|
|
56 |
/* Zone pied */
|
|
|
57 |
#pied_menu_commun {
|
|
|
58 |
background: transparent url(http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_gris.png) repeat-x top left;}
|
|
|
59 |
|
|
|
60 |
/* Tableau*/
|
|
|
61 |
.table_cadre {
|
|
|
62 |
border:1px solid #EABFFF;
|
|
|
63 |
margin:0 0 15px 0;}
|
|
|
64 |
.table_cadre th {
|
|
|
65 |
border:1px solid #EABFFF;
|
|
|
66 |
background-color:#DFCBEE;}
|
|
|
67 |
.table_cadre td {
|
|
|
68 |
border:1px solid #EABFFF;}
|
|
|
69 |
.table_cadre {
|
|
|
70 |
background-color:white;}
|
|
|
71 |
.ligne_paire {
|
|
|
72 |
background-color:#eddaf0;}
|