.connection,
.infos_connection
{
	display : none;
}

#panier {
	margin: 0 0 20px 20px;
	width: 90%;
	border: 1px solid #ccc;
	background-image: url(../images/gris_transparent.png);
}

#panier table {
	margin: 5px;
	font-size: 12px;
}

#panier th
{
	padding: 5px;
}

#panier tr:hover{
	background-image: url(../images/gris_transparent.png);
}

#panier_detail
{
/*	table-layout: fixed;*/
	border: solid 5px #7a7a7a;
	width: 700px;
	margin: 5px;
	background-color: #e6e6e6;
	font-size:13px;
}

#panier_detail td
{
	vertical-align:top;
	color:#999;
	padding: 5px;
	
}

#panier_detail .message_red
{
	background-color:#c00;
	height:18px;
	font-size:13px;
	font-weight:bold;
	color:white;
	padding-left:20px;
}

#panier_detail .message_green
{
	background-color:#0c0;
	height:18px;
	font-size:13px;
	font-weight:bold;
	color:white;
	padding-left:20px;
}

#panier_detail .message_none
{
	background-color:#7a7a7a;
	height:18px;
	font-size:13px;
	font-weight:bold;
	color:white;
}

#panier_detail #mini_titres
{
	height: 38px;
	color:#999;
	font-size:11px;
}

.checkbox
{
	display:inline;
	font-size:13px;
}

#panier_detail #mini_titres td
{
	padding: 5px;
	text-align:center;
}

#panier_detail #titre
{
	background-image: url("../images/fond_titre_panier_detail.png");
	background-repeat: repeat-x;
	height: 38px;
	color:white;
	padding: 5px 20px;
	font-size:18px ;
}

#separation
{
	height: 10px;
	background-position: 0% 50%;
	background-image:url(../images/panier/separation.png);
	background-repeat: repeat-x;
}

#continuer td
{
	text-align: right;
}

/* *** NEW *** */

#panier_detail #image_produit
{
	width: 50px;
	padding: 10px 15px;
}

#panier_detail #image_produit img
{
	width: 50px;
	border: solid #d9d9d9 5px;
}

#panier_detail #boutton_modif
{
	border : solid 2px #ccc;
	padding: 2px;
}

#panier_detail #boutton_modif:hover
{
	border : solid 2px #aaa;
	padding: 2px;
}

#panier_detail #utiliser
{
	text-align: left;
	padding: 10px;
	border-top: solid 3px #bbb;
}

#panier_detail #utiliser a , #panier_detail #continuer a
{
	text-decoration:none;
	color:#999;
	font-size: 17px;
	font-weight:bold;	
}

#panier_detail #utiliser a:hover , #panier_detail #continuer a:hover
{
	color:#777;
}

#panier_detail #continuer
{
	text-align: right;
	padding: 10px;
	border-top: solid 3px #bbb;
}

#panier_detail #titre_produit
{
	color:#999;
	font-size: 15px;
	font-weight:bold;
	padding: 3px 10px;
}

#panier_detail #titre_promotion
{
	color:#a00;
	font-size: 12px;
	padding: 0px 20px;
	font-weight: bold;
}

#panier_detail .explication
{
	color:#a00;
	width:350px;
}

#panier_detail #prix
{
	color:#999;
	font-size: 15px;
	height:10px;
}

#panier_detail .barre
{
	background-image: url("../images/panier/barre.png");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
}

#panier_detail #titre_total
{
	text-align: right;
	color:#999;
	font-size: 15px;
	font-weight:bold;
	padding-bottom: 5px;
}

#panier_detail #chiffre_total
{
	color:#999;
	font-size: 15px;
}
/* *** FLECHES *** */

#fleches
{
	padding: 10px 120px;
}

#fleches a {
	float: left;

	margin-right: 10px;
	height: 29px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#fleches a.panier {
	width: 107px;
	background-image: url(../images/fleche_panier/fleche1.png);
}

#fleches a.panier:hover,#fleches a.panier_vert {
	width: 107px;
	background-image: url(../images/fleche_panier/fleche12.png);
}

#fleches a.infos {
	width: 136px;
	background-image: url(../images/fleche_panier/fleche2.png);
}

#fleches a.infos:hover,#fleches a.infos_vert {
	width: 136px;
	background-image: url(../images/fleche_panier/fleche22.png);
}

#fleches a.paiement {
	width: 176px;
	background-image: url(../images/fleche_panier/fleche3.png);
}

#fleches a.paiement:hover ,#fleches a.paiement_vert {
	width: 176px;
	background-image: url(../images/fleche_panier/fleche32.png);
}
