div.bandeau{
width:100%;
height:87px;
visibility:visible;
position: fixed;
bottom:0px;
left:0px;
z-index:1000;
background-image:url(http://www.visiplus.com/fr/images/bandeau-background.jpg);
background-repeat:repeat-x;
text-align:center;
}
/*hack IE 6 */
*html div.bandeau{
width:100%;
height:87px;
visibility:visible;
position:absolute; 
top:expression( ignore = - this.offsetHeight + document.documentElement.clientHeight + document.documentElement.scrollTop + 30 + "px" );
z-index:1000;
background-image:url(http://www.visiplus.com/fr/images/bandeau-background.jpg);
background-repeat:repeat-x;
text-align:center;
}
div.book{
width:15%;
float:left;
height:87px;
}
div.form{
width:75%;
background-image:url(http://www.visiplus.com/fr/images/bandeau.jpg);
background-repeat:no-repeat;
float:left;
height:52px;
text-align:center;
padding-top:25px;
text-align:center;
}
div.form a{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#000000;
}
div.close{
width:10%;
float:left;
color:#FFFFFF;
font-size:10px;
text-align:right;
font-family:Arial;
font-weight:bold;
text-align:right;
padding-top:25px;
height:70px;
}
div.close span{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
}