#body #content .head {
	background: url('../images/site/bar_nav_1.jpg') bottom center no-repeat;
}
	#body #content .pageContent .next {
		margin: 0px 20px 0 20px;
		padding-bottom: 0px;
		text-align: right;
	}
#body #content .panier{
	margin-bottom: 50px;
}
#body #content .panier .tr,
#body #content .panier .tr_title,
#body #content .panier .tr_end {
	border-left: 1px solid black;	
	border-right: 1px solid black;	
	display: table;	
	overflow:hidden;	
	width: 100%;
	margin: auto;
	padding: 1px 1px 1px 0px;
	width: 95%;	
}
	#body #content .panier .tr_title {
		border-top: 1px solid #8C027D;
	}
	#body #content .panier .tr_end {
		border-bottom: 1px solid #8C027D;
	}
	#body #content .panier .total {
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		margin: 10px 50px 0 0;
		text-align: right;
	}
	#body #content .panier .tr p,
	#body #content .panier .tr_title p,
	#body #content .panier .tr_end p {
		background-color: #CCC;
		border-left: 1px solid #FFF;
		color: #8C027D;
		display: table-cell;
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.6em;
		font-weight: bold;	
		overflow:hidden;
		padding: 2px 5px 2px 5px;
	}
	#body #content .panier .tr p,
	#body #content .panier .tr p a{
		background-color: #E3D9E5;
		font-size: 0.8em;
		color: #000;
		text-decoration: none;
	}
	#body #content .panier .tr p a {
		font-size: 1.0em;
	}
	#body #content .panier .tr p a:hover{
		color: #AABBDD;
		text-decoration: underline;
	}
	#body #content .panier .tr p img{
		float: left;
		margin-right: 10px;
		width: 70px;
	}
	#body #content .panier .tr p span{
		font-style: italic;
		font-weight: normal;
	}
#body #content .panier .td_1 {	
	text-align: center;
	vertical-align: middle;
	width: 10%;
}
#body #content .panier .td_2 {
	text-align: left;
	width: 70%;
}
#body #content .panier .td_3 {
	text-align: center;
	vertical-align: top;
	width: 10%;
}
	#body #content .panier .td_3 input{
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.8em;
	}
#body #content .panier .td_4 {
	text-align: right;
	vertical-align: top;
}
	
	
#body #content table{
	margin: auto;
	margin-bottom: 50px;
	border: 1px solid #8C027D;
	max-width: 750px;
	width: 750px;
}
#body #content table tr {
	border-left: 1px solid black;	
	border-right: 1px solid black;	
	overflow:hidden;	
	margin: auto;
	padding: 1px 1px 1px 0px;
	width: 95%;	
}
#body #content table tr th,
#body #content table tr td{
	background-color: #CCC;
	border-left: 1px solid #FFF;
	color: #8C027D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: bold;	
	overflow:hidden;
	padding: 2px 5px 2px 5px;
}
	#body #content table tr td,
	#body #content table tr td a{
		background-color: #E3D9E5;
		font-size: 0.8em;
		color: #000;
		text-decoration: none;
	}
	#body #content table tr td a {
		font-size: 1.0em;
	}
	#body #content table tr td a:hover{
		color: #AABBDD;
		text-decoration: underline;
	}
	#body #content table tr td img{
		float: left;
		margin-right: 10px;
		width: 70px;
	}
	#body #content table tr td span{
		font-style: italic;
		font-weight: normal;
	}

#body #content table tr td.td_1 {	
	text-align: center;
	vertical-align: middle;
	width: 10%;
}
#body #content table tr td.td_2 {
	text-align: left;
	width: 70%;
}
#body #content table tr td.td_3 {
	text-align: center;
	vertical-align: top;
	width: 10%;
}
	#body #content table tr td.td_3 input{
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.8em;
	}
#body #content table tr td.td_4 {
	text-align: right;
	vertical-align: top;
}	
	
#body #content .total {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 50px 0 0;
	text-align: right;
}