
#imagedessus {
    display:					none;
}

#imagedessous {
    display:				    none;

}

#outercontent  {
	background:					#fff;
	min-height:                 120px;
	padding:                    0;
	position:					relative;
	top:						0px;
	left:						550px;
	width:						441px;
	margin-bottom:				10px;
}
#content {
	width:						440px;
	height:						480px;
	overflow:					auto;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	font-size:                  12px;
	color:                      #4a3e37;
	background:                 #fff;
	
}


/** produits ******************************************************************/

#content div.produits ul {
    margin:                    0;
    padding:                    0;
    list-style:                 none;
}

#content div.produits ul li {
    margin:                     0;
}

#content div.produits ul li span {
    display:                    block;
    padding:                    5px 1Opx;
    color:                      #9F8E8E;
}

#content div.produits ul ul {
    margin:                     0px 0px 15px 0px;
}

#content div.produits ul li li {
    margin:                     0;
    padding:                    0;
}

#content div.produits ul ul a {
    display:                    block;
    width:                      319px;
    padding:                    1px 0 1px 65px;
    /*background:                 #9F8E8E;*/
    background:                 url(images/vins-li-a.jpg) no-repeat 45px center;
    color:                      #000;
    font-size:                  .9em;
}

#content div.produits ul ul a:hover, 
#content div.produits ul ul li.selected a {
    background:                 #DDD4D4 url(images/vins-li-a-hover.jpg) no-repeat left center;
    color:                      #fff;
    text-decoration:            none;
}

/** produit *******************************************************************/

#content div.produit {
	background:                 #E4DCDA url(images/content.jpg) no-repeat;
	padding:                    10px 0px 0px 10px;
}

#content div.produit h3 {
    margin-bottom:              20px;
    color:                      #6E5555;
    font-weight:                bold;
}

#content div.produit h4 {
    padding:                    0px 0px 10px 0px;
	margin:						0 0 0px 0px;
	font-size:                  14px;
	color:                      #947040;
	border-bottom:				1px solid #ffffff;
}