/* Page catalogue des produits */
@import "gamme.css";
@import "panier.css";

.conteneur {
	background: url(../pineau-vin-cognac-mousseux/images/fond_page.png) repeat-y;
}

/* 3 colonnes dans le contenu */
.colonne_gauche {
	width: 300px;
	padding: 20px 16px 6px 22px;
	vertical-align: top; 
}

	.colonne_gauche img { margin-top: 11px; }
	.colonne_gauche div { margin: 8px 0px; text-align: right; }
.colonne_centre {
	padding: 6px 6px 6px 21px;
	vertical-align: top;
}
.colonne_droite {
	width: 200px;
	padding: 16px 14px 85px 6px;
	background: url(../images/bas_page_logo.png) bottom right no-repeat;
	vertical-align: top;
	text-align:right;
}

/* fil d'arianne et retour */
.fil_arianne{
	padding: 6px 14px 6px 22px;
	vertical-align: top;
}

/* === Colone du MILIEU : les produits d'une gamme === */
#produits_gamme {
	width:357px;
	margin-top:10px;
}
#produits_gamme H1 {
	font-size:13px;
	font-weight:900;
	color:white;
	height:21px;
	line-height:21px;
	background-color:#B02926;
	border:#AF5910 solid 1px;
	padding-left:10px;
	margin:0px;
}
#produits_gamme UL {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#produits_gamme LI {
	border:#AF5910 solid 1px;
	background-color:white;
	margin:5px 0px 0px 0px;
	padding:7px 7px 5px 7px;
	color:#AF5813;
}
#produits_gamme .photo_bouteille {
	float:left;
	margin-right:7px;
}
.clearBoth { clear: right; }
#produits_gamme .prix {
	color:red;
	font-size:20px;
	font-weight:900;
	margin:5px 0px 5px 0px;
	padding:0px;
}
#produits_gamme .coup_coeur {
	float:right;
	text-align:center;
}
#produits_gamme .coup_coeur, #produits_gamme .coup_coeur A, #produits_gamme .coup_coeur A IMG {
	font-size:14px;
	font-weight:bold;
	color:red;
	border-style:none;
}

#produits_gamme STRONG, #produits_gamme  STRONG A { font-size:14px; font-weight:900; color:#AF5813;}
#produits_gamme UL LI A STRONG { color:#AF5813; }
#produits_gamme A:hover  { text-decoration:none; }
#produits_gamme A IMG, #produits_gamme STRONG A IMG { border-style:none }