Subversion Repositories Sites.tela-botanica.org

Rev

Rev 831 | Rev 860 | 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 */
16
h3.spip {
17
	margin:20px 0 12px 0;
18
	font-family:arial;
19
	font-size:12px;
20
	font-weight:bold;
21
	letter-spacing:0;
22
	text-transform:uppercase;
23
	color:#FD8C13;}
24
h3.spip i{
25
	margin:20px 0 12px;
26
	font-family:arial;
27
	font-size:13px;
28
	font-weight:bold;
29
	text-transform:none;
30
	line-height:18px;
31
	letter-spacing:0;
32
	color:#6C6865;}
33
p.date{
34
	margin-top:-10px;
35
	color:grey}
36
.logo_article {
37
	display:block;
38
	float:right;
809 gduche 39
	width:150px;
40
	text-align:center;
832 gduche 41
	margin:-2px 0 0 10px;
42
	border:none;}
43
 
44
.logo_article img {
45
	height:120px;
46
	border:none
47
}
778 jpm 48
h1.intituler_rubrique {
779 jpm 49
	width:560px;
50
	text-transform:none;}
756 jpm 51
/* Mise en onglets */
52
#enOnglets {
53
	margin-top:15px;}
54
#enOnglets h1 {
55
	background:none;
56
	padding-left:4px;
781 jpm 57
	margin:0 3px 0 0;
58
	font-size:14px;}
809 gduche 59
#zone_contenu_corps {
60
	width:710px;
61
}
781 jpm 62
#zone_contenu_corps #enOnglets .menu_actif {
63
	border-bottom:1px solid white;}
756 jpm 64
#enOnglets .contenu_RSS {
65
	width:685px;
781 jpm 66
	margin-top:-4px;
756 jpm 67
	padding:8px;
68
	float:left;
69
	height:auto;
70
	background-color:#fff;
781 jpm 71
	border:1px solid #c2c0ad;
756 jpm 72
	text-decoration:none;
781 jpm 73
	-moz-border-radius:0 0 10px 0;
74
	-webkit-border-radius:0 10px 0 0; /* pour Chrome */
75
	border-radius:0 10px 0 0;}
756 jpm 76
#onglets li {
77
	padding-top:5px;
78
	background:#C2C0AD}
79
/** Affichage des flux RSS **/
832 gduche 80
.actualites1 {overflow:hidden}
81
.imageActualites1 a:hover{border:none}
756 jpm 82
.flux_RSS .contenu_RSS .actualites1 {
83
	width:674px;
84
	padding-top:5px;
85
	padding-bottom:5px;
86
	height:auto;
87
	border-bottom:1px dotted #c2c0ad;}
88
.flux_RSS h1 {
89
	margin:0 0 1px 0}
90
.texteActualites1 {
91
	width:535px;
92
	height:auto;
93
	text-align:justify}
94
.texteActualites1 h3 {
95
	margin:0}
96
.texteActualites1 p,#texteActualites1 a {
97
	display:inline;
98
	text-align:justify}
99
.texteActualites1 br {
100
	position:absolute}
101
.voirSuite {
102
	white-space:nowrap}
103
.imageActualites1 {
104
	width:130px;
105
	text-align:center;
106
	margin-top:0px;
107
	float:right;}
108
.contenu_RSS img {
109
	width:90px}
110
/** Mise en page de la recherche d'événements**/
111
#actualites .colonneDroite input,#actualites .colonneDroite select {
112
	font-family:arial;
113
	font-size:11px;
114
	background-color:#fff;
115
	border:dotted 1px #7b9c35;
116
	color:#3a3633;
117
	margin-bottom:7px;}
118
#actualites .colonneDroite #afficherLaCarte {
119
	display:block;
778 jpm 120
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
756 jpm 121
	width:130px;
122
	height:133px;
831 gduche 123
	float:right;
124
	border:none}
756 jpm 125
#rechercheEvenements {
126
	width:265px;
127
	padding:20px;
128
	float:left;}
129
#evt_date_debt,#evt_date_fin {
130
	width:116px;}
131
.filtrer {
132
	font-family:arial;
133
	font-size:11px;
134
	font-weight:bold;
135
	background-color:#fff;
136
	border:dotted 1px #7b9c35;
137
	color:#fd8c13;
138
	margin-left:10px;
139
	font-variant:small-caps;}
140
#actuPrincipales h4 {
141
	margin:2px 2px 5px 0}
832 gduche 142
 
756 jpm 143
#actuPrincipales .actualites1 {
144
	padding-top:10px;
145
	padding-bottom:10px;}
146
#zone_contenu_corps h3 {
809 gduche 147
	padding:0}