Bonjour à tous,

Est-il possible de lier un div vertical, faisant office de barre de menu gauche, au footer ?

Voici mon code CSS pour ces 2 éléments :

#barre {
width: 150px;
float:left;
height:auto;
position:relative;
margin-left:0px;
background-color:#9ece61;
margin-top:0px;
}

#pied{
clear:both;
height:35px;
text-align:center;
position:relative;
bottom:0;
font-size:13px;
font-weight:normal;
text-decoration:none;
font-family:Verdana;
color:#999999;
white-space:nowrap;
width:100%;
background-color:#000000;
}