Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
612 gduche 1
/*Général */
616 gduche 2
	body	{behavior:url(/commun/htc/csshover3.htc)}
612 gduche 3
 
4
	/*Définition des polices exotiques.*/
616 gduche 5
	@font-face { font-family: optima; src: url('/commun/polices/optima_demi_bold.ttf'); }
6
	@font-face { font-family:Helveticaneue; src:url('/commun/polices/helvetica_light.ttf'); }
612 gduche 7
 
616 gduche 8
	@font-face { font-family: optima2; src: url('../polices/optima_demi_bold.ttf.eot'); }
9
	@font-face { font-family:Helveticaneue2; src:url('../polices/helvetica_light.eot'); }
612 gduche 10
 
11
	/* Arrondis */
12
	.arrondi30 { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
13
 
14
	/* Ombré */
15
	.ombre	{ -moz-box-shadow: 2px 2px 9px #6c6865; -webkit-box-shadow: 2px 2px 9px #6c6865; box-shadow: 2px 2px 9px #6c6865;
16
			filter:progid:DXImageTransform.Microsoft.Shadow(color='#6c6865', Direction=135, Strength=4); /* pour ie8 */}
17
 
18
 
19
	/* Marges */
20
	img,ul,form,li,td,div,p,br,a,h1,h2,body { margin:0; padding:0; border:0; text-decoration:none; }
21
 
22
	/* Classes & couleurs */
23
	.nodisplay {display:none}
24
	p { color:#3a3633; font-family:arial; font-size:12px; font-weight:normal; line-height:16px; }
25
 
26
	p.connectgris { color:#5e5852; font-family:arial; font-size:11px; font-weight:normal; text-align:left; line-height:12px; }
27
	p.connectvert { color:#7b9c35; font-family:arial; font-size:11px; font-weight:normal; text-align:left; margin-top:10px;}
28
	p.orange { color:#fd8c13; font-family:arial; font-size:11px; font-weight:normal; text-align:left; margin:7px 0  3px 0;}
29
	p.accueil { color:#3a3633; font-family:arial; font-size:13px; text-align:justify; font-weight:normal; line-height:16px; }
30
	.overflow-hidden { overflow:hidden;}
31
 	.gris{ color:#3a3633; font-family:arial; font-size:12px; }
32
	.vert, p.vert a, p.vert { color:#7b9c35; font-family:arial; font-size:12px; }
33
	.grisclair	{color:#f2f2f2}
34
	.grisfonce	{color:#5c5950}
35
 
36
	/*Zones*/
37
	body { margin-top:8px; background-color:white; }
38
	#zone-principale { position: absolute; width:900px; margin:30px 0 0 -450px; left: 50%;}
39
 
40
		/* Menu haut */
41
		#zone-menu-haut { width:745px; height:12px; text-align:center; margin: 0 auto 0 90px; position:absolute; top:-30px; color:#3a3633;
42
						font-family:arial; font-size:12px;}
43
		#zone-menu-haut ul { list-style:none; }
616 gduche 44
		#zone-menu-haut	ul li {background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 3px 5px;float:left}
612 gduche 45
 
46
		#don { width:110px; margin:0}
47
		#lettre { width:120px;  margin:0}
48
		#inscrits { width:110px;  margin:0}
49
		#connectes { width:115px;  margin:0}
50
		#recherche { width:185px; padding-left:15px; text-align:left;  margin:0}
51
			#recherche fieldset {width:185px; padding:0; border-style:none;}
52
			#recherche input { height:13px; width:155px; font-size:12px;  margin:-15px 0 0 -2px; }
53
 
54
		.drapeau { width:15px; margin-left:10px}
55
 
56
		#zone-menu-haut	a:link, #zone-menu-haut a:visited, #zone-menu-haut a :active  { color:#7b9c35; }
57
		#zone-menu-haut	a:hover, #zone-menu-haut a:focus { color:#fd8c13; }
58
		#zone-menu-haut a { font-family:arial; font-size:12px; }
59
 
60
		/* Titre */
61
		#zone-titre	{padding:0px 0 25px 23px; margin:0 0 5px 0;}
62
			#zone-titre h1	{position:absolute; top:15px; left:155px; font-family:Optima; font-size:32px; letter-spacing:0px; color:#348237;}
63
			#zone-titre h2	{position:absolute; top:50px; left:146px; font-family:optima; font-size:19px; text-align:right;
64
					letter-spacing:0px ; color:#ff8c0d; line-height:24px;width:386px;}
65
			#zone-titre h2 b {font-size:32px; font-weight:normal}
66
 
67
		/* Bandeaux */
68
		/*Général : texte & mots clefs*/
69
		.motsclefs { float:left; width:295px; height:105px; font-family:Helveticaneue; letter-spacing:-1px; font-weight:lighter; text-align:left;
70
			background:url(../images/carres.png) no-repeat 106px 0px; padding:0 0 0 146px; margin:0; cursor:pointer; }
616 gduche 71
		.motsclefs	a {color:#5C5950}
612 gduche 72
		.motsclefs	h2 { position:absolute; margin-top:13px; font-size:52px; font-weight:normal; color:#5c5950; left:170px; line-height:35px;}
73
		.motsclefs	h2:hover { color:white;  }
74
		.motsclefs h3 { text-align:left;	color:#f2f2f2; margin-left:111px; margin-top:69px}
75
		.motsclefs span{position:absolute; font-weight:normal;text-transform:lowercase}
76
 
77
		.texteRectangle	{padding:8px 25px 0 0px;height:75px;}
78
 
79
		#zone-botanique {background: url(../images/imageAccueilCarres.jpg) no-repeat #9ac343; height:105px; width:900px;  margin:0 0 15px 5px;}
80
			/* Mots clefs Botanique */
81
			#zone-botanique .motsclefs .mot1 { font-size:32px; margin:-22px 0 0 -101px;}
82
			#zone-botanique .motsclefs .mot2 { font-size:18px;  margin:-15px 0 0 74px; }
83
			#zone-botanique .motsclefs .mot3 { font-size:23px; margin:5px 0 0 -46px; }
84
 
85
		#zone-actualites {background: url(../images/imageAccueilCarres.jpg) no-repeat 0px -211px #c2c0ad; height:105px; width:900px; margin:0 0 15px 5px;}
86
			/* Mots clefs Actualités */
87
			#zone-actualites .motsclefs	.mot1 { font-size:28px;	margin:-20px 0 0 -81px; }
88
			#zone-actualites .motsclefs .mot2 {	font-size:32px;	margin:-10px 0 0 14px; }
89
			#zone-actualites .motsclefs	.mot3 { margin:10px 0 0 -101px;}
90
 
91
		#zone-reseau {background: url(../images/imageAccueilCarres.jpg) no-repeat 0 -316px #e16039; height:105px; width:900px; margin:0 0 15px 5px;}
92
 
93
			/* Mots clefs Réseau */
94
			#zone-reseau	.motsclefs	.mot1 { font-size:32px; margin:-25px 0 0 -102px; }
95
			#zone-reseau	.motsclefs	.mot2 { font-size:26px; margin:0px 0 0 -81px; }
96
			#zone-reseau	.motsclefs	.mot3 { font-size:20px; margin:3px 0 0 39px; }
97
 
98
		#zone-projets {background: url(../images/imageAccueilCarres.jpg) no-repeat 0 -105px #a89d80; height:105px; width:900px; margin:0 0 15px 5px;}
99
			/* Mots clefs Projets */
100
			#zone-projets .motsclefs	.mot1 { font-size:32px; margin:-22px 0 0 -36px; }
101
			#zone-projets .motsclefs	.mot2 { font-size:20px; margin:5px 0 0 -71px; }
102
			#zone-projets .motsclefs	.mot3	{ font-size:20px; margin:5px 0 0 44px; }
103
 
104
		/* Liens des univers */
105
		.menuRectangle { position:absolute; width:100%; margin-top:0px; text-align:right}
106
		.menuRectangle ul {	 text-align:right; position:absolute; right:25px}
107
		.menuRectangle  ul li { text-decoration:none; text-align:center; font-size: 12px; font-family:arial; float:left; margin-left:10px; padding:3px 0 0 20px; }
108
		.menuRectangle  ul li a { position:relative; margin-left:-4px; top:-3px; font-weight:normal;}
109
		.menuRectangle a:link , .menuRectangle a:visited , .menuRectangle a :active  {  color:#fff; text-decoration:none; }
110
		.menuRectangle a:hover, .menuRectangle a:focus{ color: #5e5852; text-decoration:none; }
111
 
112
		/* Spécificités de chaque univers */
113
		#menuRectangleBotanique ul	li{ background:url(../images/carreVert.jpg) no-repeat; list-style:none }
114
		#menuRectangleActualites ul li{ background:url(../images/carreGris.jpg) no-repeat; list-style:none }
115
		#menuRectangleReseau ul li { background:url(../images/carreRouge.jpg) no-repeat; list-style:none }
116
		#menuRectangleProjets ul li { background:url(../images/carreBeige.jpg) no-repeat; list-style:none }
117
 
118
 
119
		/* pavé connexion */
120
		#zone-menu-connexion { height:122px; width:320px; position:absolute; top:0; right:0; padding:0; font-family:arial; text-align:right; font-size:11px;
121
		background:url(../images/carreorange.png) no-repeat 9px -9px ;}
122
 
123
			/* Mise en page du formulaire*/
124
			#zone-menu-connexion fieldset { text-align:left; width:273px;float:right; background:white; padding:28px 0 0 10px; border:solid 1px #99C242;
125
			text-decoration: none; -moz-border-radius: 0px 10px 10px 10px; -webkit-border-radius: 0px 10px 10px 10px; border-radius:0 10px 10px 10px;}
126
			#zone-menu-connexion fieldset input { font-size:11px;}
127
			#zone-menu-connexion h3	{ position:absolute; width:270px; padding:5px 5px 5px 9px; margin:-29px 0 0 -10px; color:white; text-align:left; text-transform:uppercase;
128
			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;}
129
			#zone-menu-connexion fieldset label  { position:relative; width:15em; display:block; margin:.1em 0em; }
130
			label input { position : absolute; left : 100%; top : 0px; width:15px;}
131
			#username, #password	{ width:80px;}
132
			#zone-menu-connexion fieldset #connexion {border:solid 1px #8eb533; padding:0;}
133
			#persistant, #persistant_label  {float:left;margin-left:-0px;}
134
			#persistant_label	{padding-top:2px}
135
			#zone-menu-connexion #colonneDroite { width:150px; position:absolute; left:165px; top:21px;}
136
 
137
 		/* Projets */
138
 		#bandeauProjets { width:845px; margin:20px 0 20px 0; border:dotted 1px #fd8c13; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
139
 		float:left;	padding-left:65px; }
140
 
141
			#bandeauProjets ul { height:98px; padding:0px; list-style:none; font-family:arial;}
142
			#bandeauProjets ul li { width:250px; margin-left:15px; border: double 1px orange; border-width:0 4px 0 0; display:inline;height:95px;float:left;}
143
			#bandeauProjets ul li, #bandeauProjets ul li p	{ font-family:arial; font-size: 10px; line-height:1.3em;}
144
			#bandeauProjets ul li p	{ padding-right:2px; }
145
			#bandeauProjets ul li a	{ color:#7B9C35; font-weight:bold; }
146
			#bandeauProjets ul li h3 { padding:5px 0 5px 0 ; margin:0; color:#fd8c13; }
147
			#bandeauProjets ul li img { float:left; }
148
 
149
			#bandeauProjets ul .bouton { width:20px;}
150
			#boutonPrecedent, #boutonSuivant { position:absolute;}
151
			#boutonPrecedent { margin-left:-66px; margin-top:-99px; height:100px; background:white; cursor:pointer; width:70px; border:dotted 1px #fd8c13;
152
			border-right-style:none; -moz-border-radius: 10px 0 0px 10px ; -webkit-border-radius: 10px 0 0px 10px ; border-radius: 10px 0 0 10px;
153
    		background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px; }
154
 
155
			#boutonSuivant { margin-left:799px;	margin-top:-99px; width:30px; cursor:pointer; background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
156
			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 ;
157
			border-radius: 0px 10px 10px 0px ; }
158
 
159
	#zone-bas-page { width:900px; clear:both;}
160
	#zone-bas-page div { width:900px; margin:20px 0 10px 0;text-align:center;}
161
	#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}
162
		#accueil { background:url(../images/accueil.png) no-repeat 0px 2px; }
163
		#faq { background:url(../images/faq.png) no-repeat 0px 2px; }
164
		#contact { background:url(../images/contact.png) no-repeat 0px 2px; }
165
		#plan {	background:url(../images/plan.png) no-repeat 0px 2px; }
166
		#rss { background:url(../images/rss.png) no-repeat 0px 2px; }
167
		#telechargement { background:url(../images/telechargement.png) no-repeat 0px 2px; }
168
		#visite { background:url(../images/visite.png) no-repeat 0px 2px; }
169
		#mentions { background:url(../images/cc.gif) no-repeat 0px 2px; }
170
 
171
	#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; }
172
	#zone-bas-page>div  a:hover, #menupied a:focus { font-weight:normal; color: #fd8c13;text-decoration:none;}
173
 
616 gduche 174
	#coordonees { width:888px; text-align:center; margin:auto; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right; height:15px; }
175
	#coordonees span { float:left; padding-left:15px; background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px; font-family:arial;
612 gduche 176
	font-size:12px; font-weight:normal; font-style:normal;}
177
	#coordonees a {font-family:arial; font-size:12px; text-align:justify; font-weight:normal; line-height:16px; list-style:none;}
178
	#coordonees a:link, #coordonees a:visited, #coordonees a :active {color:#3a3633;}
179
	#coordonees a:hover, #coordonees a:focus { color:#fd8c13;}