@charset "utf-8";
/* CSS Document */
.panier{
	width:100%;
	font-size:12px;
	color:#49525E;
	background-color:#f5f7fb;
}
.panier strong, .panier a{color:#0a2c55;}

.panier th{
	background-image:url(../images/panier/tet_top.jpg);
	background-position:top;
	height:28px;
	padding:2px;
	text-align:center;
	color:#fff;
}
.panierList td{
	height:45px;
	border-bottom:solid 1px #838383;
	font-weight:bold;

}
.produit{ padding-left:15px;}
.panierBottomMaj{
	height:24px;
}
.panierMaj {
	float:right;
	padding:7px 10px 0 10px;
	text-align:center;
}

.panierMaj a{
	display:block;
	padding-left:30px;
	width:150px;
	height:22px;
	line-height:22px;
	background-image: url(/images/panier/ico_maj.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#f19314;
	font-weight:bold;
}
.aquisition{
	text-align:center;
}

.qte{
	text-align:center;
}


.ListprixTotal{
	text-align:right;
	width:110px;
}

.ListprixUnit{
	text-align:center;
	width:15%;
}

.sup{
	text-align:right;
	padding:5px 5px 0 0;
}

.panier_total_price{
	font-size:14px;
	color:#ED0304;
	font-weight:bold;
}

.panier_divers{
	margin-top:20px;
	background:#eef0f7 url(../images/panier/panier_divers.jpg) top repeat-x;
	color:#e77f16; 
	font-size:11px;
}

.backup_ok .ext { float:left; margin:5px 0 5px 0;  width:48%;}
.backup_ok .dvd { float:left; margin:5px 0 5px 0; width:48%; border-left:solid 1px #838383; }


.panierBackup{
	width:100%;
	padding:10px;
}

.infoLien{
    position:relative; 
    z-index:24;background-color:#transparent;
}

.infoLien:hover{z-index:25; background-color:transparent;}

.infoLien span{display: none}

.infoLien:hover span{ 
    display:block; 
    position:absolute;
    top:1em; left:2em; width:15em;
    border:2px dotted #6e7376;
	color:#000;
    background-color:#fff;
    text-align: left;
    font-weight:none;
	text-decoration:none;
    padding:10px;
}


.backupChoix{
	width:300px;
}

.panierTotal{
	width:100%;
	background:#fafbfd url(../images/panier/panierTotalTable.jpg) repeat-x top;
}



.panierTools{
	width:40%!important!;
}



.panierTotalTable{
	width:260px;
	margin:0 0 0 60%;
	_margin:0 0 0 450px;
	margin-right:10px!important!;
	font-size:11px;
	color:#3c474f;
}
.panierTotalTable td{
	border-bottom:1px solid #838383;
	height:30px;
	
}

.panierTotalTable #panierTotalTTC td{
	border-bottom:none;
	height:30px;
	
}

.valid_cmd{
	background:#fafbfd url(../images/panier/panierTotalTable.jpg) repeat-x top;
	border:solid 1px #fafbfd;
	_padding-top:20px;
}
#process .poursuivre{ margin:20px 20px 20px auto; }