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