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

/* 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: #1d69d8;
}
