#menu{
margin-left:5px;

}
#menu div{
list-style:none;
}
#menu div a{
padding:2px;
font-family:"Trebuchet MS";
position:relative;
padding-left:12px;
font-size:12px;
color:#494949;
font-weight:bold;
display:block;
text-decoration:none;
background: url(../pictures/point.jpg) left bottom no-repeat;
}
#menu div.titre_menu a{
color:#6289b5;
padding-left:5px;
font-size:14px;
}
#menu div.titre_menu a:hover , #menu div a:hover{
text-decoration:none;
background-color:#EEE;
display:block;
}
#menu #total_commande{
width:210px;
margin-top:10px;
margin-right:0px;
}
#menu #promotion{
position:absolute;
width:190px;
margin-top:10px;
margin-right:0px;
}
#menu #promotion .details{
border:1px solid orange;
background-color:#eee;
}
#menu #total_commande .details{
background-color:#eee;
border:1px solid #ccc;
}

#menu #total_commande div.titre{
text-align:center;
color:#6289b5;
font-size:14px;
font-weight:bold;
}
#menu #promotion div.titre{
text-align:center;
color:orange;
font-size:14px;
font-weight:bold;
}
#menu #total_commande div.details ul, #menu #promotion div.details ul{
margin:0px;
padding:1px;
list-style:none;
}

#menu #total_commande li,#menu #promotion li{
display:block;
background-color:#eee;
border-bottom:1px solid #fff;
padding-left:2px;
height:20px;
}
#menu #total_commande div.format{
text-align:right;
float:left;
width:65px;
font-weight:bold;
}
#menu #total_commande div.quantite{
text-align:right;
float:left;
width:35px;
}
#menu #total_commande div.prix{
float:left;
width:40px;
}
#menu #total_commande div.prix span,#menu #total_commande div.total span{
color:#690;
font-weight:bold;
}
#menu #total_commande div.total{
text-align:right;
padding-right:2px;
width:40px;
float:right;
}
#menu #total_commande div.total_comm{
background-color:#f00;
}
#menu #total_commande li.total{
text-align:right;
padding-right:2px;
}
#menu #total_commande li.total span{
color:#690;
font-weight:bold;
}
#menu #total_commande li.top_total{
border-top:4px #ccc solid;
text-align:right;
padding-right:2px;
}
#menu #total_commande li div.description{
float:left;
font-weight:bold;
width:110px;
}
#menu #total_commande li div.description span{
color:#690;
}
#menu #total_commande div.info{
float:right;
text-align:right;
}
#menu #promotion div.promo{
cursor:pointer;
text-align:center;
font-weight:bold;
width:160px;
}