Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1585 Rev 1647
Line 676... Line 676...
676
}
676
}
Line 677... Line 677...
677
 
677
 
678
.pictoplante-contact a {
678
.pictoplante-contact a {
679
	color: green;
679
	color: green;
-
 
680
	text-decoration : none;
-
 
681
	font-weight: bold;
-
 
682
}
-
 
683
 
-
 
684
.pictoplante-contact a:visited {
-
 
685
	color: #06BD1E;
680
	text-decoration : none;
686
	text-decoration : none;
Line 681... Line 687...
681
}
687
}
682
 
688
 
683
.pictoplante-contact a:hover {
689
.pictoplante-contact a:hover {
Line 834... Line 840...
834
	background:url('./img/logos/lr_hover.jpg');
840
	background:url('./img/logos/lr_hover.jpg');
835
}
841
}
836
.logo_nd:hover {
842
.logo_nd:hover {
837
	background:url('./img/logos/nd_hover.jpg');
843
	background:url('./img/logos/nd_hover.jpg');
838
}
844
}
-
 
845
 
-
 
846
.erreurConfig {
-
 
847
	width: 400px;
-
 
848
	margin: 20px auto auto;
-
 
849
	font-size: 16px;
-
 
850
	color: #cc0000;
-
 
851
	font-weight: bold;
-
 
852
}
839
853