#content #amazon .submit {
	float: right;
	height: 20px;
	background: url(/images/btn_left.gif) no-repeat 0% 0%;
	border: none;
	cursor: pointer;
	margin: 2px 0 0 0;
	padding: 0 5px 0 8px;
	font-size: 10px;
	color: #FFF;
}
#amazonForm .none {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}
#content .amazon_sepa {
	margin: 0 0 5px 0;
	text-align: center;
	clear: both;
	background: #FFF url(/images/back_sepa.gif) repeat-y 100% 0%;
	border-bottom: 1px dashed #CCC;
	padding: 5px 0 ;
}
#content #amazon_table {
	width: 100%;
	font-size: 10px;
	text-align: left;
}
#content #amazon_table th {
	background-color: #EAEAEA;
	padding: 3px 5px;
	color: #999;
}
#content #amazon_table td {
	border: none;
	padding: 0;
}
#content #amazon_table td a {
	color: #F90;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
}
#content #amazon_table td a:hover {
	color: #999;
	text-decoration: underline;
	background: none;
	text-decoration: none;
}
#content #amazon_table p {
	margin: 5px 0;
	text-align: left;
}

#content #amazon_table .border {
	border: 1px solid #97C3E7;
}

#content_popup .rightt {
	text-align: right;
}
#content_popup table {
	width: 100%;
	font-size: 10px;
	text-align: left;
}
#content_popup th {
	background-color: #EAEAEA;
	padding: 3px 5px;
	color: #999;
}
#content td,
#content_popup td {
	border-bottom: 1px dashed #CCC;
	padding: 4px 0;
}
#content td a { 		/*pour btn supprimer*/
	color: #FF4B70;
	padding: 0 0 2px 0;
}
#content td a:hover {
	background-color: #FF4B70;
	color: #FFF;
	text-decoration: none;
}
#content .first {		/*pour le nom du produit*/
	text-align: left;
}
#content td.first a {
	background: none;
	color: #97C3E7;
	font-weight: bold;
}
#content td.total {
	background-color: #EAEAEA;
	padding: 0 2px 0 0;
	margin: 0;
	text-align: right;
}