
/* Page avec image de fond centré plus couleur fond perdu */
body
{
	background-image: url(/_img_white/bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}

/* couleurs des liens du haut, des titre produit, et de classement */
#the_link, #the_link a, .item h1, #produit h1, #link_classement a:hover, .selected
{
	color: #ff9900;
}
#header .fond_trans
{
	display: none;
}
#ombre_mamouth
{
	z-index: 100;
	width: 218px;
	height: 29px;
	background-image: url(/_img_white/ombremam.png);
	background-repeat: no_repeat;
	position: absolute;
	top: -1px;
	left: 0;
}
