/****************************************
/** Surcharge du fond *******************/
#droite{
	background-image: url(../img_site/fond-produits.jpg);
	background-repeat: no-repeat;
	height: 578px;
}

/****************************************
/** Format Fiche **********************/
#produitLst{
	float:left;
	width: 410px;
	margin-top: 10px;
}

#produitLst li{
	list-style-type: none;
	text-align: right;
	background-image: url(../img_site/li-fleche.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 18px;
	padding-right: 15px;
}

#produitLst li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#droite #produitFiche{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 310px;
}

#droite #produitFiche img{
	margin-bottom: 20px;
}

#droite #produitFiche h1{
	background-image: url(../img_site/h1-pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663333;
	height: 23px;
	margin-bottom: 15px;
}

#droite #produitFiche p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}