Subversion Repositories Sites.tela-botanica.org

Rev

Rev 668 | Rev 694 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
652 gduche 1
 
2
	/********* STYLE COMMUN A TOUTES LES PAGES *********/
639 gduche 3
 
652 gduche 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
 
15
		/** Classes **/
16
		/* Marges */
17
		img,ul,form,li,td,div,p,br,a,h1,h2 { margin:0; padding:0; border:0; text-decoration:none;}
639 gduche 18
 
652 gduche 19
		/* Classes & couleurs */
20
		.nodisplay {display:none}
21
		.hidden	{visibility:hidden}
22
		.spacer125 {width:125px; float:left;}
668 gduche 23
		.cadreRondVert { width:685px; float:left; margin-bottom:20px; background-color:#eaedcd;
652 gduche 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
 
681 gduche 40
 
666 gduche 41
		.champs { font-family:arial; font-size:11px; background-color:#ffffff; border:dotted 1px #7b9c35; color:#3a3633; margin-bottom:7px; }
42
		.champs2 { font-family:arial; font-size:11px; color:#3a3633; }
43
		.ok { font-family:arial; font-size:11px; font-weight:bold; background-color:#ffffff; border:dotted 1px #7b9c35; color:#fd8c13; margin-left:242px; font-variant:small-caps; }
44
 
652 gduche 45
		/** Cadre rond gris : mise en page **/
46
		.cadreRondGris .colonneGauche, .cadreRondVert .colonneGauche { width:320px; padding:20px; border-right:1px dotted #959486; float:left; }
47
		.cadreRondGris .colonneDroite, .cadreRondVert .colonneDroite { width:284px; float:left; padding:20px; }
48
 
681 gduche 49
		/* Taille des cadres */
50
		.moitie {width:310px; float:left;}
51
		.deuxTiersGauche {width:410px; margin-right:20px; float:left}
52
		.deuxTiersDroite {width:240px;  float:left}
53
		.plein {width:620px;}
652 gduche 54
 
55
		/* typographies */
681 gduche 56
		p { color:black; font-family:arial; font-size:12px; font-weight:normal; line-height:18px; text-align:justify; }
652 gduche 57
		p.orange{ color:#fd8c13; line-height:12px; }
668 gduche 58
		.orange	{color:#fd8c13; font-family:arial;}
652 gduche 59
		p.blanc { color:#fff; font-size:11px; line-height:12px; }
60
		.vertpetit { color:#7b9c35; font-family:arial; font-size:11px; font-weight:bold; }
61
		.grispetit { color:#3a3633; font-family:arial; font-size:11px; font-weight:bold; }
62
		.gris{ color:#3a3633; font-family:arial; font-size:12px; }
668 gduche 63
		.overflow-hidden { overflow:hidden;}
652 gduche 64
 
65
		h1, h2, h3, h4 {font-weight:bold; letter-spacing:0px; font-family:arial;}
66
		h1 {padding:0px 0 0 25px; background:url(../images/troisCarre.png) no-repeat 0px 5px; color:#fd8c13;  font-size:13px;
681 gduche 67
			 text-transform:uppercase;  margin-bottom:15px; margin-top:10px }
652 gduche 68
		h1 a:link, h1 a:visited, h1 a:active { color:#fd8c13; }
69
		h1 a:hover, h1 a:focus { color:#7b9c35; }
70
 
681 gduche 71
		/*TEMP : le style pour le titre 2 */
72
		h2 { color:#FD8C13; font-family:arial; font-size:12px; font-weight:normal; letter-spacing:0; margin-bottom:5px;
73
		text-transform:uppercase;}
74
 
75
		/*TODO : vérifier ci dessous */
76
		/*h2 { color:#6c6865;  font-size:12px; margin-bottom:0px; }*/
652 gduche 77
		h2 a:link, h2 a:visited,h2 a:active { color:#5e5852; }
78
		h2 a:hover, h2 a:focus { color:#fd8c13; }
79
 
681 gduche 80
		/*TODO : vérifier ci-dessous *
81
		h3 { color:#6c6865; font-size:11px; letter-spacing:0px; margin:2px; }*/
82
 
83
		/*TEMP : le style pour titre 3*/
84
		h3 {color:#6C6865; font-family:arial; font-size:12px; font-weight:bold; letter-spacing:0; margin-bottom:5px; }
85
 
652 gduche 86
		h4 { font-size:11px; margin:2px; color:#7b9c35; font-weight:normal;}
87
 
681 gduche 88
		.traitTela li{list-style:none; padding:10px 0 0 30px; background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
89
							color:#3a3633; font-family:arial; font-size:11px; font-weight:bold;}
90
		.traitTela li a { color:#3a3633; font-family:arial; font-size:11px; font-weight:bold;}
652 gduche 91
		/* Ombres */
92
		.ombre2	{ -moz-box-shadow: 4px 4px 7px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; /* pour Chrome */ box-shadow: 7px 7px 11px #555;
644 gduche 93
				filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */}
94
 
668 gduche 95
		/* Arrondis */
652 gduche 96
		.arrondi7 {-moz-border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px ; /* pour Chrome */ border-radius: 7px 7px 7px 7px;}
97
		.arrondi30 { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
639 gduche 98
 
652 gduche 99
		/* Menu supèrieur */
668 gduche 100
		/* TODO : mettre les petits carrés à la bonne place */
639 gduche 101
		#zone-menu-haut { width:830px; height:12px; text-align:center; margin: 0 auto 0 40px; position:absolute; top:0px; color:#3a3633;
102
						font-family:arial; font-size:12px;}
103
		#zone-menu-haut ul { list-style:none; }
104
		#zone-menu-haut	ul li {background:url(../images/petitCarre.jpg) no-repeat 3px 5px;float:left}
652 gduche 105
		#zone-menu-haut	#seconnecter	{ margin:0; padding-left:10px}
106
		#zone-menu-haut #don { width:110px; margin:0}
107
		#zone-menu-haut #lettre { width:120px;  margin:0}
108
		#zone-menu-haut #inscrits { width:110px;  margin:0}
109
		#zone-menu-haut #connectes { width:115px;  margin:0}
110
		#zone-menu-haut #recherche { width:185px; padding-left:15px; text-align:left;  margin:0}
111
		#zone-menu-haut #recherche fieldset {width:185px; padding:0; border-style:none;}
112
		#zone-menu-haut #recherche input { height:13px; width:155px; font-size:12px;  margin:-15px 0 0 -2px; }
113
		#zone-menu-haut #recherche legend, #recherche label	{display:none;}
668 gduche 114
		#zone-menu-haut #recherche #more_ok { width:25px; height:20px }
652 gduche 115
		#zone-menu-haut .drapeau { width:15px; margin-left:10px}
639 gduche 116
 
117
		#zone-menu-haut	a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active  { color:#7b9c35; }
118
		#zone-menu-haut	a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
119
		#zone-menu-haut a { font-family:arial; font-size:12px; }
120
		#zone-menu-haut	a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active  { color:#7b9c35; }
121
		#zone-menu-haut	a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
122
		#zone-menu-haut a { font-family:arial; font-size:12px; }
668 gduche 123
		#zone-principale { position: absolute; width:910px; margin-left:-450px; left: 50%; padding-top:20px;}
639 gduche 124
 
125
		.zone-haut {height:123px; margin:4px 0 0 0; width:885px; text-align:center; }
652 gduche 126
		.zone-haut h1	{float:left; padding:4px 0 0 29px; background:none}
668 gduche 127
		.zone-haut h2	{position:absolute; left:0;  margin:105px 0 0 85px;color:white; font-size:16px; font-family:arial}
639 gduche 128
 
668 gduche 129
		.motsclefs { left:0;position:absolute; font-family:Helveticaneue; letter-spacing:-1px; font-weight:lighter; text-align:left;
639 gduche 130
			padding:0 0 0 450px; margin:0; cursor:pointer; }
131
		.motsclefs	h3 { position:absolute; margin-top:17px; font-size:60px; font-weight:lighter; color:#5c5950; left:240px; line-height:35px; font-family:helveticaneue}
132
		.motsclefs h4 { text-align:left;	color:#f2f2f2; margin-left:111px; margin-top:69px; font-family:helveticaneue}
133
		.motsclefs span{position:absolute; font-weight:normal;text-transform:lowercase; top:85px}
134
 
135
 
652 gduche 136
		/** Menu de navigation entre univers **/
668 gduche 137
		#zone-menu-navigation { width:900px; margin-bottom:10px; margin-top:10px; margin-left:15px; float:left; text-decoration:none; text-align:center; font-size: 14px; font-family:arial; line-height:20px;}
652 gduche 138
		#zone-menu-navigation a:link , #zone-menu-navigation a:visited , #zone-menu-navigation a :active  { text-decoration:none; }
139
		#zone-menu-navigation .menuHautActif a{ color: #5e5852; width:20px; font-weight: bold; font-size: 14px; text-transform: uppercase; padding-bottom: 5px; border-bottom:4px solid grey;}
639 gduche 140
 
652 gduche 141
		#zone-menu-navigation a	{color:white; }
639 gduche 142
 
652 gduche 143
		#zone-menu-navigation ul li	{float:left; width:160px; height:20px; margin-right:15px; text-align:center; text-decoration: none; list-style-type:none;
144
 		/* pour ie8 */ zoom: 1;}
639 gduche 145
 
652 gduche 146
		#zone-menu-navigation a:hover, #zone-menu-navigation a:focus{ font-weight:bold; color: #5e5852; text-decoration:none; text-transform:uppercase; padding-bottom: 5px; border-bottom:4px solid grey; -moz-border-radius: 30px 30px 30px 30px;  -webkit-border-radius:30px 30px 30px 30px;  /* pour Chrome */  border-radius: 30px 30px 30px 30px; }
639 gduche 147
 
148
 
652 gduche 149
		/* Couleurs des différents menus*/
150
		#menuAccueil { background: #fd8c13; }
151
		#menuBotanique { background: #9ac243;}
152
		#menuActualites{ background: #c2c0ad; }
153
		#menuReseau { background: #e16039; }
154
		#menuProjets{ background: #a89d80; }
155
 
156
		/* Menus */
157
		#zone-menu-gauche	{font-family:arial; font-size:12px;	width: 170px; margin-top:10px; border-left: 1px solid #7b9c35; padding-left:2px}
158
		#zone-menu-gauche ul	{ list-style:none;}
159
		#zone-menu-gauche ul li	{ padding-bottom:5px;}
160
		#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;
161
				border-right:1px solid #7b9c35; -moz-border-radius: 7px;-webkit-border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px;
162
				font-weight:bold; color:#7b9c35;display:block; background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
163
				}
164
		#zone-menu-gauche ul li ul	{ list-style:disc inside; color:#7b9c35; padding: 0 0 0 15px;}
165
		#zone-menu-gauche ul li ul li{padding:0px 0 0 0;}
166
		#zone-menu-gauche ul li ul li	a { border:none; background:none;padding:0px; display:inline}
639 gduche 167
 
668 gduche 168
		#cheminDeFer { width:500px; margin-left:34px; margin-top:12px; margin-bottom:10px; }
652 gduche 169
 
170
		/** Zone menu connexion **/
668 gduche 171
		#zone-menu-connexion { height:122px; width:178px; padding:25px 0 0 0 ; font-family:arial; text-align:right; font-size:11px; background:url(../images/carreorange.png) no-repeat 9px -9px ;}
652 gduche 172
		#zone-menu-connexion fieldset { text-align:left; width:165px; background:white; padding:28px 0 0 10px; border:solid 1px #99C242;
173
				text-decoration: none; -moz-border-radius: 0px 10px 10px 10px; -webkit-border-radius: 0px 10px 10px 10px; border-radius:0 10px 10px 10px;}
174
		#zone-menu-connexion fieldset input { font-size:11px;}
175
		#zone-menu-connexion fieldset p {	text-align:left}
176
		#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;
639 gduche 177
			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;}
652 gduche 178
		#zone-menu-connexion fieldset label  { position:relative; width:12em; display:block; margin:.1em 0em; }
179
		#zone-menu-connexion label input { position : absolute; left : 100%; top : 0px; width:15px;}
180
		#zone-menu-connexion #username, #zone-menu-connexion #password	{ width:80px;}
181
		#zone-menu-connexion fieldset #connexion {border:solid 1px #8eb533; padding:0;}
182
		#zone-menu-connexion #persistant, #zone-menu-connexion #persistant_label  {float:left;margin-left:-0px;}
183
		#zone-menu-connexion #persistant_label	{padding-top:2px}
184
		#zone-menu-connexion #colonneDroite { padding:15px 0 15px 0px; }
185
 
186
		/** Menu latéral : Zone gauche **/
668 gduche 187
		#zone-gauche { width:170px; float:left; margin-left:0px; padding-bottom:100px;}
652 gduche 188
 
189
 
190
		/** Zone principale : zone droite **/
191
 
668 gduche 192
		#zone-droite { width:725px; margin-left:00px; float:left; height:auto;overflow:hidden}
193
		#zone-droite #main { padding-left:20px}
681 gduche 194
		#contenu li {list-style:none; background:url(../images/petitCarre.jpg) no-repeat 0px 6px; padding-left:10px}
195
		#contenu form li {background:none}
652 gduche 196
 
668 gduche 197
		.filetVert { width:300px; margin-left:00px; margin-top:5px; padding:20px; border:1px solid #9ac342;     -moz-border-radius: 10px; float:left; }
681 gduche 198
		.cadreInvisible	{float:left; margin-left:10px; margin-top:0px;}
199
		.cadreRondOmbre	{float:left; margin-bottom:10px; padding:20px; background-color:#fff; border:1px solid #fff;
200
		-moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
201
		-moz-box-shadow: 2px 2px 9px #aaa; -webkit-box-shadow: 7px 7px 11px #aaa; box-shadow: 7px 7px 11px #555;
202
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4); /* pour ie8 */
203
 		zoom: 1; /* pour ie8 */}
652 gduche 204
 
205
 
681 gduche 206
		#cartographieVolante { position:absolute; z-index:10; background :white; border:solid 1px #AAAAAA; padding:15px; margin:-300px 0 0 -300px;	}
207
		#cartographieVolante #masquerLaCarte { float:right }
208
 
209
 
652 gduche 210
		/** Zone projets : commun avec accueil */
211
		/** TODO : mettre en place une feuille commune **/
212
 		#bandeauProjets { width:845px; margin:20px 0 20px 0; border:dotted 1px #fd8c13; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
213
 		float:left;	padding-left:65px; }
214
		#bandeauProjets ul { height:98px; padding:0px; list-style:none; font-family:arial;}
215
		#bandeauProjets ul li { width:250px; margin-left:15px; border: double 1px orange; border-width:0 4px 0 0; display:inline;height:95px;float:left;}
216
		#bandeauProjets ul li, #bandeauProjets ul li p	{ font-family:arial; font-size: 10px; line-height:1.3em;}
217
		#bandeauProjets ul li p	{ padding-right:2px; }
218
		#bandeauProjets ul li a	{ color:#7B9C35; font-weight:bold; }
219
		#bandeauProjets ul li h3 { padding:5px 0 5px 0 ; margin:0; color:#fd8c13; }
220
		#bandeauProjets ul li img { float:left; }
221
		#bandeauProjets ul .bouton { width:20px;}
222
		#bandeauProjets #boutonPrecedent, #bandeauProjets #boutonSuivant { position:absolute;}
223
		#bandeauProjets #boutonPrecedent { margin-left:-66px; margin-top:-99px; height:100px; background:white; cursor:pointer; width:70px; border:dotted 1px #fd8c13;
639 gduche 224
			border-right-style:none; -moz-border-radius: 10px 0 0px 10px ; -webkit-border-radius: 10px 0 0px 10px ; border-radius: 10px 0 0 10px;
225
    		background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px; }
652 gduche 226
		#bandeauProjets #boutonSuivant { margin-left:799px;	margin-top:-99px; width:30px; cursor:pointer; background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
639 gduche 227
			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 ;
228
			border-radius: 0px 10px 10px 0px ; }
229
 
230
 
231
 
652 gduche 232
		/** Zone-bas-page : footer **/
233
		#zone-bas-page { width:900px; clear:both;}
234
		#zone-bas-page div { width:900px; margin:20px 0 10px 0;text-align:center;}
235
		#zone-bas-page div ul li {list-style:none;text-decoration:none;text-align:center;font-size: 12px;font-family:arial;display:inline;margin-left:10px;padding :6px 0 0 20px}
236
		#zone-bas-page #accueil { background:url(../images/accueil.png) no-repeat 0px 2px; }
237
		#zone-bas-page #faq { background:url(../images/faq.png) no-repeat 0px 2px; }
238
		#zone-bas-page #contact { background:url(../images/contact.png) no-repeat 0px 2px; }
239
		#zone-bas-page #plan {	background:url(../images/plan.png) no-repeat 0px 2px; }
240
		#zone-bas-page #rss { background:url(../images/rss.png) no-repeat 0px 2px; }
241
		#zone-bas-page #telechargement { background:url(../images/telechargement.png) no-repeat 0px 2px; }
242
		#zone-bas-page #visite { background:url(../images/visite.png) no-repeat 0px 2px; }
243
		#zone-bas-page #mentions { background:url(../images/mentions.gif) no-repeat 0px 2px; }
244
		#zone-bas-page>div  a:link , #zone-bas-page>div  a:visited , #zone-bas-page>div  a :active  { font-weight:normal; color:#7b9c35; text-decoration:none; }
245
		#zone-bas-page>div  a:hover, #menupied a:focus { font-weight:normal; color: #fd8c13;text-decoration:none;}
639 gduche 246
 
652 gduche 247
		/** Contact Tela **/
248
		#coordonees { width:888px; text-align:center; margin:auto; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right; height:15px; }
249
		#coordonees span { float:left; padding-left:15px; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px; font-family:arial;
250
		font-size:12px; font-weight:normal; font-style:normal;}
251
		#coordonees a {font-family:arial; font-size:12px; text-align:justify; font-weight:normal; line-height:16px; list-style:none;}
252
		#coordonees a:link, #coordonees a:visited, #coordonees a :active {color:#3a3633;}
253
		#coordonees a:hover, #coordonees a:focus { color:#fd8c13;}
254
 
255
 
256
 
257
 
258
 
259
 
260
 
681 gduche 261