.catalogue h4 { border: 0 !important; }
/* Affichage en bloc */
div.vignette {
	width: 130px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}

div.vignette a { width: 100px; height: 100px; overflow: hidden; display: block; }

div.vignette a, table.catalogue tbody td.visuel a {
	padding: 3px;
	border:1px solid #E8E8E8;
	display: block;
}
div.zoom img { border: 0 !important; }
#nouveautes div.vignette a { float: left; margin-right: 10px; }
#nouveautes div.vignette { font-size: 1.2em; width: 100%; margin-right: 0; margin-bottom: 20px;}
#nouveautes div.vignette h3 { clear: none; }
#nouveautes div.vignette img { margin-right: 20px; }
/*#preview div.vignette h3 { background: url("../images/icone_panier.gif") no-repeat scroll 0 0 transparent; }
#sidebar div.vignette h3 { background: url("../images/icone_panier.gif") no-repeat scroll 119px 0 transparent }*/
div.vignette h3:first-letter { padding-left: 20px;; }
div.vignette h3, div.zoom h3, table.catalogue td.nom strong {
	display:inline;
	color: #0086C7;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.95em;
	margin-top: 5px;
}
/*div.vignette .panier { border-top: 1px solid #EDEDED; }*/
#preview div.vignette p, #preview div.description p { text-align: left; }
/* Liste des produits en tableau */

form.recherche {float: right;	width: auto;}
table.catalogue { width: 100%; border: 0;}
td.fixed { white-space: nowrap; }
table.catalogue tr.criteres {height: 25px !important; background: #f0ede9; color: #666; font-size: 1em;}
table.catalogue tr.criteres img { float: right; clear: right; }
table.catalogue tr.criteres span { margin: 5px 15px 0 0; display: block; }
table.catalogue .selected { font-weight: bold; }

table.catalogue td {padding: 5px; border: none; border-bottom: 5px solid #f0ede9;}
table.catalogue td.prix { text-align: right;}
.appreciation img {padding: 2px !important; border: 0 !important; vertical-align: middle; }
table.catalogue tr.solde td.prix {  }

/* Liste des produits en popup ajax */
#minipopup h3 { text-align: center; }
table.ajax thead td { font-size: 1.2em; font-weight: bold; color:#0D075F; }
table.ajax td.prix { font-size: 1em; }

.prix {color: #CC1059; font-weight: bold; font-size: 1.65em;}
.prix strike, .prix del {background: url(../images/barre.gif) repeat-x left center; }
.prix small strike, .prix small del {color: #666;text-decoration:none; }


div.zoom {
	position: absolute;
	z-index: 99999999;
	visibility: hidden;
	background: #FFF;
	border: 1px solid #EDEDED;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
div.zoom img.zoom {
	padding: 0 !important;
}
/* Produit détail */
div.images { float: left; margin-right: 10px; }
div.images img { border: 1px solid #E8E8E8; padding: 3px; margin: 4px; }
div.images a { width: 100px; height: 100px; overflow: hidden; display: block; float: left; border: 1px solid #E8E8E8; padding: 3px; margin: 3px; }
div.images a img { border: 0; padding: 0; margin: 0; }
div.description { margin-left: 480px; }
div.exergue {
	float: right;
	clear: right;
	width: 100px;
	color: #0D075F;
	margin: 0 0 0 40px;
}
div.exergue strong {
	display: block;
	font-size: 1.2em;
}
div.exergue p {
	clear: both;
	padding: 0.2em 0;
	margin: 0.2em 0;
	border-top: 1px solid #8B857D;
}
div.exergue p.prix {
	font-size: 1.5em;
	text-align: right;	
}
div.exergue p.prix small {
	font-size: 0.7em;
}

table.produits_associes_commande {
	border: 0;
	border-top: 1px solid #CC1059;
	width: 450px;
	border-collapse: collapse;
}
table.produits_associes_commande td { padding: 5px 0; }
table.produits_associes_commande td.prix {
	text-align: right;
	color: #8B857B;
}
table.produits_associes_commande tr.total td {
	border-top: 1px solid #CC1059;
	font-size: 1.8em;
}
table.produits_associes_commande tr.total div, table.produits_associes_commande tr.total td.prix {
	color: #CC1059;
}

select{z-index:-1;}
div.options label { display: block; width: 100px; float: left; font-weight: bold; color: #0D075F; }
div.options select { width: 150px; }

table.sofinco {
	border: 1px solid #2B5097;
	border-collapse: collapse;
	width:100%;
	margin-top: 10px;
}
table.sofinco  td, table.sofinco th {
	border: 1px solid #2B5097;
	padding: 5px;
	color: #2B5097;
}
table.sofinco th { text-align: right; }

p.panier a {
float:none !important; margin:0 !important;
border:medium none;
height:auto;
padding:0 0 0 20px;
width:auto;
background:url("../images/icone_panier.gif") no-repeat scroll 0 0 transparent;color:#0086C7;
font-size:0.95em;
font-weight:bold;
margin-top:5px;
text-transform:uppercase;
}

#nouveautes p.panier {margin-left:120px;}
