﻿/* CSS Document */

div#typeRecyclagesUpdate {
 margin:0px;
 
}

div#typeRecyclagesUpdate ul li{
 list-style:none;
	cursor:pointer;
 list-style-image:url(../images/px.gif);
 clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div#typeRecyclagesUpdate ul li h3{
font-size:12px;
 float:left;
 width:45%;
 margin:0px;
	 margin-bottom:10px;
}

div#typeRecyclagesUpdate ul li dl{
 list-style:none;
 float:right;
 width:45%;
 margin-bottom:10px;

}
div#typeRecyclagesUpdate ul li dl dt{
	list-style:none;
	border-bottom:none;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	padding-left:20px;
}
div#typeRecyclagesUpdate ul li dl dt.jaune {
	background: url(imgDechets/puceJaune.png) no-repeat;
}
div#typeRecyclagesUpdate ul li dl dt.gris {
	background: url(imgDechets/puceGris.png) no-repeat;
}

div#typeRecyclagesUpdate ul li dl dt.noir {
	background: url(imgDechets/puceNoir.png) no-repeat;
}
div#typeRecyclagesUpdate ul li dl dt.vert{
	background: url(imgDechets/puceVert.png) no-repeat;
}
div#typeRecyclagesUpdate ul li dl dt.vertClair {
	background: url(imgDechets/puceVertClair.png) no-repeat;
}
div#typeRecyclagesUpdate ul li dl dt.rouge {
	background: url(imgDechets/puceRouge.png) no-repeat;
}
div#typeRecyclagesUpdate ul li dl dt.bleu {
	background: url(imgDechets/puceBleu.png) no-repeat;
}

/* */
/* CSS Document */

div#conteneur {
 margin:0px;
 position:relative;
	display:none;
	padding:0px 0px 20px 0px;
	width:460px;
	border:1px solid black;
	font-size:11px;
}
div#conteneur ul li{
 list-style:none;
	cursor:pointer;
 list-style-image:url(../images/px.gif);
 clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div#conteneur ul li h3{
font-size:12px;
 float:left;
 width:45%;
 margin:0px;
	 margin-bottom:10px;
}

div#conteneur ul li dl{
 list-style:none;
 float:right;
 width:45%;
 margin-bottom:10px;

}
div#conteneur ul li dl dt{
 list-style:none;
 border-bottom:none;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	padding-left:20px;
}
div#conteneur ul li dl dt.jaune {
	background: url(imgDechets/puceJaune.png) no-repeat;
}
div#conteneur ul li dl dt.gris {
	background: url(imgDechets/puceGris.png) no-repeat;
}

div#conteneur ul li dl dt.noir {
	background: url(imgDechets/puceNoir.png) no-repeat;
}
div#conteneur ul li dl dt.vert{
	background: url(imgDechets/puceVert.png) no-repeat;
}
div#conteneur ul li dl dt.vertClair {
	background: url(imgDechets/puceVertClair.png) no-repeat;
}
div#conteneur ul li dl dt.rouge {
	background: url(imgDechets/puceRouge.png) no-repeat;
}
div#conteneur ul li dl dt.bleu {
	background: url(imgDechets/puceBleu.png) no-repeat;
}

