@charset utf-8;
/* CSS Document */

#GammeI{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 488px;
	height: 327px;
	top: 80px;
	left: 0;
	background: black;
}
#GammeII{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 488px;
	height: 327px;
	top: 80px;
	right: 0;
	background: black;
}

#etiquettes{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 80px;
	width: 980px;

}

#etiquettes li{
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	cursor: pointer;	
}

.textesVins{
	margin: 0;
	padding: 0 30px;
	position: absolute;
	width: 428px;
	height: 325px;
	top: 80px;
	color: white;
	display: none;
	overflow: auto;
}

.textesVinsI{
	right: 0;
}

.textesVinsII{
	left: 0;
}

.textesVins p{
	font-size: 13px;
}


.textesVins h3{
	font-size: 16px;
}

.pdf{
	postion: absolute;
	left: 0;
	top: 0;
	background:white url(../img/vin/icone-pdf.png) no-repeat left center ;
	padding-left: 20px;
	margin: 0 0 0 -30px;
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	width:  200px;
}
.pdf a{
	color: black;
	text-decoration: none;
}
#instruction{
	position: absolute;
	top: 420px;
	color: white;
	display: none;
}