Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
656 gduche 1
 
2
	/********* STYLE SPECIFIQUE DE LA PAGE ACTUALITES *********/
3
 
4
		body#actualites { background: url(../images/traitVerticalActualites.jpg) repeat-x;}
5
 
6
		/* Affichage des mots clefs*/
7
		#zone-actualites .motsclefs	.mot1 { font-size:28px;	margin:-20px 0 0 -81px; }
8
		#zone-actualites .motsclefs .mot2 {	font-size:32px;	margin:-10px 0 0 14px; }
9
		#zone-actualites .motsclefs	.mot3 { margin:10px 0 0 -101px;}
10
		#zone-actualites {background:url(../images/image_bandeau_actualites.png) right center no-repeat; }
11
 
12
		/* Mise en onglets */
13
		#enOnglets {margin-top:15px;}
14
 
15
		#enOnglets .contenu_RSS { width:697px; margin-top:-5px; padding:8px; float:left; height:auto; background-color:#fff; border-top: 0px solid #c2c0ad;
16
		border-right: 1px solid #c2c0ad; border-left: 1px solid #c2c0ad; border-bottom: 1px solid #c2c0ad; text-decoration: none;
17
		-moz-border-radius: 0px 10px 0 0; -webkit-border-radius: 0px 10px 0 0; /* pour Chrome */  border-radius: 0px 10px 0 0; }
18
 
19
		.ongletsMenuCentre { cursor:pointer; float:left; list-style:none; margin-right:5px; /* font-variant:small-caps; */
20
		font-size:13px; text-transform:uppercase; letter-spacing:0px; padding:4px 2px 0 5px;margin:0 1px 0 0;
21
		background:url(../images/troisCarre.png) no-repeat 5px 9px #c2c0ad; color:#fd8c13;
22
 
23
		border: 1px solid #c2c0ad; border-bottom: 0px solid #c2c0ad; text-decoration: none;
24
		-moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; /* pour Chrome */ border-radius: 10px 10px 0 0;
25
		}
26
 
27
		.ongletsMenuCentreActif { /*background: url(../images/troisCarre.png) #fff no-repeat 5px 9px;*/
28
		background:#fff; border: 1px solid #c2c0ad; border-bottom: 0px solid #c2c0ad;
29
		text-decoration: none;
30
		-moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; /* pour Chrome */ border-radius: 10px 10px 0 0; }
31
 
32
		/** Affichage des flux RSS **/
33
		.lireTout a:after{content:" des articles";}
34
		#commentaires .lireTout a:after{content:" des commentaires";}
35
 
36
		.flux_RSS .contenu_RSS .actualites1 { width:674px; padding-top:5px; padding-bottom:5px; height:auto; border-bottom:1px dotted #c2c0ad; }
37
 
38
		.texteActualites1 { width:535px; height:auto; text-align:justify }
39
		.texteActualites1 p, #texteActualites1 a	{display:inline; text-align:justify}
40
		.texteActualites1 br {position:absolute}
41
 
42
		.imageActualites1{ width:130px; text-align:center; margin-top:0px; float:right; }
43
		.contenu_RSS img {height:81px}
44
 
45
		/** Mise en page de la recherche d'évènements**/
46
		#actualites .colonneDroite input, #actualites .colonneDroite select{ font-family:arial; font-size:11px;
47
		background-color:#ffffff; border:dotted 1px #7b9c35; color:#3a3633; margin-bottom:7px; }
48
 
49
		#actualites .colonneDroite #afficherLaCarte { display:block; background:url(../images/carteEvenements.jpg);
50
		width:130px; height:133px; float:right; }
51
 
52
		#rechercheEvenements { width:265px; padding:20px; float:left; }
53
		#evt_date_debt, #evt_date_fin { width:116px; }
54
 
55
		.filtrer { font-family:arial; font-size:11px; font-weight:bold; background-color:#ffffff; border:dotted 1px #7b9c35;
56
		color:#fd8c13; margin-left:10px; font-variant:small-caps; }
57
 
58