body  { 
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin:0;
	padding:15px 25px 0 25px; 
	color:#A3A2A2;
	background:url(../pics/bg-fond-panier.gif) top left no-repeat fixed #2c2c2c;
	/*background-color: #2c2c2c;*/
}
a.hotlink:link, a.hotlink:visited, .hotlink:visited { 
	color:#FDF450;
	text-decoration:underline; 
}

.hotlink:active, a.hotlink:hover, a.hotlink:active { 
	color:#FFFFFF; 
	background-color:transparent;
	text-decoration:none; 
}

.important { 
	color:#FDF450;
	font-weight:bold;
	text-decoration:none; 
}

table.panier {
	width:550px;
	text-align:center;
	background:url(../pics/bg-table-panier.gif) top left repeat-x fixed #2c2c2c;
	border: 1px solid #A3A2A2;
	padding:2px;
}
td.header-panier {
	font-size:12px;
	text-align:center;
	border-top: 1px dotted #2c2c2c;
	border-bottom: 1px dotted #2c2c2c;
	border-right: 1px dotted #2c2c2c;
}

td.ligne-panier {
	font-size:11px;
	text-align:center;
	border-bottom:1px dotted #212121
}

td.total {
	font-size: 16px;
	color: #FDF450;
	font-variant:small-caps;

}
tr.sep_panier {
	;

}
img.photo-panier {
	/*height:50%;
	width:50%;*/
	padding:4px;
	border:1px solid #2c2c2c;
}
span.photo_title {
	font-size: 24px;
	line-height:13px;
	color: #FDF450;
	font-variant:small-caps;
}

td.new_user {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;

}
