
#liste ul{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 10px 0 0;
}

#liste li { display: block;
	list-style-type: none;
}

#liste ul li.categorie {
	font-size: 24px;
	color: orange;
	padding-left: 15px;
	font-weight: bold;
	background-color: #b9007f;
	padding-top: 15px;
}

#liste ul li.categorie ul li.gamme {
	font-size: 18px;
	color: white;
	padding-left: 15px;
	background-color: #950066;
	padding-top: 10px;
	font-weight: bold;
	font-style: italic;
}

#liste ul li.categorie ul {
	padding-bottom: 15px;
	padding-right: 10px;
}
#liste ul li.categorie ul li.gamme ul li{
	font-size: 12px;
	color: white;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
}
#liste ul li.categorie ul li.gamme ul{
	background-color: #6e004b;
	padding-bottom: 10px;
}
#liste a {
}

/* corrections pour IE */
/* fonctionnement sans numérotation */
*html #liste li {
	margin: 0;
	padding: 0;
}
*html #liste ul {
	margin: 0;
	padding: 0;
}

*html #liste {
	scrollbar-face-color: #950066;
	scrollbar-shadow-color: #4d0034;
	scrollbar-highlight-color: #6e004b;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #4d0034;
	scrollbar-arrow-color: #ffffff;
}

#liste .produit {
	height: 75px;
	clear: left;
	padding: 10px;
	border-bottom: 1px solid white;
}#liste .imp {
	float: left;
	margin-right: 15px;
	border: solid 2px white;
}#liste .prix {
	color: yellow;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}#liste .produit a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}#liste .produit a:hover {
	color: yellow;
	vertical-align: top;
	border-color: orange;
	text-decoration: underline;
}
#liste h1 { 
	font: 25px Arial, Helvetica, sans-serif;
	color: navy; background-color: #ff6300;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:15px;
}
#liste h2 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #ff8c00;
	padding: 0 0 0 50px;
	margin: 0 0 5px;
}
#liste h3 {
	color: white;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
/*
#liste h3 {
	color: white;
	font: 16px/normal Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

#liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#liste ul{
	
}
#liste ul li:before {
	//content: counters(item, ".") " - ";
	//counter-increment: item;
	font-size: smaller;
}

/* corrections pour IE */
/* fonctionnement sans numérotation 
*html #liste li:before {
	content: none;
	counter-increment:none;
	list-style-type: none;
}
*html #liste ol li.categorie ol li.gamme ul li{
	list-style-type: none;
}
*html #liste li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
*html #liste lo {
	margin: 0;
	padding: 0;
}
*/
/*
*html #liste {
	scrollbar-face-color: #950066;
	scrollbar-shadow-color: #4d0034;
	scrollbar-highlight-color: #6e004b;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #4d0034;
	scrollbar-arrow-color: #ffffff;
}

 My Comment */
 
 