Subversion Repositories Sites.tela-botanica.org

Rev

Rev 860 | Rev 869 | 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 {
100
	display:inline;
101
	text-align:justify}
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}
113
/** Mise en page de la recherche d'événements**/
114
#actualites .colonneDroite input,#actualites .colonneDroite select {
115
	font-family:arial;
116
	font-size:11px;
117
	background-color:#fff;
118
	border:dotted 1px #7b9c35;
119
	color:#3a3633;
120
	margin-bottom:7px;}
121
#actualites .colonneDroite #afficherLaCarte {
122
	display:block;
778 jpm 123
	background:url(/sites/actu/generique/images/graphisme/carte_evenements.png);
756 jpm 124
	width:130px;
125
	height:133px;
831 gduche 126
	float:right;
127
	border:none}
756 jpm 128
#rechercheEvenements {
129
	width:265px;
130
	padding:20px;
131
	float:left;}
132
#evt_date_debt,#evt_date_fin {
133
	width:116px;}
134
.filtrer {
135
	font-family:arial;
136
	font-size:11px;
137
	font-weight:bold;
138
	background-color:#fff;
139
	border:dotted 1px #7b9c35;
140
	color:#fd8c13;
141
	margin-left:10px;
142
	font-variant:small-caps;}
143
#actuPrincipales h4 {
144
	margin:2px 2px 5px 0}
832 gduche 145
 
756 jpm 146
#actuPrincipales .actualites1 {
147
	padding-top:10px;
148
	padding-bottom:10px;}
149
#zone_contenu_corps h3 {
809 gduche 150
	padding:0}