1<!-- css_ie.tt2 -->
2<!-- $Id$ -->
3
4<!-- Specific css for IE -->
5
6<!--[if lte IE 8]>
7<style type="text/css">
8    /* Workaround for "noscript ghost" bug */
9    noscript {
10        display: block;
11    }
12</style>
13<![endif]-->
14
15<!--[if IE 7]>
16<style type="text/css">
17    #subnav {
18        position:absolute;
19        left:25em;
20    }
21
22    #bandeau_top .login .MainMenuLinks {
23        margin-top:0.2em;
24    }
25</style>
26<![endif]-->
27
28<!--[if  lte IE 7]>
29<style type="text/css">
30    ul#MainMenuLinks {
31        margin-left:-3em;
32    }
33
34    a.input {
35        padding: 0 0.3em;
36    }
37
38    /* "vertical-align: baseline" aligns form fields on bottom of widgets */
39    form input,
40    form textarea,
41    form select {
42        vertical-align: middle;
43    }
44    .MainMenuLinks {
45        margin-bottom: 0.2em;
46        vertical-align: middle;
47    }
48
49    /* Workaround for "peek-a-boo" bug. */
50    a.MainMenuLinks,
51    a.MainMenuLinks:hover,
52    a.MainMenuLinksCurrentPage,
53    a.MainMenuLinksCurrentPage:hover {
54        position: relative;
55    }
56</style>
57<![endif]-->
58
59<!--[if lte IE 6]>
60<style type="text/css">
61    #logo {
62        position:absolute;
63        top:0.5em;
64        left:-5em;
65        z-index:510;
66    }
67
68    #Stretcher {
69        width:99.5%;
70    }
71
72    #subnav {
73        width:100%;
74        background-color:[% color_5 %];
75        border:1px solid [% color_8 %];
76        border-width: 0 1px 0 0;
77    }
78
79    #nav {
80        width:99%;
81    }
82
83    #Footer {
84        margin: 0.5em 0.8em;
85    }
86
87    #bandeau_top .login .MainMenuLinks {
88        margin-top:0;
89    }
90</style>
91<![endif]-->
92
93<!-- end css_ie.tt2 -->
94