Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
756 jpm 1
/* STYLE SPECIFIQUE DE LA PAGE ACTUALITES */
2
body#actualites {
778 jpm 3
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_trait.png) repeat-x;}
756 jpm 4
/* Affichage des mots clefs*/
5
.zone-haut {
778 jpm 6
	background:url(/sites/actu/generique/images/graphisme/bandeau_actu_image.png) no-repeat right center;}
756 jpm 7
.zone-haut .motsclefs .mot1 {
8
	font-size:28px;
9
	margin:-45px 0 0 -81px;}
10
.zone-haut .motsclefs .mot2 {
11
	font-size:32px;
12
	margin:-35px 0 0 18px;}
13
.zone-haut .motsclefs .mot3 {
14
	margin:10px 0 0 -101px;}
778 jpm 15
/* Gestion des styles spécifiques Spip */
862 gduche 16
.importance2, .importance3 {
860 gduche 17
	border:solid 1px #C2C0AD;
18
}
778 jpm 19
h3.spip {
20
	margin:20px 0 12px 0;
21
	font-family:arial;
22
	font-size:12px;
23
	font-weight:bold;
24
	letter-spacing:0;
25
	text-transform:uppercase;
26
	color:#FD8C13;}
27
h3.spip i{
28
	margin:20px 0 12px;
29
	font-family:arial;
30
	font-size:13px;
31
	font-weight:bold;
32
	text-transform:none;
33
	line-height:18px;
34
	letter-spacing:0;
35
	color:#6C6865;}
36
p.date{
37
	margin-top:-10px;
38
	color:grey}
39
.logo_article {
40
	display:block;
41
	float:right;
809 gduche 42
	width:150px;
43
	text-align:center;
832 gduche 44
	margin:-2px 0 0 10px;
45
	border:none;}
46
 
47
.logo_article img {
48
	height:120px;
49
	border:none
50
}
778 jpm 51
h1.intituler_rubrique {
779 jpm 52
	width:560px;
53
	text-transform:none;}
756 jpm 54
/* Mise en onglets */
55
#enOnglets {
56
	margin-top:15px;}
57
#enOnglets h1 {
58
	background:none;
59
	padding-left:4px;
781 jpm 60
	margin:0 3px 0 0;
61
	font-size:14px;}
809 gduche 62
#zone_contenu_corps {
63
	width:710px;
64
}
781 jpm 65
#zone_contenu_corps #enOnglets .menu_actif {
66
	border-bottom:1px solid white;}
756 jpm 67
#enOnglets .contenu_RSS {
68
	width:685px;
781 jpm 69
	margin-top:-4px;
756 jpm 70
	padding:8px;
71
	float:left;
72
	height:auto;
73
	background-color:#fff;
781 jpm 74
	border:1px solid #c2c0ad;
756 jpm 75
	text-decoration:none;
781 jpm 76
	-moz-border-radius:0 0 10px 0;
77
	-webkit-border-radius:0 10px 0 0; /* pour Chrome */
78
	border-radius:0 10px 0 0;}
756 jpm 79
#onglets li {
80
	padding-top:5px;
81
	background:#C2C0AD}
82
/** Affichage des flux RSS **/
832 gduche 83
.actualites1 {overflow:hidden}
84
.imageActualites1 a:hover{border:none}
756 jpm 85
.flux_RSS .contenu_RSS .actualites1 {
86
	width:674px;
87
	padding-top:5px;
88
	padding-bottom:5px;
89
	height:auto;
90
	border-bottom:1px dotted #c2c0ad;}
91
.flux_RSS h1 {
92
	margin:0 0 1px 0}
93
.texteActualites1 {
94
	width:535px;
95
	height:auto;
96
	text-align:justify}
97
.texteActualites1 h3 {
98
	margin:0}
99
.texteActualites1 p,#texteActualites1 a {
877 gduche 100
	margin:0;
101
	text-align:justify;}
756 jpm 102
.texteActualites1 br {
103
	position:absolute}
104
.voirSuite {
105
	white-space:nowrap}
106
.imageActualites1 {
107
	width:130px;
108
	text-align:center;
109
	margin-top:0px;
110
	float:right;}
111
.contenu_RSS img {
112
	width:90px}
903 marie 113
 
901 marie 114
 
756 jpm 115
/** Mise en page de la recherche d'événements**/
869 gduche 116
#zone-accueil .importance1 {
117
	margin-top:15px
118
}
873 gduche 119
/*.recherche_evenement input, .recherche_evenement select {
756 jpm 120
	font-family:arial;
121
	font-size:11px;
122
	background-color:#fff;
123
	border:dotted 1px #7b9c35;
124
	color:#3a3633;
869 gduche 125
	margin-bottom:7px;
873 gduche 126
	}*/
869 gduche 127
.recherche_evenement #afficherLaCarte {
756 jpm 128
	display:block;
778 jpm 129
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
756 jpm 130
	width:130px;
131
	height:133px;
831 gduche 132
	float:right;
882 gduche 133
	border:none;
134
	margin-right:25px}
895 gduche 135
 
136
.recherche_evenement #afficherLaCarte span {
137
	display:none
138
}
869 gduche 139
 
756 jpm 140
#evt_date_debt,#evt_date_fin {
141
	width:116px;}
142
.filtrer {
143
	font-family:arial;
144
	font-size:11px;
145
	font-weight:bold;
146
	background-color:#fff;
147
	border:dotted 1px #7b9c35;
148
	color:#fd8c13;
149
	margin-left:10px;
150
	font-variant:small-caps;}
151
#actuPrincipales h4 {
152
	margin:2px 2px 5px 0}
832 gduche 153
 
756 jpm 154
#actuPrincipales .actualites1 {
155
	padding-top:10px;
156
	padding-bottom:10px;}
157
#zone_contenu_corps h3 {
809 gduche 158
	padding:0}
903 marie 159
#zone_contenu_corps img.spip_puce{
160
margin: 0px;}
913 gduche 161
 
162
#dernier-evenements h3 {
163
font-size:12px;
164
 
165
}