Subversion Repositories Sites.tela-botanica.org

Rev

Rev 705 | Rev 778 | 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 {
3
	background:url(../images/graphisme/bandeau_actu.png) repeat-x;}
4
/* Affichage des mots clefs*/
5
.zone-haut {
6
	background:url(../images/graphisme/bandeau_actu_image.png) no-repeat right center;}
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;}
15
/* Mise en onglets */
16
#enOnglets {
17
	margin-top:15px;}
18
#enOnglets h1 {
19
	background:none;
20
	padding-left:4px;
21
	margin:0 3px 0px 0}
22
#enOnglets .contenu_RSS {
23
	width:685px;
24
	margin-top:-5px;
25
	padding:8px;
26
	float:left;
27
	height:auto;
28
	background-color:#fff;
29
	border-top:0px solid #c2c0ad;
30
	border-right:1px solid #c2c0ad;
31
	border-left:1px solid #c2c0ad;
32
	border-bottom:1px solid #c2c0ad;
33
	text-decoration:none;
34
	-moz-border-radius:0px 0 10px 0;
35
	-webkit-border-radius:0px 10px 0 0; /* pour Chrome */
36
	border-radius:0px 10px 0 0;}
37
#onglets li {
38
	padding-top:5px;
39
	background:#C2C0AD}
40
/** Affichage des flux RSS **/
41
.flux_RSS .contenu_RSS .actualites1 {
42
	width:674px;
43
	padding-top:5px;
44
	padding-bottom:5px;
45
	height:auto;
46
	border-bottom:1px dotted #c2c0ad;}
47
.flux_RSS h1 {
48
	margin:0 0 1px 0}
49
.texteActualites1 {
50
	width:535px;
51
	height:auto;
52
	text-align:justify}
53
.texteActualites1 h3 {
54
	margin:0}
55
.texteActualites1 p,#texteActualites1 a {
56
	display:inline;
57
	text-align:justify}
58
.texteActualites1 br {
59
	position:absolute}
60
.voirSuite {
61
	white-space:nowrap}
62
.imageActualites1 {
63
	width:130px;
64
	text-align:center;
65
	margin-top:0px;
66
	float:right;}
67
.contenu_RSS img {
68
	width:90px}
69
/** Mise en page de la recherche d'événements**/
70
#actualites .colonneDroite input,#actualites .colonneDroite select {
71
	font-family:arial;
72
	font-size:11px;
73
	background-color:#fff;
74
	border:dotted 1px #7b9c35;
75
	color:#3a3633;
76
	margin-bottom:7px;}
77
#actualites .colonneDroite #afficherLaCarte {
78
	display:block;
79
	background:url(../images/graphisme/carte_evenements.png);
80
	width:130px;
81
	height:133px;
82
	float:right;}
83
#rechercheEvenements {
84
	width:265px;
85
	padding:20px;
86
	float:left;}
87
#evt_date_debt,#evt_date_fin {
88
	width:116px;}
89
.filtrer {
90
	font-family:arial;
91
	font-size:11px;
92
	font-weight:bold;
93
	background-color:#fff;
94
	border:dotted 1px #7b9c35;
95
	color:#fd8c13;
96
	margin-left:10px;
97
	font-variant:small-caps;}
98
#actuPrincipales h4 {
99
	margin:2px 2px 5px 0}
100
#actuPrincipales h3 a {
101
	font-size:14px}
102
#actuPrincipales .actualites1 {
103
	padding-top:10px;
104
	padding-bottom:10px;}
105
#zone_contenu_corps h3 {
106
	padding:0}