/*******************************/
/*****  Produits      **********/
/*******************************/

#pad-titre {
	padding-right:5px;
}
#produits {
	width:100%;
	min-width:576px;
	height:100%;
	position:relative;
	z-index:0;
}
#produits ul {
	width:64%;
	min-width: 292px;
	margin: 5px;
	float:left;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
    list-style-type:none;   
	background-color:#DFAE73;
}   
#produits li {
	float: left;
	width:24%;
	min-width: 73px;
	height: 175px;
	margin:0;
	padding:0;
}
#produits a.gallery {   
    display:block;
	width:100%;
	height:165px;
    text-decoration:none;  
    margin:0;   
	padding:0;
    text-align:center;   
    cursor:default;   
	z-index:200;
}   
#produits a.gallery em {
	width:78%;
	margin:0 auto;
	padding:0;
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
}
#produits a.gallery p.titre {
	width:100%;
	color:#590402;
	font-weight:bold;
	margin:0;
	padding:0;
	font-variant: small-caps; 
	font-size:10px;
}
#produits a.panier {
	display:block;
	text-align:center;
	color:#590402;
	margin:-20px auto 0 auto;
	font-weight:bold;
	font-size:10px;
	padding:0;
}
#produits a.gallery img.petite {
	display:block;
	width:38px;
	height:82px;
	margin:10px auto;
	padding:0;
	border-left: 1px solid #580201;
	border-top: 1px solid #580201;
}
#produits a.gallery img.grande, #produits a.panier img.grande {
	width:142px;
	height:300px;
	border-left: 1px solid #580201;
	border-top: 1px solid #580201;
}
#produits a.gallery span img, #produits a.panier span img { 
	margin: 10px auto;  
}
#produits a.gallery:hover span, #produits a.panier:hover span {
	display:block;   
    color:#000;   
	z-index:100;
	height:320px;
}   
#produits a.gallery span, #produits a.gallery:hover span, #produits a.gallery:active span, #produits a.gallery:focus span,
 #produits a.panier span, #produits a.panier:hover span, #produits a.panier:active span, #produits a.panier:focus span {
	position:absolute;   
	width: 34%;
	height:320px;
    top:0px;   
    right:10px;
	background-color:#D78F3A;
}
#produits a.gallery:active span, #produits a.gallery:focus span, #produits a.panier:active span, #produits a.panier:focus span {
	display:block;   
    color:#000;   
	z-index:50;
}

#description {
	position:absolute;
	width:34%;
	min-width: 73px;
	height: 215px;
	margin:0;
	padding:0;
	top:320px;
	right:10px;
	background-color:#D78F3A;
} 
#description p {
	display:block;
	color:#590402;
	font-weight: bold;
	padding: 0;
	margin: 10px;
	font-size: 12px;
	text-align:justify;
} 
#cocktail {
	clear:both;
	width:100%;
	min-width:576px;
	margin:10px 10px 10px 0;
	padding:0;
	background-color:#F7DABA;
}
#pad-cocktail {
	background-color:#D78F3A;
	margin-right:10px;
}
#pad-cocktail img {
	display:inline;
	text-align:left;
	width : 99px;
	height: 81px;
	border: none;
	margin: 10px;
	padding: 0;
}
#pad-cocktail h3 {
	margin: 0 0 0 10px;
}
#pad-cocktail h3.cocktail {
	display:inline;
}

