Subversion Repositories Sites.tela-botanica.org

Rev

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