
.bloc_panier {
padding: 0px;
margin: 10px 10px 0px 10px;  
background-color: #666;

}

.bloc_panier_bottom{
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #FFFFFF;
}

.bloc_panier_bottom1 {
margin: 5px 0px 0px 0px;
padding: 0px 0px 10px 5px;   
background: url("img/bloc_right.gif") repeat-y right;
color: black;
}
.bloc_panier_qte {
width: 60px;
position: absolute;
right: 120px;
top: 7px;                  
text-align: center;
}
* html .bloc_panier_qte { 
margin-right: 10px;
}

.bloc_panier_longueur {
width: 60px;
position: absolute;
right: 120px;
top: 10px;                  
text-align: center;
}

* html .bloc_panier_longueur {
right: 140px;
}

.bloc_panier_prix_u {
width: 100px;
position: absolute;
right: 180px;                 
text-align: center;
}
* html .bloc_panier_prix_u { 
margin-right: 10px;
}

.bloc_panier_ligne {
position: relative;
text-align: left;
padding: 10px 0px 10px 0px;
border-bottom: 1px dotted #D4D4D4;
}

.bloc_panier_top_left_corner {
background: url("img/bloc_angle2_top_left.gif") no-repeat;
padding: 5px 5px 0px 15px;
margin: 0px 0px 0px 0px;
color: white;
font-weight: bold;  
}


.bloc_panier_top_right_corner {
background: url("img/bloc_angle2_top_right.gif") no-repeat top right;
float: right;
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 120px;
color: white;
text-align: center;
font-weight: bold;
}

.bloc_panier_top_titre {
float: right;
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 50px;
color: white;
text-align: center;
font-weight: bold;
}

.bloc_panier_top_titre2 {
float: right;
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 100px;
color: white;
text-align: center;
font-weight: bold;
}

.bloc_panier_foot {
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #FFFFFF;
font-size: 1px;
}


.bloc_panier_foot_right {
float: right;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #D4D4D4;
font-size: 1px;
width: 120px;
height: 11px;                     
}

.bloc_panier_bottom_left_corner {       
height: 11px;
font-size: 1px;
margin: 0px;
padding: 0px;
}

.bloc_panier_ligne a {position:relative;}

.bloc_panier_ligne a b {visibility:hidden; position:absolute; width:114px; height:114px; left:80px; top:-120px; border:1px solid #CCCCFF; z-index:1000;}

.bloc_panier_ligne a:hover {background:#fff; z-index:1000;}

.bloc_panier_ligne a:hover b {visibility:visible;}


