Subversion Repositories Sites.tela-botanica.org

Rev

Rev 236 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 236 Rev 252
Line 40... Line 40...
40
  line-height:12px;}
40
  line-height:12px;}
41
.liste_decale li, .liste_decale dt {
41
.liste_decale li, .liste_decale dt {
42
  margin-left:2em;}
42
  margin-left:2em;}
43
ul ul {
43
ul ul {
44
  margin-left:2em;}
44
  margin-left:2em;}
45
#menus ul{
45
#zone_menu ul, #menus ul{
46
  line-height:1.5em;}
46
  line-height:1.5em;}
Line 47... Line 47...
47
 
47
 
48
/* presentation des images */
48
/* presentation des images */
49
img{
49
img{
Line 267... Line 267...
267
/* Hides from IE-mac \*/
267
/* Hides from IE-mac \*/
268
* html #texte {height: 1%;}
268
* html #texte {height: 1%;}
269
/* Bug qui inactive les liens sous IE */
269
/* Bug qui inactive les liens sous IE */
Line 270... Line 270...
270
 
270
 
271
 
271
 
272
/* droite -> pied_page */
272
/* Droite -> pied_page */
273
#pied_text, #pied_page, #zone_pied {
273
#pied_text, #pied_page, #zone_pied {
274
  clear:both;
274
  clear:both;
275
  text-align:center;
275
  text-align:center;
Line 296... Line 296...
296
.table_cadre td {
296
.table_cadre td {
297
  padding:2px;
297
  padding:2px;
298
  text-align:left;}
298
  text-align:left;}
Line 299... Line 299...
299
 
299
 
300
/*nav_gauche*/
300
/*nav_gauche*/
301
#nav_gauche {
301
#navigation, #nav_gauche {
302
  position:absolute;
302
  position:absolute;
303
  top:2px;
303
  top:2px;
304
  left:2px;
304
  left:2px;
305
  width:188px;
305
  width:188px;
Line 336... Line 336...
336
#lien_inscription{
336
#lien_inscription{
337
  margin:2em 0 0 0;
337
  margin:2em 0 0 0;
338
  font-size:11px;}
338
  font-size:11px;}
Line 339... Line 339...
339
 
339
 
340
/* nav_gauche -> menus */
340
/* nav_gauche -> menus */
341
#menus, #zone_menu {
341
#zone_menu, #menus {
342
  font-size:13px;
342
  font-size:13px;
343
  margin:10px 0;
343
  margin:10px 0;
344
  text-align:left;}
344
  text-align:left;}
345
#menus a {
345
#zone_menu a, #menus a {
346
  background:none;
346
  background:none;
347
  color:#000;
347
  color:#000;
348
  display:block;
348
  display:block;
349
  height:1.2em;}
349
  height:1.2em;}
350
#menus .menu_actif>a {
350
#zone_menu .menu_actif>a, #menus .menu_actif>a {
351
  border-width:1px;
351
  border-width:1px;
352
  border-style:solid;}
352
  border-style:solid;}
353
#menus > ul a {
353
#zone_menu > ul a, #menus > ul a {
354
  height:auto;}
354
  height:auto;}
355
#nav_gauche hr {
355
#navigation hr, #nav_gauche hr {
356
  width:40%;
356
  width:40%;
Line 357... Line 357...
357
  text-align:center;}
357
  text-align:center;}
358
 
358