#etape{
	width:208px;
	float:left;
}
#etape #icone{
	height:50px;
	width:208px;
	float:left;
	padding-top:10px;
}
#etape #icone #img{
	vertical-align:bottom;
}
#etape #legende{
	width:208px;
	float:left;
	color:#333;
	font-weight:bold;
}
#etape #legende a{
	color:#333;
	text-decoration:none;
}
#etape #legende a:hover{
	color:#111;
	text-decoration:none;
}


#etape_inactive{
	width:208px;
	float:left;
}
#etape_inactive #icone{
	height:50px;
	width:208px;
	float:left;
	padding-top:10px;
}
#etape_inactive #icone #img{
	vertical-align:bottom;
}
#etape_inactive #legende{
	width:208px;
	float:left;
	color:#aaa;
	font-weight:bold;
}


/* Panier */

.panier {
	width:834px;
	text-align:center;
	padding:0px;
	margin:0px;
	border:1px solid #ccc;
}
.panier td{
	margin:0px;
	padding:5px;
}
.panier tr{
	margin:10px;
	padding:0px;
}

.panier #titres{
	font-family:Helvetica;
	font-size:16px;
	font-weight:normal;
	color:#633286;
	text-align:left;
	height:25px;
	vertical-align:top;
}
.panier #supprimer{
	width:120px;
}
.panier #produit {
	width:504px;
	margin-right:px;
	text-align:left;
}

.panier #quantite {
	width:120px;
}
#quantite input{
	width:20px;
	padding:3px;
	vertical-align:middle;
	text-align:center;
	border: 1px solid #ccc;
}
.panier #total{
	width:80px;
}
#aff_produit #total{
	font-size:14px;
	color:#633286;
}
#aff_produit #produit{
	padding:10px;
}
#aff_produit #visuel{
	float:left;
	margin-right:5px;
	width:78px;
	text-align:center;
}
#aff_produit #titre{
	float:left;
	width:385px;
	font-size:16px;
	padding-bottom:5px;
	color:#555;
}
#aff_produit #description{
	float:left;
	width:385px;
}
.panier #sous_total{
	font-size:16px;
}
#sous_total #legende {
	text-align:left;
	color:#999;

}
#sous_total #valeur{
	color:#633286;
}
.fond1{
	background:#f3f3f3;
}

.fond2{
	background:#fafafa;
}

#options_panier{
	float:left;
	padding-top:14px;
	padding-left:5px;
}

#remarque_produit{
	font-size:10px;
	color:#666;
	font-style:italic;
	display:block;
	float:left;
	margin-top:5px;
}

/* Box panier */


#box_panier{
	margin-bottom:20px;
	margin-top:5px;
	font-size:12px;
	width:894px;
	float:left;
}

#box_panier img {
	vertical-align:top;
}

#box_panier #box_header {
	height:57px;
	width:894px;
	background: transparent url("../images/boxes/box_H.png") repeat-x;
}

#box_panier #box_header .titre{
	font-family:Helvetica;
	font-size:19px;
	font-weight:lighter;
	color:#633286;
	float:left;
	width:834px;
	padding-top:20px;
	margin-bottom:-20px;
	padding-bottom:20px;

}

#box_panier #spacer{
	width:834px;
	float:left;
}


#box_panier #box_milieu{
	background: transparent url("../images/boxes/box_G.png") repeat-y;
	background-position:left;
	
	font-family:Helvetica;
	font-size:12px;
}
#box_panier .box_contenu{
	width:834px;
	
	font-family:Helvetica;
	font-size:12px;
	text-align:center;
	color:#111111;

	background: transparent url("../images/boxes/box_D.png") repeat-y;
	background-position:right;
	padding-left:30px;
	padding-right:30px;



}


#box_panier #box_footer {
	width:894px;
}

#box_panier .box_footer{
	width:834px;
	height:117px;
	float:left;
	
	background: transparent url("../images/boxes/box_B.png") repeat-x;
	
	font-family:Helvetica;
	font-size:12px;
	color:#111111;
	text-align:center;
	

}
#maj_panier{
	float:left;
	padding-top:5px;
	padding-bottom:-5px;
	padding-right:5px;
	padding-left:-5px;
}