Subversion Repositories Sites.tela-botanica.org

Rev

Rev 321 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 321 Rev 330
Line 62... Line 62...
62
#connexion:hover{
62
#connexion:hover{
63
  color:#184A84;}
63
  color:#184A84;}
Line 64... Line 64...
64
 
64
 
65
/* nav_gauche -> menus */
65
/* nav_gauche -> menus */
66
#menus .menu_actif>a {
66
#menus .menu_actif>a {
67
	color:#b0cdfc;
67
	color:white;
68
	background-color:#184A84;
68
	background-color:#598AC4;
69
	border-color:#b0cdfc;}
69
	border:1px solid #598AC4;}
70
#menus a:hover {
70
#menus a:hover {
71
	color:black;
71
	background-color:#b0cdfc;
72
	background-color:#b0cdfc;}
72
	border:1px solid #598AC4;}
73
.menu_classique_n2 .menu_actif {
73
.menu_classique_n2 .menu_actif {
74
	color:#b0cdfc;
74
	color:white;
-
 
75
	background-color:#598AC4;
Line 75... Line 76...
75
	background-color:#184A84;}
76
	border:1px solid #598AC4;}
76
 
77
 
77
/* MISE EN FORME DE L'APPLICATION BAZAR */
78
/* MISE EN FORME DE L'APPLICATION BAZAR */
78
.calendar{
79
.calendrier_applette{
79
	width:100%;
-
 
80
	font-size:10px;}
80
	width:100%;
-
 
81
	font-size:10px;}
-
 
82
#BAZ_menu #consulter, #BAZ_menu #inscrire, #BAZ_menu #deposer, #liste_liens{display:none;}
-
 
83