/* moteur de recherche */
#blocRecherche {
	margin-left:1%;
	margin-bottom:2em;
	width:85%;
	padding:15px 10px;
	border:1px solid #dfaa69;
	background-color:#fff;
	text-align:center;
	font-weight:bold;
}
#blocRecherche form {
	display:inline;
}
#blocRecherche input {
	width:110px;
	font-weight:normal;
}
#titreRecherche {
	padding-right:10px;
	color:#900;
}

/* tableau de résultat de la recherche */
.messageResultat {
	color:#900;
	font-style:normal;
}
.thResultatReference {
	padding:10px 20px 10px 20px;
	background-image:url(medias/catalogue-fond-titre.gif);
	background-repeat:no-repeat;			
	background-color:#fff;
	border-bottom:1px solid #254826;
	border-right:1px solid #254826;
	width:10%;
	
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#900;
}
.thResultatDesignation {
	padding:10px 20px 10px 20px;
	background-repeat:no-repeat;			
	background-color:#fff;
	border-top:2px solid #254826;
	border-right:1px solid #254826;
	border-bottom:1px solid #254826;
	width:90%;

	text-align:left;
	font-size:1em;
	font-weight:bold;
	color:#900;
}
.tdResultatReference {
	padding:3px 20px 3px 20px;
	border-left:2px solid #254826;
	border-right:1px solid #254826;
	text-align:center;
	font-size:0.9em;
}
.tdResultatDesignation {
	padding:3px 20px 3px 20px;
	border-right:1px solid #254826;
	text-align:left;
	font-size:0.9em;
}
.tdResultatFin {
	border-top : 1px solid #254826;
	background-color:#f2eff4;
	height:1px;
	font-size:0.1em;
}
.tdResultatReference a, .tdResultatDesignation a {
	text-decoration:none;
	color:#000;
}


/* catégorie */ 
.blocTitreCatalogue {
	margin-left:10%;
	margin-top:0.8em;
	width:70%;
	background-color:#e8cd8a;
}
.blocTitreCatalogueH {
	height:15px;
	background-image:url(medias/titres/h.gif);
	background-repeat:repeat-x;
}
	.blocTitreCatalogueB {
	height:15px;
	background-image:url(medias/titres/b.gif);
	background-repeat:repeat-x;
}
.blocTitreCatalogueCG {
	background-image:url(medias/titres/g.gif);
	background-repeat:repeat-y;
}
.blocTitreCatalogueCD {
	padding:1px 12px;
	background-image:url(medias/titres/d.gif);
	background-repeat:repeat-y;
	background-position: top right;
}
.blocTitreCatalogue h1 {
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:110%;
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:bold;
	font-family:arial, sans-serif;
}
.blocTitreCatalogue a {
	text-decoration:none;
}

/* sous catégorie */
li.sousCategorie {
	margin-top:20px;
	list-style-image:url(medias/puce-sous-categorie.gif);
}
li.sousCategorie a {
	color:#900;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
}

/* article  */ 
div.blocArticle {
	width:100%;
	padding:2px;
	border:1px solid #dfaa69;
	background-color:#fff;
}
.blocArticle img {
	width:120px;
	height:120px;
	border:0px;
	margin:1px 10px;
}
.blocArticle a {
	text-decoration:none;
	color:#000;
}
.l30 {
	width:30px;
	text-align:right;
}

li.blocArticle {
	margin-left:20px;
	padding:3px;
}
li.blocArticle a {
	text-decoration:none;
	color:#000;
}


/* détail panier */
#titreDetail {
	padding:10px 20px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#000;
}

.fondDetail {
	width:100%;
	margin:10px 0px;
	padding:0px;
}
.tdDetail {
	margin-right:10px;
	padding:10px 20px;
	border:1px solid #dfaa69;
	background-color:#fff;
}
#tdDescriptif {
	width:300px;
	vertical-align:top;
}
#tdPhoto {
	vertical-align:top;
	text-align:center;
}
#tdQuantite {
	vertical-align:bottom;
	text-align:center;
}
#inputQuantite {
	width:30px;
	text-align:right;
}


/* promotions */
.prixInitial {
	text-decoration:line-through;
}
.prixPromotionnel {
	color:#f00;
	font-weight:bold;
}




/* titre 
.titreCatalogue {
	clear:both;
	color:#900;
}
*/


