Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
/*Feuille de style du monde Phytosociologie
502 tam 2
Auteurs : Magali Giaume et Tamara Le Bourg*/
4 david 3
h1{
4
  color:#83250c;
5
  background-color:#dd9154;}
6
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
7
  color:#d0630e;}
8
hr {
9
  color: #d1dc8d;}
10
a {
140 magali 11
  background-image:url(http://www.tela-botanica.org/sites/plte_env/generique/images/graphisme/img_underline_phytosocio.png);}
4 david 12
a:hover {
140 magali 13
  background-image: url(http://www.tela-botanica.org/sites/plte_env/generique/images/graphisme/img_underline_hover_phytosocio.png);}
4 david 14
a img {
15
  border : 1px dotted #d0630e;}
502 tam 16
table {
17
  border-style:solid;
18
  border-width:1px;
19
  border-color:#000000;}
20
thead {
21
  color:#83250c;
22
  background-color:#dd9154;}
23
tbody {
24
  text-align:center;}
25
td, th {
26
  padding:5px;}
4 david 27
 
28
/*DIFFERENTS BLOCS DE LA PAGE*/
29
/*bandeau*/
30
#bandeau {
140 magali 31
  background: url(http://www.tela-botanica.org/sites/plte_env/generique/images/graphisme/bandeau_phytosocio_fond.png) repeat-x;}
4 david 32
#bandeau_contenu {
140 magali 33
  background:transparent url(http://www.tela-botanica.org/sites/plte_env/generique/images/graphisme/bandeau_phytosocio.jpg) no-repeat;
4 david 34
  height:77px;}
35
#titre_monde h1 {
36
  color:#e6ac7e;}
37
#plan_contact a {
38
  color:white;
140 magali 39
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
4 david 40
#plan_contact a:hover {
140 magali 41
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png);}
4 david 42
/*droite -> onglets */
43
#onglets li:hover {
44
  color:#d0630e;}
45
#onglets li:hover a {
46
  color:#d0630e;}
47
#onglets .menu_inactif {
48
  border-bottom:#765;}
49
#onglets .menu_actif a {
50
  color:#d0630e;}
51
/* droite -> contenu */
52
#contenu {
53
  border:1px solid #765;}
54
/*nav_gauche*/
55
#nav_gauche {
140 magali 56
  background: #fff url(http://www.tela-botanica.org/sites/plte_env/generique/images/graphisme/degrade_orange.png) repeat-x;}
4 david 57
/* nav_gauche -> menus */
58
#menus .menu_actif>a {
59
  background-color:#dd9154;
60
  border-color: rgb(230, 175, 132);}
61
#menus a:hover {
62
  background-color:#dd9154;}
63
/* presentation des menus */
64
.menu_classique_n2 .menu_actif {
65
  background-color:#dd9154;}
66
.menu_actif a {
67
  color:#d0630e ;}
68
#identification_info, #iden_action {
69
  background-color:transparent;}
70
#menu_contextuel {
71
  color:#d0630e;}
72
.form_identification input,.form_identification textarea,.form_identification select {
73
  background-color:#f6e2d2;}
502 tam 74
.ligne_paire {
75
  background-color:#efcbaf;}