Subversion Repositories Sites.tela-botanica.org

Rev

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