Subversion Repositories Sites.tela-botanica.org

Rev

Rev 639 | Rev 643 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 639 Rev 642
Line 181... Line 181...
181
text-align:center;
181
text-align:center;
182
float:left;
182
float:left;
183
}
183
}
Line 184... Line 184...
184
 
184
 
-
 
185
/* menu haut */
-
 
186
#menuHaut .menuHautActif a{
-
 
187
color: #5e5852;
-
 
188
width:20px;
-
 
189
font-weight: bold;
-
 
190
font-size: 14px;
-
 
191
text-transform: uppercase;
-
 
192
padding-bottom: 5px;
-
 
193
border-bottom:4px solid grey;
-
 
194
-moz-border-radius: 30px 30px 30px 30px; 
-
 
195
-webkit-border-radius:30px 30px 30px 30px; /* pour Chrome */ 
-
 
196
border-radius: 30px 30px 30px 30px;        
-
 
197
}
-
 
198
 
-
 
199
#menuHaut a	{color:white}
185
/* menu haut */
200
 
186
#menuHaut{
201
#menuHaut{
187
width:auto;
202
width:auto;
188
margin-bottom:10px;
203
margin-bottom:10px;
189
margin-top:10px;
204
margin-top:10px;
Line 196... Line 211...
196
font-family:arial;
211
font-family:arial;
197
line-height:20px;
212
line-height:20px;
Line 198... Line 213...
198
 
213
 
Line 199... Line -...
199
}
-
 
200
 
-
 
201
.menuHautActif{
-
 
202
color: #5e5852;
-
 
203
width:20px;
-
 
204
font-weight: bold;
-
 
205
font-size: 14px;
-
 
206
text-transform: uppercase;
-
 
207
padding-bottom: 5px;
-
 
208
border-bottom:4px solid grey;
-
 
209
-moz-border-radius: 30px 30px 30px 30px; 
-
 
Line 210... Line -...
210
-webkit-border-radius:30px 30px 30px 30px; /* pour Chrome */ 
-
 
Line 211... Line 214...
211
border-radius: 30px 30px 30px 30px;        
214
}
212
 
215
 
213
}
216
 
214
 
217
 
Line 316... Line 319...
316
margin-right:15px;
319
margin-right:15px;
317
}
320
}
Line 318... Line 321...
318
 
321
 
319
#menuActualites a:link , #menuActualites a:visited , #menuActualites a :active  {
322
#menuActualites a:link , #menuActualites a:visited , #menuActualites a :active  {
320
font-weight:normal;
-
 
321
color:#fff;
323
font-weight:normal;
322
text-decoration:none;
324
text-decoration:none;
Line 323... Line 325...
323
}
325
}
324
 
326