html, body {
margin:0;
padding:0;
background: url(Images/main_bg.gif) #FFFFFF;
font-family: "Trebuchet MS", Georgia, Verdana, Helvetica, Sans-serif;
font-size:0.85em;
line-height:normal;
color:#000000;
height: 100%;
max-width: 1160px;
min-width: 770px;
}
#banniere {
background: url(Images/logo-assoc6.gif) no-repeat center center;
height: 110px;
text-align: center;
}
#contenu {
min-height: 80%;
width: 100%;
}
#gauche {
float: left;
width: 14em; color: #ffffff;
margin-left: 1em;
}
html>body #gauche
{
height: auto;
position: absolute;
}
#principal {
margin-left: 18em;
padding-right: 2em;
padding-top: 1em;
padding-bottom: 1em;
height: auto !important;
height: 500px; /* because ie suxxe */
min-height: 450px; }
html>body #principal
{
height: auto;
}
#pied {
height: 5%;
padding: 1.8em;
text-align: center;
clear: both;
}
div#principal form
{
display: inline;
}
|