Subversion Repositories Sites.tela-botanica.org

Rev

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