/* CSS Document */
div.listing-produits {
	float: left;
	width: 525px;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #e4e5e7 url(listing_bg.jpg) repeat-x;
	padding: 7px;
	border: 1px solid #d8d0d4;
}
html>body div.listing-produits {
height: auto;
min-height: 100px;
}
div.fichiers-detail {
	float: right;
	width: 350px;
	padding-left: 12px;
}
div.listing {
	text-align: center;
	float: left;
	width: 150px;
	height: 150px;
	padding: 11px;
}
html>body div.listing {
height: auto;
min-height: 150px;
}

div.texte-listing {
	float: left;
	width: 150px;
}
div.pres-produits {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
}
div.bloc {
	padding: 10px;
	float: left;
	width: 500px;
	margin-left: 15px;
}

a.avance {
	font: bold 80% "Trebuchet MS", sans-serif, Arial;
	color: #999999;
	text-decoration: underline;
}
a.avance:hover {
	color: #2485a5;
	text-decoration: none;
}
form.recherche {
	float: left;
	width: 525px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
input.ok {
	float: left;
	border:none;
}
input.ok:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
input.recherche {
	float: left;
	border:1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
}
input.recherche:hover {
	background: #CCCCCC;
}
.listing-produits a img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 1px solid #FFB98A;
}
.listing-produits table {
	height: 150px;
	width: 150px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.listing-produits table.detail {
	float: left;
}
.listing-produits td {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.listing-produits table img {
	vertical-align: middle;
}
.listing-produits a:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80);
	border: 1px solid #FF870F;
}
img.gauche-detail {
	float: left;
}
table.champ {
	float: left;
	width: 346px;
	margin-bottom: 10px;
	text-align: left;
	padding: 8px 2px;
	border: 1px dashed #E6E6E6;
}
div.sous-cat {
	width: 150px;
	float: left;
	padding-right: 11px;
	padding-left: 11px;
}
div.sous-cat p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.champ td {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.style1 {
	color: #FFFFFF;
	font-weight: bold;
	background: #AEAEAE;
}
td.style2 {
	background: #E2E2E2;
}
td.style3 {
	background: #E0E0E0;
	font-weight: bold;
}
td.style4 {
	background-color: #F2F2F2;
}
