#menudeuxgauche {
position:static;
/*left:0px;
top:0px;*/
height:254px;
font-size:90%;
padding:0;
margin:0;
border:0px solid black;
}
#menudeuxgauche ul{
position:relative;
top:-4px;
left:7px;
margin:0;
padding:0;
list-style-type:none;
width:150px;
border:0px solid red;
}
#menudeuxgauche ul li.menugauchefixe{
float:left;
margin:0;
padding:6px 0 0 5px;
border:0px solid blue;
height:auto;
width:100%;
}
#menudeuxgauche ul li.menugauchefixe a{
display:block;
height:auto;
width:90%;
margin:0;
padding:5px 17px 5px 0;
background-image:url(img/puce-batoouaccueil.gif);
background-repeat:no-repeat;
background-position:80% 20%;
border:0px solid yellow;
}
#menudeuxgauche ul li.menugauchefixe a:hover{
position:relative;
left:1px;
top:1px;
}
/*--------------------------------             hack pour IE 6 et inférieur           -------------------------------------*/
* html #menudeuxgauche ul{
position:relative;
top:35px;
margin:0;
padding:0;
list-style-type:none;
width:150px;
border:0px solid red;
}
