Subversion Repositories Sites.tela-botanica.org

Rev

Rev 390 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
298 jpm 1
/*
2
Feuille de style du monde : Évènements
3
Auteur d'origine : Magali GIAUME
4
Autres auteurs  : Jean-Pascal MILCENT
5
*/
6
h1{
308 jpm 7
  color:#184A84;
8
  background-color:#c8ddff;}
298 jpm 9
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
308 jpm 10
  color:#184A84;}
298 jpm 11
hr {
308 jpm 12
  color: #184A84;}
298 jpm 13
a {
308 jpm 14
  background-image:url(http://www.tela-botanica.org/sites/evenement/generique/images/graphisme/img_underline_evenement.png);}
298 jpm 15
a:hover {
308 jpm 16
  background-image: url(http://www.tela-botanica.org/sites/evenement/generique/images/graphisme/img_underline_hover_evenement.png);}
298 jpm 17
a img {
308 jpm 18
  border : 1px dotted #184A84;}
298 jpm 19
 
20
/*DIFFERENTS BLOCS DE LA PAGE*/
304 jpm 21
 
22
/*Bandeau*/
298 jpm 23
#bandeau {
24
  background: url(http://www.tela-botanica.org/sites/evenement/generique/images/graphisme/bandeau_fond.png) repeat-x;}
25
#bandeau_contenu {
26
  background:transparent url(http://www.tela-botanica.org/sites/evenement/generique/images/graphisme/bandeau.jpg) no-repeat;
27
  height:77px;}
28
#titre_monde h1 {
308 jpm 29
  color:white;}
337 jpm 30
#titre_monde sup{
31
	font-size:12px;}
298 jpm 32
#plan_contact a {
33
  color:white;
34
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
35
#plan_contact a:hover {
36
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png);}
304 jpm 37
 
38
/* Onglets */
298 jpm 39
#onglets li:hover {
308 jpm 40
  color:#184A84;}
298 jpm 41
#onglets li:hover a {
308 jpm 42
  color:#184A84;}
298 jpm 43
#onglets .menu_inactif {
304 jpm 44
  border-bottom:#FD4021;}
308 jpm 45
#onglets .menu_actif{
46
  color:#184A84;}
304 jpm 47
 
48
/* Zone de contenu */
298 jpm 49
#contenu {
308 jpm 50
  border:1px solid #184A84;}
304 jpm 51
 
52
/* Zone de navigation*/
298 jpm 53
#nav_gauche {
304 jpm 54
  background: #fff url(http://www.tela-botanica.org/sites/evenement/generique/images/graphisme/degrade_evenement.png) repeat-x;}
55
 
308 jpm 56
/* Identification et menu contextuel*/
321 jpm 57
#menu_contextuel,.calendar{
308 jpm 58
  color:#184A84;
59
	text-align:center;}
298 jpm 60
#identification_info, #iden_action {
61
  background-color:transparent;}
62
.form_identification input,.form_identification textarea,.form_identification select {
308 jpm 63
  background-color:#b0cdfc;}
304 jpm 64
#connexion:hover{
308 jpm 65
  color:#184A84;}
66
 
67
/* nav_gauche -> menus */
68
#menus .menu_actif>a {
330 jpm 69
	color:white;
336 jpm 70
	background-color:#598AC4;}
308 jpm 71
#menus a:hover {
336 jpm 72
	color:black;
73
	background-color:#b0cdfc;}
308 jpm 74
.menu_classique_n2 .menu_actif {
330 jpm 75
	color:white;
336 jpm 76
	background-color:#598AC4;}
308 jpm 77
 
540 jpm 78
 
298 jpm 79
/* MISE EN FORME DE L'APPLICATION BAZAR */
330 jpm 80
.calendrier_applette{
321 jpm 81
	width:100%;
82
	font-size:10px;}
330 jpm 83
#BAZ_menu #consulter, #BAZ_menu #inscrire, #BAZ_menu #deposer, #liste_liens{display:none;}
390 jpm 84
.BAZ_description {
85
	margin-bottom:12px;}
86
.BAZ_image {
87
	float:left;margin:10px;}
330 jpm 88
 
89
/* MISE EN FORME DE L'APPLICATION BAZAR-CALENDRIER */
336 jpm 90
.calendrier_applette th {
91
	color:white;
92
	background-color:#174984;
93
	border: 1px solid #113054;
94
	text-align:center;}
95
.calendrier_applette .cal_samedi, .calendrier_applette .cal_dimanche{
96
	background-color:#fff9e7;}
97
.calendrier_applette .cal_j{
98
	display:block;
99
	float:right;
100
	padding:2px;}
101
.calendrier_applette .cal_jc{
102
	background-color:#c4d9fb;}
103
.calendrier_applette .cal_ma{
104
	background-color:#eaeaec;}
390 jpm 105