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


/* couleurs des liens du haut, des titre produit, et de classement */
.item h1, #produit h1, #link_classement a:hover, .selected
{
	color: #70a800;
}

