/*
  MODULE DED_PANIER
  panier.css
*/


#panier_vide {
margin: 20px 0 0 0;
padding: 5px;
font-size: 1em;
color: #663300;
border: 1px solid #e0d2a9;
background: #f0e3bd;
}

#panier {
margin: 20px 0 0 0;
padding: 0;
}

#panier ul#categories {
border-left: 1px solid #e0d2a9;
border-right: 1px solid #e0d2a9;
border-bottom: 1px solid #e0d2a9;
}

#panier ul {
padding: 0;
margin: 0;
text-align: left;
list-style-type: none;
}

#panier ul li {
display: block;
padding: 0;
margin: 0;
line-height: 2em;
}

#panier ul#categories li.categorie span.titre_categorie {
display: block;
padding: 0 0 0 5px;
font-size: 1em;
font-weight: bold;
color: #663300;
border-top: 1px solid #e0d2a9;
border-bottom: 1px solid #e0d2a9;
background: #f0e3bd;
}

#panier ul#communes li.commune {
padding: 5px 0;
}

#panier ul#communes li.commune span.titre_commune {
padding: 0 0 0 25px;
font-size: .9em;
font-weight: normal;
color: #663300;
}

#panier ul#communes li table {
margin: 0 0 0 25px;
font-size: .9em;
}

#panier ul#communes li table a {
display: block;
text-decoration: none;
font-weight: bold;
}
#panier ul#communes li table a:hover {
text-decoration: underline;
}

input.submit_supp {
margin: 20px 20px 20px 0;
padding: 0 0 5px 22px;
height: 24px;
line-height: 24px;
font-size: 1em;
color: #663300;
border: 1px solid #e0d2a9;
background: #f0e3bd url(../img/ico_supprimer.png) 0 0 no-repeat;
}

input.submit_supp:hover {
border: 1px solid #f0e3bd;
background-color: #e0d2a9;
cursor: pointer;
}

a.submit_visu {
display: block;
float: left;
margin: 20px 20px 20px 0;
padding: 0 5px 0 24px;
height: 22px;
line-height: 22px;
font-size: 1em;
color: #663300;
border: 1px solid #e0d2a9;
background: #f0e3bd url(../img/ico_visu_1.png) 0 0 no-repeat;
}

a.submit_visu:hover {
border: 1px solid #f0e3bd;
background-color: #e0d2a9;
cursor: pointer;
}

