Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 170
Line 104... Line 104...
104
 
104
 
105
/* presentation des liens */
105
/* presentation des liens */
106
a {
106
a {
107
  color:black;
107
  color:black;
108
  text-decoration:none;
-
 
109
  background-repeat: repeat-x;
108
  text-decoration:none;
110
  background-position:center bottom;}
109
  border-bottom:1px dotted #95ae5d;}
111
a:hover {
110
a:hover {
112
  color:black;
-
 
113
  text-decoration:none;
-
 
114
  background-repeat: repeat-x;
111
  color:#FD8C13;
Line 115... Line 112...
115
  background-position:center bottom;}
112
  border-bottom:1px dotted #FD8C13;
116
 
113
 
117
/* Texte trouvé par le moteur de recherche */
114
/* Texte trouvé par le moteur de recherche */
Line 615... Line 612...
615
  border:1px solid #36560B;
612
  border:1px solid #36560B;
616
  border-collapse: collapse;}
613
  border-collapse: collapse;}
617
td, th {
614
td, th {
618
  border:1px solid #36560B;
615
  border:1px solid #36560B;
619
  padding:5px;}
616
  padding:5px;}
620
a {
-
 
621
  background-image:url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/img_sousligne.png);}
-
 
622
a:hover {
-
 
623
  background-image:url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/img_sousligne1.png);}
-
 
624
img {
617
img {
625
  display:block;}
618
  display:block;}
626
a img {
619
a img {
627
  border : 1px dotted #36560B;}
620
  border:1px dotted #36560B;}
Line 628... Line 621...
628
 
621
 
Line 629... Line 622...
629
/*DIFFERENTS BLOCS DE LA PAGE*/
622
/*DIFFERENTS BLOCS DE LA PAGE*/
630
 
623