@import url("common.css");
@import url("resultat_recherche.css");
@import url("notre_activite.css");
@import url("client_relais.css");
/*BTS LISTE PANIER*/
#c_list_panier {
	width: 18.8em; height: 4em; float: right; margin-top: -29px;
}
ul#list_panier {
	margin: 0; padding: 0; list-style-type: none;
}
ul#list_panier li {
	float: left; margin: 0; padding: 0; width: 94px; height: 40px;
}
#btliste {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_liste.gif) left top no-repeat;}
#btliste:hover {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_liste.gif) left -40px no-repeat; text-decoration: underline;}
#btpanier {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_panier.gif) left top no-repeat;}
#btpanier:hover {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_panier.gif) left -40px no-repeat; text-decoration: underline;}
#liste_on {display: block; width: 94px; height: 40px; background: url(../img/navigation/liste_on.gif) left top no-repeat; text-decoration: underline;}
#panier_on {display: block; width: 94px; height: 40px; background: url(../img/navigation/panier_on.gif) left top no-repeat; text-decoration: underline;}
/*#btliste p, #btpanier p, #btlistepro {padding: 20px 0 0 25px; font-size: 11px;}
#panier_on  p, #liste_on p, #listepro_on {font-weight: bold; padding: 20px 0 0 25px; font-size: 11px; color: #000; text-decoration: underline;}*/

#btlistepro {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_listepro.gif) left top no-repeat;}
#btlistepro:hover {display: block; width: 94px; height: 40px; background: url(../img/navigation/bt_listepro.gif) left -40px no-repeat; text-decoration: underline;}
#listepro_on {display: block; width: 94px; height: 40px; background: url(../img/navigation/listepro_on.gif) left top no-repeat; text-decoration: underline;}

#btliste p, #btpanier p, #btlistepro p {padding: 20px 0 0 25px; font-size: 11px;}
#panier_on p, #liste_on p, #listepro_on p {font-weight: bold; padding: 20px 0 0 25px; font-size: 11px; color: #000; text-decoration: underline;}
