/**********************************************************************************/
/*** Panier ***********************************************************************/
#panier
{
	width:700px;
	clear:both;
	margin-left:20px;
}

#listeArticles
{
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
}

#panier .fondTh
{
	font-size: 14px;
	color: #FFFFFF;
	height: 40px;
	text-align: left;
	background-image: url(../images/tableau_back_2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

#panier td
{
	font-size: 13px;
	color: #000000;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
	height: 25px;
}

#panier .img
{
	margin-top:3px;
	margin-bottom:3px;
	width: 60px;
	text-align: center;
	background-color: #F4EFF6;
}

#panier .qte
{
	margin-top:3px;
	margin-bottom:3px;
	width: 70px;
	font-size: 16px;
}

#panier .px
{
	margin-top:3px;
	margin-bottom:3px;
	width: 70px;
}

#panier .art
{
	padding-left:3px;
}

#panier .titreForm 
{
	font-size: 1.2em;
	color: #FF0000;
	background-image: url(../images/kiwi_rouge.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom:10px;
}

#totaux
{
	float:right;
	margin-top:25px;
	border:1px solid #BCBCBC;
	clear:both;
}

#totaux td
{
	padding:3px;
}

#totaux .aregler
{
	background-color: #EDF0F4;
}

#totaux .prix
{
	font-size: 18px;
	color: #666666;
}

#totaux .ptitre
{
	font-weight: bold;
	color: #FFFFFF;	
}

#totaux .colG
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBCBC;
	width:150px;
	text-align: right;
}

#totaux .colD
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width:230px;
	text-align: right;
}

#totaux .combo
{
	/*width:170px;*/
	border: 1px solid #FFFFFF;
}

#btnPanier
{
	text-align: right;
	clear:both;
	padding-top:10px;
}


.ptotal
{
	display:block;
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #006283;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	margin-top:15px;
	margin-right:15px;
}

.liensBas
{
	float:right;
	width:210px;
	list-style-type: none;	
	clear:both;
	margin-right:15px;
}

.liensBas a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #898989;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;	
}

.liensBas a:hover
{
	text-decoration:underline;
}

#avertissement {
color:#FF0000;
float:left;
font-size:0.8em;
font-style:italic;
font-weight:bold;
}


#codePromo
{
	float:right;
	width:535px;
	margin-top:25px;
	padding:5px;
	background-color: #EDF0F4;
	border: 1px solid #898989;
	font-size: 0.8em;
}

.promotitre
{
	font-weight: bold;	
}

.promoBtn
{
	display:inline;
}
