| Line -... |
Line 1... |
| - |
|
1 |
|
| 1 |
/* Définition des polices exotiques */
|
2 |
/********* STYLE COMMUN A TOUTES LES PAGES *********/
|
| 2 |
@font-face { font-family:Helveticaneue; src:url('/commun/polices/helvetica_light.ttf'); }
|
- |
|
| 3 |
@font-face { font-family:Helveticaneue2; src:url('/commun/polices/helvetica_light.eot'); }
|
- |
|
| Line -... |
Line 3... |
| - |
|
3 |
|
| - |
|
4 |
/** Définition des polices exotiques **/
|
| - |
|
5 |
/* Helveticaneue est utilisée pour les grands textes décoratifs (ex:mots clés).
|
| - |
|
6 |
Pour windows, elle est remplacée par la police Helveticaneue2 */
|
| - |
|
7 |
@font-face { font-family:Helveticaneue; src:url('/commun/polices/helvetica_light.ttf'); }
|
| - |
|
8 |
@font-face { font-family:Helveticaneue2; src:url('../polices/helvetica_light.eot'); }
|
| - |
|
9 |
|
| - |
|
10 |
/* Optima n'est pas utile dans les pages intèrieures.
|
| - |
|
11 |
@font-face { font-family: optima; src: url('/commun/polices/optima_demi_bold.ttf'); }
|
| - |
|
12 |
@font-face { font-family: optima2; src: url('../polices/optima_demi_bold.eot'); }
|
| - |
|
13 |
*/
|
| - |
|
14 |
|
| 4 |
|
15 |
/** Classes **/
|
| 5 |
/* Marges */
|
16 |
/* Marges */
|
| Line 6... |
Line 17... |
| 6 |
img,ul,form,li,td,div,p,br,a,h1,h2 { margin:0; padding:0; border:0; text-decoration:none;}
|
17 |
img,ul,form,li,td,div,p,br,a,h1,h2 { margin:0; padding:0; border:0; text-decoration:none;}
|
| 7 |
|
18 |
|
| 8 |
/* Classes & couleurs */
|
19 |
/* Classes & couleurs */
|
| 9 |
.nodisplay {display:none}
|
20 |
.nodisplay {display:none}
|
| - |
|
21 |
.hidden {visibility:hidden}
|
| - |
|
22 |
.spacer125 {width:125px; float:left;}
|
| - |
|
23 |
.cadreRondVert { width:685px; float:left; margin-top:20px; background-color:#eaedcd;
|
| - |
|
24 |
-moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */ border-radius: 10px 10px 10px 10px;
|
| - |
|
25 |
-moz-box-shadow: 2px 2px 5px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; box-shadow: 7px 7px 11px #555;
|
| - |
|
26 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */ zoom: 1; /* pour ie8 */
|
| - |
|
27 |
padding:8px; }
|
| - |
|
28 |
.cadreRondGris { width:685px; float:left; margin-top:20px; background-color:#e5e4d4;
|
| - |
|
29 |
-moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */ border-radius: 10px 10px 10px 10px;
|
| - |
|
30 |
-moz-box-shadow: 2px 2px 5px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; box-shadow: 7px 7px 11px #555;
|
| - |
|
31 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */ zoom: 1; /* pour ie8 */
|
| - |
|
32 |
padding:8px; }
|
| - |
|
33 |
|
| - |
|
34 |
.notext { display:none; left:-5000px; top:-5000px; text-indent:-5000px; }
|
| - |
|
35 |
|
| - |
|
36 |
.petitcarre {padding-left:15px; background:url(../images/petitCarre.jpg) no-repeat 5px 3px;}
|
| - |
|
37 |
.troiscarre {padding:0px 0 0 30px; background:url(../images/troisCarre.png) no-repeat 5px 5px;}
|
| - |
|
38 |
.puceFleche {padding:10px 0 0 30px; background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;}
|
| - |
|
39 |
|
| - |
|
40 |
/** Cadre rond gris : mise en page **/
|
| - |
|
41 |
.cadreRondGris .colonneGauche, .cadreRondVert .colonneGauche { width:320px; padding:20px; border-right:1px dotted #959486; float:left; }
|
| - |
|
42 |
.cadreRondGris .colonneDroite, .cadreRondVert .colonneDroite { width:284px; float:left; padding:20px; }
|
| - |
|
43 |
|
| - |
|
44 |
|
| - |
|
45 |
/* typographies */
|
| - |
|
46 |
p { color:#5e5852; font-family:arial; font-size:12px; font-weight:normal; line-height:18px; text-align:justify; }
|
| - |
|
47 |
p.orange{ color:#fd8c13; line-height:12px; }
|
| - |
|
48 |
p.blanc { color:#fff; font-size:11px; line-height:12px; }
|
| - |
|
49 |
.vertpetit { color:#7b9c35; font-family:arial; font-size:11px; font-weight:bold; }
|
| - |
|
50 |
.grispetit { color:#3a3633; font-family:arial; font-size:11px; font-weight:bold; }
|
| - |
|
51 |
.gris{ color:#3a3633; font-family:arial; font-size:12px; }
|
| - |
|
52 |
|
| - |
|
53 |
h1, h2, h3, h4 {font-weight:bold; letter-spacing:0px; font-family:arial;}
|
| - |
|
54 |
h1 {padding:0px 0 0 25px; background:url(../images/troisCarre.png) no-repeat 0px 5px; color:#fd8c13; font-size:13px;
|
| - |
|
55 |
text-transform:uppercase; margin-bottom:8px; }
|
| - |
|
56 |
h1 a:link, h1 a:visited, h1 a:active { color:#fd8c13; }
|
| - |
|
57 |
h1 a:hover, h1 a:focus { color:#7b9c35; }
|
| - |
|
58 |
|
| - |
|
59 |
h2 { color:#6c6865; font-size:12px; margin-bottom:0px; }
|
| - |
|
60 |
h2 a:link, h2 a:visited,h2 a:active { color:#5e5852; }
|
| - |
|
61 |
h2 a:hover, h2 a:focus { color:#fd8c13; }
|
| - |
|
62 |
|
| 10 |
.hidden {visibility:hidden}
|
63 |
h3 { color:#6c6865; font-size:11px; letter-spacing:0px; margin:2px; }
|
| 11 |
.spacer125 {width:125px; float:left;}
|
64 |
h4 { font-size:11px; margin:2px; color:#7b9c35; font-weight:normal;}
|
| 12 |
|
65 |
|
| 13 |
/* Ombres */
|
66 |
/* Ombres */
|
| Line 14... |
Line 67... |
| 14 |
.ombre2 { -moz-box-shadow: 4px 4px 7px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; /* pour Chrome */ box-shadow: 7px 7px 11px #555;
|
67 |
.ombre2 { -moz-box-shadow: 4px 4px 7px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; /* pour Chrome */ box-shadow: 7px 7px 11px #555;
|
| 15 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */}
|
68 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */}
|
| 16 |
|
69 |
|
| 17 |
/*Arrondis*/
|
- |
|
| 18 |
.arrondi7 {-moz-border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px ; /* pour Chrome */ border-radius: 7px 7px 7px 7px;}
|
- |
|
| 19 |
.arrondi30 { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
|
- |
|
| 20 |
|
- |
|
| 21 |
|
- |
|
| 22 |
p { color:#3a3633; font-family:arial; font-size:12px; font-weight:normal; line-height:16px; }
|
- |
|
| 23 |
.lireTout {padding:10px 0 0 30px; background:url(../images/traitTela.jpg) no-repeat 0 6px;}
|
- |
|
| 24 |
.lireTout a:after{content:" des articles";}
|
- |
|
| 25 |
#commentaires .lireTout a:after{content:" des commentaires";}
|
- |
|
| 26 |
|
- |
|
| 27 |
p.connectgris { color:#5e5852; font-family:arial; font-size:11px; font-weight:normal; text-align:left; line-height:12px; }
|
- |
|
| 28 |
p.connectvert { color:#7b9c35; font-family:arial; font-size:11px; font-weight:normal; text-align:left; margin-top:10px;}
|
- |
|
| 29 |
p.orange { color:#fd8c13; font-family:arial; font-size:11px; font-weight:normal; text-align:left; margin:7px 0 3px 0;}
|
- |
|
| 30 |
.orange {color:#fd8c13; font-family:arial;}
|
- |
|
| 31 |
p.accueil { color:#3a3633; font-family:arial; font-size:13px; text-align:justify; font-weight:normal; line-height:16px; }
|
- |
|
| 32 |
.overflow-hidden { overflow:hidden;}
|
- |
|
| 33 |
.gris{ color:#3a3633; font-family:arial; font-size:12px; }
|
- |
|
| 34 |
.vert, p.vert a, p.vert { color:#7b9c35; font-family:arial; font-size:12px; }
|
- |
|
| 35 |
.grisclair {color:#f2f2f2}
|
- |
|
| 36 |
.grisfonce {color:#5c5950}
|
- |
|
| 37 |
|
- |
|
| 38 |
|
- |
|
| 39 |
|
- |
|
| 40 |
.petitcarre {padding-left:15px; background:url(../images/petitCarre.jpg) no-repeat 5px 3px;}
|
- |
|
| 41 |
#zone-droite h1, .troiscarre {padding:0px 0 0 30px; background:url(../images/troisCarre.png) no-repeat 5px 5px;}
|
- |
|
| 42 |
body { behavior: url(csshover.htc); /*pour internet explorer propriete hover*/}
|
- |
|
| 43 |
|
- |
|
| 44 |
/* Fond en fonction de la page choisie */
|
- |
|
| 45 |
body#botanique { background: url(../images/traitVerticalBotanique.jpg) repeat-x;}
|
- |
|
| 46 |
body#actualites { background: url(../images/traitVerticalActualites.jpg) repeat-x;}
|
- |
|
| 47 |
body#reseau { background: url(../images/traitVerticalReseau.jpg) repeat-x;}
|
- |
|
| 48 |
body#projets { background: url(../images/traitVerticalProjets.jpg) repeat-x;}
|
- |
|
| 49 |
|
- |
|
| 50 |
/* Menus */
|
- |
|
| 51 |
#zone-menu-gauche {font-family:arial; font-size:12px; width: 170px; margin-top:10px; border-left: 1px solid #7b9c35;}
|
- |
|
| 52 |
#zone-menu-gauche ul { list-style:none;}
|
- |
|
| 53 |
#zone-menu-gauche ul li { padding-bottom:5px;}
|
- |
|
| 54 |
#zone-menu-gauche ul li a{margin:0px 0 0 0px; padding:2px 0 2px 12px; border-top:1px solid #7b9c35; border-bottom:1px solid #7b9c35;
|
- |
|
| 55 |
border-right:1px solid #7b9c35; -moz-border-radius: 7px;-webkit-border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px;
|
- |
|
| 56 |
font-weight:bold; color:#7b9c35;display:block; background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
|
- |
|
| 57 |
}
|
- |
|
| 58 |
|
- |
|
| 59 |
#zone-menu-gauche ul li ul { list-style:disc inside; color:#7b9c35; padding: 0 0 0 15px;}
|
- |
|
| 60 |
#zone-menu-gauche ul li ul li{padding:0px 0 0 0;}
|
- |
|
| 61 |
#zone-menu-gauche ul li ul li a { border:none; background:none;padding:0px; display:inline}
|
- |
|
| 62 |
|
- |
|
| Line 63... |
Line 70... |
| 63 |
.recherche_eflore .champs {
|
70 |
/*Arrondis*/
|
| Line 64... |
Line 71... |
| 64 |
display:block; width:280px
|
71 |
.arrondi7 {-moz-border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px ; /* pour Chrome */ border-radius: 7px 7px 7px 7px;}
|
| 65 |
}
|
72 |
.arrondi30 { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
|
| 66 |
|
73 |
|
| 67 |
/* Menu haut */
|
74 |
/* Menu supèrieur */
|
| 68 |
|
75 |
|
| 69 |
/* TODO : mettre les petits carrés à la bonne place*/
|
- |
|
| 70 |
#zone-menu-haut { width:830px; height:12px; text-align:center; margin: 0 auto 0 40px; position:absolute; top:0px; color:#3a3633;
|
76 |
/* TODO : mettre les petits carrés à la bonne place*/
|
| 71 |
font-family:arial; font-size:12px;}
|
77 |
#zone-menu-haut { width:830px; height:12px; text-align:center; margin: 0 auto 0 40px; position:absolute; top:0px; color:#3a3633;
|
| 72 |
#zone-menu-haut ul { list-style:none; }
|
78 |
font-family:arial; font-size:12px;}
|
| 73 |
#zone-menu-haut ul li {background:url(../images/petitCarre.jpg) no-repeat 3px 5px;float:left}
|
79 |
#zone-menu-haut ul { list-style:none; }
|
| 74 |
|
80 |
#zone-menu-haut ul li {background:url(../images/petitCarre.jpg) no-repeat 3px 5px;float:left}
|
| 75 |
#seconnecter { margin:0; padding-left:10px}
|
81 |
#zone-menu-haut #seconnecter { margin:0; padding-left:10px}
|
| 76 |
#don { width:110px; margin:0}
|
82 |
#zone-menu-haut #don { width:110px; margin:0}
|
| 77 |
#lettre { width:120px; margin:0}
|
83 |
#zone-menu-haut #lettre { width:120px; margin:0}
|
| 78 |
#inscrits { width:110px; margin:0}
|
84 |
#zone-menu-haut #inscrits { width:110px; margin:0}
|
| 79 |
#connectes { width:115px; margin:0}
|
85 |
#zone-menu-haut #connectes { width:115px; margin:0}
|
| 80 |
#recherche { width:185px; padding-left:15px; text-align:left; margin:0}
|
- |
|
| 81 |
#recherche fieldset {width:185px; padding:0; border-style:none;}
|
- |
|
| 82 |
#recherche input { height:13px; width:155px; font-size:12px; margin:-15px 0 0 -2px; }
|
86 |
#zone-menu-haut #recherche { width:185px; padding-left:15px; text-align:left; margin:0}
|
| Line 83... |
Line 87... |
| 83 |
#recherche legend, #recherche label {display:none;}
|
87 |
#zone-menu-haut #recherche fieldset {width:185px; padding:0; border-style:none;}
|
| 84 |
#recherche input[type="submit"]{width:25px; height:20px}
|
88 |
#zone-menu-haut #recherche input { height:13px; width:155px; font-size:12px; margin:-15px 0 0 -2px; }
|
| 85 |
|
89 |
#zone-menu-haut #recherche legend, #recherche label {display:none;}
|
| 86 |
|
90 |
#zone-menu-haut #recherche input[type="submit"]{width:25px; height:20px}
|
| 87 |
.drapeau { width:15px; margin-left:10px}
|
91 |
#zone-menu-haut .drapeau { width:15px; margin-left:10px}
|
| 88 |
|
92 |
|
| 89 |
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active { color:#7b9c35; }
|
93 |
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active { color:#7b9c35; }
|
| Line 90... |
Line 94... |
| 90 |
#zone-menu-haut a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
|
94 |
#zone-menu-haut a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
|
| 91 |
#zone-menu-haut a { font-family:arial; font-size:12px; }
|
95 |
#zone-menu-haut a { font-family:arial; font-size:12px; }
|
| 92 |
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active { color:#7b9c35; }
|
96 |
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active { color:#7b9c35; }
|
| Line 93... |
Line 97... |
| 93 |
#zone-menu-haut a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
|
97 |
#zone-menu-haut a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
|
| 94 |
#zone-menu-haut a { font-family:arial; font-size:12px; }
|
98 |
#zone-menu-haut a { font-family:arial; font-size:12px; }
|
| 95 |
#zone-principale { position: absolute; width:900px; margin-left:-450px; left: 50%; padding-top:20px;}
|
99 |
#zone-principale { position: absolute; width:900px; margin-left:-450px; left: 50%; padding-top:20px;}
|
| 96 |
|
100 |
|
| 97 |
.zone-haut {height:123px; margin:4px 0 0 0; width:885px; text-align:center; }
|
101 |
.zone-haut {height:123px; margin:4px 0 0 0; width:885px; text-align:center; }
|
| Line 98... |
Line -... |
| 98 |
.zone-haut h1 {float:left; padding:4px 0 0 29px}
|
- |
|
| 99 |
.zone-haut h2 {position:absolute; margin:105px 0 0 85px;color:white; font-size:16px; font-family:arial}
|
- |
|
| 100 |
|
- |
|
| 101 |
.motsclefs { position:absolute; font-family:Helveticaneue; letter-spacing:-1px; font-weight:lighter; text-align:left;
|
- |
|
| 102 |
padding:0 0 0 450px; margin:0; cursor:pointer; }
|
- |
|
| 103 |
.motsclefs h3 { position:absolute; margin-top:17px; font-size:60px; font-weight:lighter; color:#5c5950; left:240px; line-height:35px; font-family:helveticaneue}
|
- |
|
| 104 |
.motsclefs h4 { text-align:left; color:#f2f2f2; margin-left:111px; margin-top:69px; font-family:helveticaneue}
|
- |
|
| 105 |
.motsclefs span{position:absolute; font-weight:normal;text-transform:lowercase; top:85px}
|
- |
|
| 106 |
|
- |
|
| 107 |
/* Mots clefs Botanique */
|
- |
|
| 108 |
#zone-botanique .motsclefs .mot1 { font-size:32px; margin:-22px 0 0 -101px; width:150px}
|
- |
|
| 109 |
#zone-botanique .motsclefs .mot2 { font-size:18px; margin:-15px 0 0 74px; width:250px}
|
- |
|
| 110 |
#zone-botanique .motsclefs .mot3 { font-size:23px; margin:5px 0 0 -46px; width:280px}
|
- |
|
| 111 |
#zone-botanique {background:url(../images/image_bandeau_botanique.png) right center no-repeat; }
|
- |
|
| 112 |
|
- |
|
| 113 |
/* Mots clefs actualités */
|
- |
|
| 114 |
#zone-actualites .motsclefs .mot1 { font-size:28px; margin:-20px 0 0 -81px; }
|
- |
|
| 115 |
#zone-actualites .motsclefs .mot2 { font-size:32px; margin:-10px 0 0 14px; }
|
- |
|
| 116 |
#zone-actualites .motsclefs .mot3 { margin:10px 0 0 -101px;}
|
- |
|
| 117 |
#zone-actualites {background:url(../images/image_bandeau_actualites.png) right center no-repeat; }
|
- |
|
| 118 |
|
- |
|
| 119 |
#zone-reseau .motsclefs .mot1 { font-size:32px; margin:-25px 0 0 -102px; }
|
- |
|
| 120 |
#zone-reseau .motsclefs .mot2 { font-size:26px; margin:0px 0 0 -81px; }
|
- |
|
| 121 |
#zone-reseau .motsclefs .mot3 { font-size:20px; margin:3px 0 0 39px; }
|
- |
|
| 122 |
#zone-reseau {background:url(../images/image_bandeau_reseau.png) right center no-repeat; }
|
- |
|
| 123 |
|
- |
|
| 124 |
#zone-projets .motsclefs .mot1 { font-size:32px; margin:-45px 0 0 -126px; }
|
- |
|
| 125 |
#zone-projets .motsclefs .mot2 { font-size:20px; margin:-20px 0 0 -171px; }
|
- |
|
| 126 |
#zone-projets .motsclefs .mot3 { font-size:20px; margin:-15px 0 0 -60px; }
|
- |
|
| 127 |
|
- |
|
| 128 |
#zone-projets {background:url(../images/image_bandeau_projets.png) right center no-repeat;}
|
- |
|
| 129 |
|
- |
|
| 130 |
#zone-bas-page { width:900px; clear:both;}
|
- |
|
| 131 |
#zone-bas-page div { width:900px; margin:20px 0 10px 0;text-align:center;}
|
- |
|
| Line 387... |
Line 143... |
| 387 |
|
143 |
|
| 388 |
/* pavé connexion */
|
144 |
#cheminDeFer { width:500px; margin-left:35px; margin-top:12px; margin-bottom:10px; }
|
| 389 |
#zone-menu-connexion { height:122px; width:320px; padding:25px 0 0 0 ; font-family:arial; text-align:right; font-size:11px; background:url(../images/carreorange.png) no-repeat 9px -9px ;}
|
145 |
|
| 390 |
|
146 |
/** Zone menu connexion **/
|
| 391 |
/* Mise en page du formulaire*/
|
147 |
#zone-menu-connexion { height:122px; width:320px; padding:25px 0 0 0 ; font-family:arial; text-align:right; font-size:11px; background:url(../images/carreorange.png) no-repeat 9px -9px ;}
|
| 392 |
#zone-menu-connexion fieldset { text-align:left; width:165px; background:white; padding:28px 0 0 10px; border:solid 1px #99C242;;
|
148 |
#zone-menu-connexion fieldset { text-align:left; width:165px; background:white; padding:28px 0 0 10px; border:solid 1px #99C242;
|
| 393 |
text-decoration: none; -moz-border-radius: 0px 10px 10px 10px; -webkit-border-radius: 0px 10px 10px 10px; border-radius:0 10px 10px 10px;}
|
149 |
text-decoration: none; -moz-border-radius: 0px 10px 10px 10px; -webkit-border-radius: 0px 10px 10px 10px; border-radius:0 10px 10px 10px;}
|
| 394 |
#zone-menu-connexion fieldset input { font-size:11px;}
|
150 |
#zone-menu-connexion fieldset input { font-size:11px;}
|
| - |
|
151 |
#zone-menu-connexion fieldset p { text-align:left}
|
| - |
|
152 |
#zone-menu-connexion h3 { position:absolute; width:162px; padding:5px 5px 5px 9px; margin:-29px 0 0 -10px; color:white; text-align:left; text-transform:uppercase;
|
| - |
|
153 |
font-size:12px; background-color:#99C242; -moz-border-radius: 0px 10px 0px 0px; -webkit-border-radius: 0px 10px 0px 0px; border-radius:0 10px 0 0;}
|
| - |
|
154 |
#zone-menu-connexion fieldset label { position:relative; width:12em; display:block; margin:.1em 0em; }
|
| - |
|
155 |
#zone-menu-connexion label input { position : absolute; left : 100%; top : 0px; width:15px;}
|
| - |
|
156 |
#zone-menu-connexion #username, #zone-menu-connexion #password { width:80px;}
|
| 395 |
#zone-menu-connexion fieldset p { text-align:left}
|
157 |
#zone-menu-connexion fieldset #connexion {border:solid 1px #8eb533; padding:0;}
|
| - |
|
158 |
#zone-menu-connexion #persistant, #zone-menu-connexion #persistant_label {float:left;margin-left:-0px;}
|
| - |
|
159 |
#zone-menu-connexion #persistant_label {padding-top:2px}
|
| 396 |
#zone-menu-connexion h3 { position:absolute; width:162px; padding:5px 5px 5px 9px; margin:-29px 0 0 -10px; color:white; text-align:left; text-transform:uppercase;
|
160 |
#zone-menu-connexion #colonneDroite { padding:15px 0 15px 0px; }
|
| 397 |
font-size:12px; background-color:#99C242; -moz-border-radius: 0px 10px 0px 0px; -webkit-border-radius: 0px 10px 0px 0px; border-radius:0 10px 0 0;}
|
161 |
|
| 398 |
#zone-menu-connexion fieldset label { position:relative; width:12em; display:block; margin:.1em 0em; }
|
162 |
/** Menu latéral : Zone gauche **/
|
| - |
|
163 |
#zone-gauche { width:170px; float:left; margin-left:0px; padding-bottom:100px}
|
| 399 |
label input { position : absolute; left : 100%; top : 0px; width:15px;}
|
164 |
|
| - |
|
165 |
|
| - |
|
166 |
/** Zone principale : zone droite **/
|
| - |
|
167 |
|
| - |
|
168 |
#zone-droite { width:710px; margin-left:00px; float:left; height:auto; }
|
| 400 |
#username, #password { width:80px;}
|
169 |
#zone-droite #main { padding-left:34px}
|
| 401 |
#zone-menu-connexion fieldset #connexion {border:solid 1px #8eb533; padding:0;}
|
170 |
|
| 402 |
#persistant, #persistant_label {float:left;margin-left:-0px;}
|
171 |
#cartographie { position:absolute; z-index:10; background :white; border:solid 1px #AAAAAA; padding:15px; margin:-300px 0 0 -300px; }
|
| 403 |
#persistant_label {padding-top:2px}
|
172 |
#cartographie #masquerLaCarte { float:right }
|
| 404 |
#zone-menu-connexion #colonneDroite { padding:15px 0 15px 0px; }
|
173 |
|
| 405 |
|
174 |
|
| 406 |
|
175 |
/** Zone projets : commun avec accueil */
|
| 407 |
#bandeauProjets { width:845px; margin:20px 0 20px 0; border:dotted 1px #fd8c13; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
|
- |
|
| 408 |
float:left; padding-left:65px; text-align:left}
|
176 |
/** TODO : mettre en place une feuille commune **/
|
| 409 |
|
177 |
#bandeauProjets { width:845px; margin:20px 0 20px 0; border:dotted 1px #fd8c13; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
|
| 410 |
#bandeauProjets ul { height:98px; padding:0px; list-style:none; font-family:arial;}
|
178 |
float:left; padding-left:65px; }
|
| 411 |
#bandeauProjets ul li { width:250px; margin-left:15px; border: double 1px orange; border-width:0 4px 0 0; display:inline;height:95px;float:left;}
|
179 |
#bandeauProjets ul { height:98px; padding:0px; list-style:none; font-family:arial;}
|
| 412 |
#bandeauProjets ul li, #bandeauProjets ul li p { font-family:arial; font-size: 10px; line-height:1.3em;}
|
180 |
#bandeauProjets ul li { width:250px; margin-left:15px; border: double 1px orange; border-width:0 4px 0 0; display:inline;height:95px;float:left;}
|
| 413 |
#bandeauProjets ul li p { padding-right:2px; text-align:left}
|
- |
|
| 414 |
#bandeauProjets ul li a { color:#7B9C35; font-weight:bold; }
|
181 |
#bandeauProjets ul li, #bandeauProjets ul li p { font-family:arial; font-size: 10px; line-height:1.3em;}
|
| 415 |
#bandeauProjets ul li h3 { padding:5px 0 5px 0 ; margin:0; color:#fd8c13; }
|
182 |
#bandeauProjets ul li p { padding-right:2px; }
|
| 416 |
#bandeauProjets ul li img { float:left; }
|
183 |
#bandeauProjets ul li a { color:#7B9C35; font-weight:bold; }
|
| 417 |
|
- |
|
| 418 |
#bandeauProjets ul .bouton { width:20px;}
|
- |
|
| 419 |
#boutonPrecedent, #boutonSuivant { position:absolute;}
|
- |
|
| 420 |
#boutonPrecedent { margin-left:-66px; margin-top:-99px; height:100px; background:white; cursor:pointer; width:70px; border:dotted 1px #fd8c13;
|
- |
|
| 421 |
border-right-style:none; -moz-border-radius: 10px 0 0px 10px ; -webkit-border-radius: 10px 0 0px 10px ; border-radius: 10px 0 0 10px;
|
- |
|
| 422 |
background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px; }
|
- |
|
| 423 |
|
- |
|
| 424 |
#boutonSuivant { margin-left:799px; margin-top:-99px; width:30px; cursor:pointer; background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
|
- |
|
| 425 |
padding:28px 8px 53px 8px; border:dotted 1px #fd8c13; border-left-style:none;-moz-border-radius: 0px 10px 10px 0px ; -webkit-border-radius: 0px 10px 10px 0px ;
|
- |
|
| 426 |
border-radius: 0px 10px 10px 0px ; }
|
- |
|
| 427 |
|
- |
|
| 428 |
#bandeVerte {
|
- |
|
| 429 |
height:20px;
|
- |
|
| 430 |
width:163px;
|
- |
|
| 431 |
margin-top:-12px;
|
- |
|
| 432 |
margin-left:-22px;
|
- |
|
| 433 |
float:left;
|
- |
|
| 434 |
background-color:#99c242;
|
- |
|
| 435 |
border: 1px solid #c2c0ad;
|
- |
|
| 436 |
-moz-border-radius: 0px 10px 0px 0px;
|
- |
|
| 437 |
-webkit-border-radius: 0px 10px 0px 0px; /* pour Chrome */
|
- |
|
| 438 |
border-radius: 0px 10px 0px 0px;
|
- |
|
| 439 |
|
- |
|
| 440 |
}
|
- |
|
| 441 |
#carreOrange {
|
- |
|
| 442 |
height:22px;
|
- |
|
| 443 |
width:22px;
|
- |
|
| 444 |
background-color:#fd8c14;
|
- |
|
| 445 |
margin-top:-1px;
|
- |
|
| 446 |
margin-left:-1px;
|
- |
|
| 447 |
}
|
- |
|
| 448 |
|
- |
|
| 449 |
|
- |
|
| 450 |
p.connectblanc{
|
- |
|
| 451 |
color:#fff;
|
- |
|
| 452 |
text-transform:uppercase;
|
- |
|
| 453 |
font-family:arial;
|
- |
|
| 454 |
font-size:12px;
|
- |
|
| 455 |
font-weight:normal;
|
- |
|
| 456 |
text-align:left;
|
- |
|
| 457 |
margin-left:31px;
|
- |
|
| 458 |
margin-top:-19px;
|
- |
|
| 459 |
|
- |
|
| 460 |
}
|
- |
|
| 461 |
|
- |
|
| 462 |
p.connectgris{
|
- |
|
| 463 |
color:#5e5852;
|
- |
|
| 464 |
font-family:arial;
|
- |
|
| 465 |
font-size:11px;
|
- |
|
| 466 |
font-weight:normal;
|
- |
|
| 467 |
text-align:left;
|
- |
|
| 468 |
line-height:12px;
|
- |
|
| 469 |
margin-left:10px;
|
- |
|
| 470 |
margin-bottom:3px;
|
- |
|
| 471 |
}
|
- |
|
| 472 |
|
- |
|
| 473 |
p.connectvert{
|
- |
|
| 474 |
color:#7b9c35;
|
- |
|
| 475 |
/* text-transform:uppercase; */
|
- |
|
| 476 |
font-family:arial;
|
- |
|
| 477 |
font-size:11px;
|
- |
|
| 478 |
font-weight:normal;
|
- |
|
| 479 |
text-align:left;
|
- |
|
| 480 |
margin-left:10px;
|
- |
|
| 481 |
margin-top:10px;
|
- |
|
| 482 |
}
|
- |
|
| 483 |
|
- |
|
| 484 |
p.connectorange{
|
- |
|
| 485 |
color:#fd8c13;
|
- |
|
| 486 |
/* text-transform:uppercase; */
|
- |
|
| 487 |
font-family:arial;
|
- |
|
| 488 |
font-size:11px;
|
- |
|
| 489 |
font-weight:normal;
|
- |
|
| 490 |
text-align:left;
|
- |
|
| 491 |
margin-top:7px;
|
- |
|
| 492 |
margin-bottom:3px;
|
- |
|
| 493 |
margin-left:10px;
|
- |
|
| 494 |
}
|
- |
|
| 495 |
/* fin pavé connexion */
|
- |
|
| 496 |
|
- |
|
| 497 |
/* droite commun à toutes pages */
|
- |
|
| 498 |
#zone-droite { width:710px; margin-left:00px; float:left; height:auto; }
|
- |
|
| 499 |
#zone-droite #main { padding-left:34px}
|
- |
|
| 500 |
|
- |
|
| 501 |
#zone-droite h1 a:link ,
|
- |
|
| 502 |
#zone-droite h1 a:visited ,
|
- |
|
| 503 |
#zone-droite h1 a:active{
|
- |
|
| 504 |
color:#fd8c13; /* orange */
|
- |
|
| 505 |
}
|
- |
|
| 506 |
#zone-droite h1 a:hover,
|
- |
|
| 507 |
#zone-droite h1 a:focus{
|
- |
|
| 508 |
color:#7b9c35; /* verd */
|
- |
|
| 509 |
}
|
- |
|
| 510 |
|
- |
|
| 511 |
#zone-droite h2 a:link ,
|
- |
|
| 512 |
#zone-droite h2 a:visited ,
|
- |
|
| 513 |
#zone-droite h2 a:active{
|
- |
|
| 514 |
color:#5e5852;
|
- |
|
| 515 |
}
|
- |
|
| 516 |
#zone-droite h2 a:hover,
|
- |
|
| 517 |
#zone-droite h2 a:focus{
|
- |
|
| 518 |
color:#fd8c13; /* orange */
|
- |
|
| 519 |
}
|
- |
|
| 520 |
|
- |
|
| 521 |
#zone-droite h3 a:link,
|
- |
|
| 522 |
#zone-droite h3 a:visited,
|
- |
|
| 523 |
#zone-droite h3 a:active{
|
- |
|
| 524 |
color:#5e5852;
|
- |
|
| 525 |
}
|
- |
|
| 526 |
#zone-droite h3 a:hover,
|
- |
|
| 527 |
#zone-droite h3 a:focus{
|
- |
|
| 528 |
color:#fd8c13;
|
- |
|
| 529 |
/* border-bottom:1px dotted #fd8c13; */
|
- |
|
| 530 |
}
|
- |
|
| 531 |
|
- |
|
| 532 |
#zone-droite h4 a:link,
|
- |
|
| 533 |
#zone-droite h4 a:visited,
|
- |
|
| 534 |
#zone-droite h4 a:active{
|
- |
|
| 535 |
color:#7b9c35;
|
- |
|
| 536 |
border-bottom:1px dotted #7b9c35;
|
- |
|
| 537 |
}
|
- |
|
| 538 |
#zone-droite h4 a:hover,
|
- |
|
| 539 |
#zone-droite h4 a:focus{
|
- |
|
| 540 |
color:#fd8c13;
|
- |
|
| 541 |
border-bottom:1px dotted #fd8c13;
|
- |
|
| 542 |
}
|
- |
|
| 543 |
|
- |
|
| 544 |
#cheminDeFer{
|
- |
|
| 545 |
width:500px;
|
- |
|
| 546 |
|
- |
|
| 547 |
margin-left:35px;
|
- |
|
| 548 |
margin-top:12px;
|
- |
|
| 549 |
margin-bottom:10px;
|
- |
|
| 550 |
}
|
- |
|
| 551 |
|
- |
|
| 552 |
#encart1{
|
- |
|
| 553 |
width:220px;
|
- |
|
| 554 |
float:left;
|
- |
|
| 555 |
margin:8px;
|
- |
|
| 556 |
padding:20px;
|
- |
|
| 557 |
background:#fff;
|
- |
|
| 558 |
/* background:#f6e7d2; */
|
- |
|
| 559 |
border:1px solid #e16039;
|
- |
|
| 560 |
-moz-border-radius: 7px;
|
- |
|
| 561 |
-webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */
|
- |
|
| 562 |
border-radius: 10px 10px 10px 10px;
|
- |
|
| 563 |
-moz-box-shadow: 2px 2px 5px #aaa;
|
- |
|
| 564 |
-webkit-box-shadow: 7px 7px 11px #aaa;
|
- |
|
| 565 |
box-shadow: 7px 7px 11px #555;
|
- |
|
| 566 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */
|
- |
|
| 567 |
zoom: 1; /* pour ie8 */
|
- |
|
| 568 |
/* border-bottom:1px dotted #9ac342; */
|
- |
|
| 569 |
}
|
- |
|
| 570 |
#encart2{
|
- |
|
| 571 |
width:220px;
|
- |
|
| 572 |
float:left;
|
- |
|
| 573 |
margin:8px;
|
- |
|
| 574 |
padding:20px;
|
- |
|
| 575 |
background:#fff;
|
- |
|
| 576 |
/* background:#f6e7d2; */
|
- |
|
| 577 |
border:1px solid #9ac243;
|
- |
|
| 578 |
-moz-border-radius: 7px;
|
- |
|
| 579 |
-webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */
|
- |
|
| 580 |
border-radius: 10px 10px 10px 10px;
|
- |
|
| 581 |
}
|
- |
|
| 582 |
#encart3{
|
- |
|
| 583 |
width:660px;
|
- |
|
| 584 |
float:left;
|
- |
|
| 585 |
margin:8px;
|
- |
|
| 586 |
padding:20px;
|
- |
|
| 587 |
background-color:#eaedcd;
|
- |
|
| 588 |
/* border:1px solid #e16039; */
|
- |
|
| 589 |
-moz-border-radius: 7px;
|
- |
|
| 590 |
-webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */
|
- |
|
| 591 |
border-radius: 10px 10px 10px 10px;
|
- |
|
| 592 |
-moz-box-shadow: 2px 2px 5px #aaa;
|
- |
|
| 593 |
-webkit-box-shadow: 7px 7px 11px #aaa;
|
- |
|
| 594 |
box-shadow: 7px 7px 11px #555;
|
- |
|
| 595 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */
|
- |
|
| 596 |
zoom: 1; /* pour ie8 */
|
- |
|
| 597 |
/* border-bottom:1px dotted #9ac342; */
|
- |
|
| 598 |
}
|
- |
|
| 599 |
/* page intérieure */
|
- |
|
| 600 |
|
- |
|
| 601 |
#texte{
|
- |
|
| 602 |
width:660px;
|
- |
|
| 603 |
margin-left:30px;
|
- |
|
| 604 |
float:left;
|
- |
|
| 605 |
height:auto;
|
- |
|
| 606 |
|
- |
|
| 607 |
}
|
- |
|
| 608 |
|
- |
|
| 609 |
|
- |
|
| 610 |
/* botanique */
|
- |
|
| 611 |
#appli{
|
- |
|
| 612 |
width:690px;
|
- |
|
| 613 |
margin-left:20px;
|
- |
|
| 614 |
float:left;
|
- |
|
| 615 |
background-color:#eaedcd;
|
- |
|
| 616 |
/* -moz-border-radius: 7px; */
|
- |
|
| 617 |
-moz-border-radius: 10px 10px 10px 10px;
|
- |
|
| 618 |
-webkit-border-radius: 10px 10px 10px 10px; /* pour Chrome */
|
- |
|
| 619 |
border-radius: 10px 10px 10px 10px;
|
- |
|
| 620 |
-moz-box-shadow: 2px 2px 9px #aaa;
|
- |
|
| 621 |
-webkit-box-shadow: 7px 7px 11px #aaa;
|
- |
|
| 622 |
box-shadow: 7px 7px 11px #555;
|
- |
|
| 623 |
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */
|
- |
|
| 624 |
zoom: 1; /* pour ie8 */
|
- |
|
| 625 |
}
|
- |
|
| 626 |
|
- |
|
| 627 |
#gauche1{
|
- |
|
| 628 |
width:320px;
|
- |
|
| 629 |
float:left;
|
- |
|
| 630 |
margin-left:0px;
|
- |
|
| 631 |
}
|
- |
|
| 632 |
|
- |
|
| 633 |
#eFlore{
|
- |
|
| 634 |
width:300px;
|
- |
|
| 635 |
height:200px;
|
- |
|
| 636 |
padding:20px;
|
- |
|
| 637 |
/* margin-top:10px; */
|
- |
|
| 638 |
float:left;
|
- |
|
| 639 |
/* margin-left:25px; */
|
- |
|
| 640 |
border-right:1px dotted #7b9c35;
|
- |
|
| 641 |
}
|
- |
|
| 642 |
|
- |
|
| 643 |
#droite1{
|
- |
|
| 644 |
width:300px;
|
- |
|
| 645 |
float:left;
|
- |
|
| 646 |
}
|
- |
|
| 647 |
|
- |
|
| 648 |
#plantesDepartement{
|
- |
|
| 649 |
width:300px;
|
- |
|
| 650 |
padding:20px;
|
- |
|
| 651 |
/* margin-top:10px; */
|
- |
|
| 652 |
float:left;
|
- |
|
| 653 |
margin-left:40px;
|
- |
|
| 654 |
}
|
- |
|
| 655 |
|
- |
|
| 656 |
#rejoindrePlantesDepartement{
|
- |
|
| 657 |
width:71px;
|
- |
|
| 658 |
height:35px;
|
- |
|
| 659 |
margin-left:200px;
|
- |
|
| 660 |
margin-top:-35px;
|
- |
|
| 661 |
}
|
- |
|
| 662 |
|
- |
|
| 663 |
.champs{
|
- |
|
| 664 |
font-family:arial;
|
- |
|
| 665 |
font-size:11px;
|
- |
|
| 666 |
background-color:#ffffff;
|
- |
|
| 667 |
border:dotted 1px #7b9c35;
|
- |
|
| 668 |
color:#3a3633;
|
- |
|
| 669 |
margin-bottom:7px;
|
- |
|
| 670 |
}
|
- |
|
| 671 |
|
- |
|
| 672 |
.champs2{
|
- |
|
| 673 |
font-family:arial;
|
- |
|
| 674 |
font-size:11px;
|
- |
|
| 675 |
color:#3a3633;
|
- |
|
| 676 |
}
|
- |
|
| 677 |
|
- |
|
| 678 |
.ok{
|
- |
|
| 679 |
font-family:arial;
|
- |
|
| 680 |
font-size:11px;
|
- |
|
| 681 |
font-weight:bold;
|
- |
|
| 682 |
background-color:#ffffff;
|
- |
|
| 683 |
border:dotted 1px #7b9c35;
|
- |
|
| 684 |
color:#fd8c13;
|
- |
|
| 685 |
margin-left:242px;
|
- |
|
| 686 |
font-variant:small-caps;
|
- |
|
| 687 |
}
|
- |
|
| 688 |
|
- |
|
| 689 |
#fluxRSS{
|
- |
|
| 690 |
width:680px;
|
- |
|
| 691 |
margin-left:20px;
|
- |
|
| 692 |
margin-top:20px;
|
- |
|
| 693 |
float:left;
|
- |
|
| 694 |
}
|
- |
|
| 695 |
|
- |
|
| 696 |
#gauche2{
|
- |
|
| 697 |
width:340px;
|
- |
|
| 698 |
float:left;
|
- |
|
| 699 |
margin-left:0px;
|
- |
|
| 700 |
margin-top:0px;
|
- |
|
| 701 |
}
|
- |
|
| 702 |
|
- |
|
| 703 |
.filetVert{
|
- |
|
| 704 |
width:300px;
|
- |
|
| 705 |
margin-left:00px;
|
- |
|
| 706 |
margin-top:5px;
|
- |
|
| 707 |
padding:20px;
|
- |
|
| 708 |
border:1px solid #9ac342;
|
- |
|
| 709 |
-moz-border-radius: 10px;
|
- |
|
| 710 |
float:left;
|
- |
|
| 711 |
}
|
- |
|
| 712 |
|
- |
|
| 713 |
#OutilSaisieCarnet{
|
- |
|
| 714 |
width:71px;
|
- |
|
| 715 |
height:35px;
|
- |
|
| 716 |
margin-left:210px;
|
- |
|
| 717 |
margin-top:0px;
|
- |
|
| 718 |
margin-bottom:-10px;
|
- |
|
| 719 |
}
|
- |
|
| 720 |
|
- |
|
| 721 |
#droite2{
|
- |
|
| 722 |
width:320px;
|
- |
|
| 723 |
float:left;
|
- |
|
| 724 |
}
|
- |
|
| 725 |
|
- |
|
| 726 |
#galeriePhoto{
|
- |
|
| 727 |
width:320px;
|
- |
|
| 728 |
float:left;
|
- |
|
| 729 |
margin-left:40px;
|
- |
|
| 730 |
margin-top:20px;
|
- |
|
| 731 |
/* border-bottom:1px dotted #9ac342; */
|
- |
|
| 732 |
}
|
- |
|
| 733 |
|
- |
|
| 734 |
#block3{
|
- |
|
| 735 |
width:680px;
|
- |
|
| 736 |
margin-left:40px;
|
- |
|
| 737 |
margin-top:20px;
|
- |
|
| 738 |
float:left;
|
- |
|
| 739 |
/* border:1px solid #d4e5af;
|
- |
|
| 740 |
-moz-border-radius: 7px; */
|
- |
|
| 741 |
/* background-color:#d4e5af; */
|
- |
|
| 742 |
}
|
- |
|
| 743 |
|
- |
|
| 744 |
#gauche3{
|
- |
|
| Line 745... |
Line -... |
| 745 |
width:340px;
|
- |
|
| 746 |
float:left;
|
- |
|
| 747 |
}
|
- |
|
| 748 |
|
- |
|
| 749 |
#initier{
|
- |
|
| 750 |
width:320px;
|
- |
|
| Line 751... |
Line -... |
| 751 |
float:left;
|
- |
|
| 752 |
/* border-bottom:1px dotted #9ac342; */
|
- |
|
| 753 |
border-right:1px dotted #7b9c35;
|
- |
|
| 754 |
}
|
- |
|
| 755 |
|
- |
|
| 756 |
#rejoindreInitier{
|
- |
|
| 757 |
width:71px;
|
- |
|
| 758 |
height:35px;
|
- |
|
| 759 |
margin-left:200px;
|
- |
|
| 760 |
margin-top:-8px;
|
- |
|
| 761 |
}
|
- |
|
| 762 |
|
- |
|
| 763 |
#droite3{
|
- |
|
| 764 |
width:320px;
|
- |
|
| 765 |
float:left;
|
- |
|
| 766 |
}
|
- |
|
| 767 |
|
- |
|
| 768 |
#herbier{
|
- |
|
| 769 |
width:320px;
|
- |
|
| 770 |
margin-left:20px;
|
- |
|
| 771 |
float:left;
|
- |
|
| 772 |
/* border-bottom:1px dotted #9ac342; */
|
- |
|
| 773 |
}
|
- |
|
| 774 |
|
- |
|
| 775 |
#rejoindreHerbiers{
|
- |
|
| 776 |
width:71px;
|
- |
|
| 777 |
height:35px;
|
- |
|
| 778 |
margin-left:185px;
|
- |
|
| 779 |
margin-top:-35px;
|
- |
|
| 780 |
}
|
- |
|
| 781 |
|
- |
|
| 782 |
/* fin droite botanique */
|
- |
|
| 783 |
|
- |
|
| 784 |
/* actualites */
|
- |
|
| 785 |
#dernieresActualites{
|
- |
|
| 786 |
width:760px;
|
- |
|
| 787 |
margin-left:30px;
|
- |
|
| 788 |
/* padding:20px; */
|
- |
|
| 789 |
float:left;
|
- |
|
| 790 |
height:auto;
|
- |
|
| 791 |
/* border:1px solid #c2c0ad;
|
- |
|
| 792 |
-moz-border-radius: 7px; */
|
- |
|
| 793 |
}
|
- |
|
| Line 794... |
Line -... |
| 794 |
|
- |
|
| 795 |
.flux_RSS .contenu_RSS .actualites1{
|
- |
|
| 796 |
width:674px;
|
- |
|
| 797 |
padding-top:5px;
|
184 |
#bandeauProjets ul li h3 { padding:5px 0 5px 0 ; margin:0; color:#fd8c13; }
|
| 798 |
padding-bottom:5px;
|
- |
|
| 799 |
height:auto;
|
- |
|
| 800 |
border-bottom:1px dotted #c2c0ad;
|
185 |
#bandeauProjets ul li img { float:left; }
|
| 801 |
|
- |
|
| 802 |
}
|
186 |
#bandeauProjets ul .bouton { width:20px;}
|
| 803 |
|
- |
|
| 804 |
.flux_simple h2 {
|
- |
|
| 805 |
width:320px;
|
187 |
#bandeauProjets #boutonPrecedent, #bandeauProjets #boutonSuivant { position:absolute;}
|
| 806 |
|
- |
|
| 807 |
}
|
- |
|
| 808 |
|
- |
|
| 809 |
.flux_simple h4 {
|
- |
|
| 810 |
text-transform:capitalize;
|
- |
|
| 811 |
margin-bottom:15px;
|
- |
|
| 812 |
}
|
- |
|
| 813 |
.texteActualites1 { width:535px; height:auto; text-align:justify }
|
- |
|
| 814 |
|
- |
|
| 815 |
.texteActualites1 p, #texteActualites1 a {display:inline; text-align:justify}
|
- |
|
| 816 |
.texteActualites1 br {position:absolute}
|
- |
|
| 817 |
|
- |
|
| 818 |
.imageActualites1{ width:130px; text-align:center; margin-top:0px; float:right; }
|
- |
|
| 819 |
|
- |
|
| 820 |
#actualites2{
|
- |
|
| 821 |
width:680px;
|
- |
|
| 822 |
padding-top:5px;
|
- |
|
| 823 |
padding-bottom:5px;
|
- |
|
| 824 |
height:auto;
|
- |
|
| 825 |
float:left;
|
- |
|
| 826 |
border-bottom:1px dotted #c2c0ad;
|
- |
|
| 827 |
}
|
- |
|
| 828 |
#texteActualites2{
|
- |
|
| 829 |
width:540px;
|
- |
|
| 830 |
height:auto;
|
- |
|
| 831 |
float:left;
|
- |
|
| 832 |
}
|
- |
|
| 833 |
#imageActualites2{
|
- |
|
| 834 |
width:100px;
|
- |
|
| 835 |
margin-left:15x;
|
- |
|
| 836 |
margin-top:0px;
|
- |
|
| 837 |
float:left;
|
- |
|
| 838 |
}
|
- |
|
| 839 |
|
- |
|
| 840 |
#actualites3{
|
- |
|
| 841 |
width:680px;
|
- |
|
| 842 |
padding-top:5px;
|
- |
|
| 843 |
padding-bottom:5px;
|
- |
|
| 844 |
height:auto;
|
- |
|
| 845 |
float:left;
|
- |
|
| 846 |
border-bottom:1px dotted #c2c0ad;
|
- |
|
| 847 |
}
|
- |
|
| 848 |
#texteActualites3{
|
- |
|
| 849 |
width:540px;
|
- |
|
| 850 |
height:auto;
|
- |
|
| 851 |
float:left;
|
- |
|
| 852 |
}
|
- |
|
| 853 |
#imageActualites3{
|
- |
|
| 854 |
width:100px;
|
- |
|
| 855 |
margin-left:15px;
|
- |
|
| 856 |
margin-top:0px;
|
- |
|
| 857 |
float:left;
|
- |
|
| 858 |
}
|
- |
|
| 859 |
|
- |
|
| 860 |
#menuCentreActualites{
|
- |
|
| 861 |
width:760px;
|
- |
|
| 862 |
margin-top:20px;
|
- |
|
| 863 |
margin-left:30px;
|
- |
|
| 864 |
float:left;
|
- |
|
| 865 |
height:auto;
|
- |
|
| 866 |
/* border:1px solid #c2c0ad;
|
- |
|
| 867 |
-moz-border-radius: 7px; */
|
- |
|
| 868 |
}
|
- |
|
| 869 |
|
- |
|
| 870 |
#ongletsMenuCentreActualites {
|
- |
|
| 871 |
margin: 0;
|
- |
|
| 872 |
padding: 0px;
|
- |
|
| 873 |
list-style: none;
|
- |
|
| 874 |
|
- |
|
| 875 |
}
|
- |
|
| 876 |
|
- |
|
| 877 |
#ongletsMenuCentreActualites li {
|
- |
|
| 878 |
display: inline; /* affichage horizontal */
|
- |
|
| 879 |
}
|
- |
|
| 880 |
|
- |
|
| 881 |
.ongletsMenuCentre {
|
- |
|
| 882 |
cursor:pointer;
|
188 |
#bandeauProjets #boutonPrecedent { margin-left:-66px; margin-top:-99px; height:100px; background:white; cursor:pointer; width:70px; border:dotted 1px #fd8c13;
|
| 883 |
float:left;
|
- |
|
| 884 |
list-style:none;
|
- |
|
| 885 |
margin-right:5px;
|
- |
|
| 886 |
/* font-variant:small-caps; */
|
- |
|
| 887 |
color:#fd8c13;
|
- |
|
| 888 |
font-family:arial;
|
- |
|
| 889 |
font-size:13px;
|
- |
|
| 890 |
font-weight:bold;
|
- |
|
| 891 |
text-transform:uppercase;
|
- |
|
| 892 |
letter-spacing:0px;
|
189 |
border-right-style:none; -moz-border-radius: 10px 0 0px 10px ; -webkit-border-radius: 10px 0 0px 10px ; border-radius: 10px 0 0 10px;
|
| 893 |
margin-bottom:5px;
|
- |
|
| 894 |
padding: 4px 4px 4px 30px ;
|
- |
|
| 895 |
background:url(../images/troisCarre.png) no-repeat 5px 9px #c2c0ad;
|
- |
|
| 896 |
/* background: #e5e4d4; */
|
190 |
background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px; }
|
| 897 |
|
- |
|
| 898 |
color:#fd8c13;
|
- |
|
| 899 |
border-top: 1px solid #c2c0ad;
|
- |
|
| 900 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 901 |
border-left: 1px solid #c2c0ad;
|
- |
|
| 902 |
border-bottom: 0px solid #c2c0ad;
|
- |
|
| 903 |
text-decoration: none;
|
- |
|
| 904 |
-moz-border-radius: 10px 10px 0 0;
|
191 |
#bandeauProjets #boutonSuivant { margin-left:799px; margin-top:-99px; width:30px; cursor:pointer; background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
|
| 905 |
-webkit-border-radius: 10px 10px 0 0; /* pour Chrome */
|
- |
|
| 906 |
border-radius: 10px 10px 0 0;
|
- |
|
| 907 |
}
|
- |
|
| 908 |
.ongletsMenuCentreActif{
|
- |
|
| 909 |
background: url(../images/troisCarre.png) #fff no-repeat 5px 9px;
|
- |
|
| 910 |
color: #fd8c13;
|
- |
|
| 911 |
border-top: 1px solid #c2c0ad;
|
- |
|
| 912 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 913 |
border-left: 1px solid #c2c0ad;
|
- |
|
| 914 |
border-bottom: 0px solid #c2c0ad;
|
- |
|
| 915 |
text-decoration: none;
|
- |
|
| 916 |
-moz-border-radius: 10px 10px 0 0;
|
- |
|
| 917 |
-webkit-border-radius: 10px 10px 0 0; /* pour Chrome */
|
- |
|
| 918 |
border-radius: 10px 10px 0 0;
|
- |
|
| 919 |
}
|
- |
|
| 920 |
|
- |
|
| 921 |
|
- |
|
| 922 |
|
- |
|
| 923 |
#ongletsMenuCentreActualites li a:hover,
|
- |
|
| 924 |
#ongletsMenuCentreActualites li a:focus,
|
- |
|
| 925 |
#ongletsMenuCentreActualites li a:active{
|
- |
|
| 926 |
background: #fff;
|
- |
|
| 927 |
color: #fd8c13;
|
- |
|
| 928 |
|
- |
|
| 929 |
}
|
- |
|
| 930 |
|
- |
|
| 931 |
#enOnglets {margin-top:15px;}
|
- |
|
| 932 |
|
- |
|
| 933 |
#enOnglets .contenu_RSS{
|
192 |
padding:28px 8px 53px 8px; border:dotted 1px #fd8c13; border-left-style:none;-moz-border-radius: 0px 10px 10px 0px ; -webkit-border-radius: 0px 10px 10px 0px ;
|
| 934 |
width:697px;
|
- |
|
| 935 |
margin-top:-5px;
|
- |
|
| 936 |
padding:8px;
|
- |
|
| 937 |
float:left;
|
- |
|
| 938 |
height:auto;
|
- |
|
| 939 |
background-color:#fff;
|
- |
|
| 940 |
border-top: 0px solid #c2c0ad;
|
- |
|
| 941 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 942 |
border-left: 1px solid #c2c0ad;
|
- |
|
| 943 |
border-bottom: 1px solid #c2c0ad;
|
- |
|
| 944 |
text-decoration: none;
|
- |
|
| 945 |
-moz-border-radius: 0px 10px 0 0;
|
- |
|
| 946 |
-webkit-border-radius: 0px 10px 0 0; /* pour Chrome */
|
- |
|
| 947 |
border-radius: 0px 10px 0 0;
|
- |
|
| 948 |
}
|
- |
|
| 949 |
|
- |
|
| 950 |
#articlesPlusLus{
|
193 |
border-radius: 0px 10px 10px 0px ; }
|
| 951 |
width:697px;
|
- |
|
| 952 |
margin-top:-3px;
|
- |
|
| 953 |
padding:8px;
|
- |
|
| 954 |
float:left;
|
- |
|
| 955 |
height:auto;
|
- |
|
| 956 |
background-color:#fff;
|
- |
|
| 957 |
border-top: 0px solid #c2c0ad;
|
- |
|
| 958 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 959 |
border-left: 1px solid #c2c0ad;
|
- |
|
| 960 |
border-bottom: 1px solid #c2c0ad;
|
- |
|
| 961 |
text-decoration: none;
|
- |
|
| 962 |
-moz-border-radius: 10px 10px 0 0;
|
- |
|
| 963 |
-webkit-border-radius: 10px 10px 0 0; /* pour Chrome */
|
- |
|
| 964 |
border-radius: 10px 10px 0 0;
|
- |
|
| 965 |
}
|
- |
|
| 966 |
|
- |
|
| 967 |
#nouvellesReseau{
|
194 |
|
| 968 |
width:697px;
|
- |
|
| 969 |
margin-top:-3px;
|
- |
|
| 970 |
padding:8px;
|
- |
|
| 971 |
float:left;
|
- |
|
| 972 |
height:auto;
|
- |
|
| 973 |
background-color:#fff;
|
- |
|
| 974 |
border-top: 0px solid #c2c0ad;
|
- |
|
| 975 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 976 |
border-left: 1px solid #c2c0ad;
|
- |
|
| 977 |
border-bottom: 1px solid #c2c0ad;
|
- |
|
| 978 |
text-decoration: none;
|
- |
|
| 979 |
-moz-border-radius: 10px 10px 0 0;
|
- |
|
| 980 |
-webkit-border-radius: 10px 10px 0 0; /* pour Chrome */
|
- |
|
| 981 |
border-radius: 10px 10px 0 0;
|
- |
|
| 982 |
}
|
- |
|
| 983 |
|
- |
|
| 984 |
#planeteBota{
|
- |
|
| 985 |
width:697px;
|
- |
|
| 986 |
margin-top:-3px;
|
- |
|
| 987 |
padding:8px;
|
- |
|
| 988 |
float:left;
|
195 |
|
| 989 |
height:auto;
|
196 |
|
| 990 |
background-color:#fff;
|
- |
|
| 991 |
border-top: 0px solid #c2c0ad;
|
- |
|
| 992 |
border-right: 1px solid #c2c0ad;
|
- |
|
| 993 |
border-left: 1px solid #c2c0ad;
|
197 |
/** Zone-bas-page : footer **/
|
| 994 |
border-bottom: 1px solid #c2c0ad;
|
- |
|
| 995 |
text-decoration: none;
|
- |
|
| Line 1692... |
Line 213... |
| 1692 |
}
|
213 |
#coordonees { width:888px; text-align:center; margin:auto; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right; height:15px; }
|