@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#dddddd;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#939456;
}
h2{
	font-size:14px;
	color:#939456;
	font-weight:bold;
}
#wrap {
	width:100%;
	height:auto;
	background-image:url(../images/bg40.jpg);
	background-repeat:no-repeat;
	display:block;
}
#wrap:after {
   content: ".";
   height:0;
   visibility: hidden;
   display: block;
   clear: both;
} 
#container{
	display:block;
	width:949px;
	margin:auto;
	text-align:left;
	margin-top:0;
	padding-top:0;
}
#cart{
	display:block;
	margin-bottom:10px;}
#win {
	display:block;
	width:682px;
	height:auto;
	min-height:525px;
	margin: auto ;
	background:url(../images/shopPanelMid.jpg);
	background-repeat:repeat-y;
	margin-top:10px;
}
#panelTop{
	width:682px;
	height:14px;
	background-image:url(../images/shopPanelTop.jpg);
	background-repeat:no-repeat;
}
#panelBot{
	width:682px;
	height:13px;
	background-image:url(../images/shopPanelBot.jpg);
	background-repeat:no-repeat;
}
#menu {
	display:block;
	width:378px;
	height:157px;
	min-height:157px;
	background:url(../images/altcontb.png);
	background-repeat:no-repeat;
}
#altcont {
	display:block;
	padding-left:15px;
	padding-top:65px;
	padding-right:115px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
}
#altcont a{
	color:#50512F;
}
#altcont a:hover, #altcont a:active{
	color:#939456;
}
#info{
	display:block;
	width:568px;
	margin:auto;
}
#dg, #ddg, .gauche{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#dd, #ddd, .droite{
	display:block;
	float:right;
	clear:right;
	margin-bottom:10px;
}
#scroller{
	display:block;
	margin:auto;
	width:528px;
	height:auto;
	padding-left:10px;
}
#chansons, #disquaires{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	clear:both;
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-top:10px;
	
}
.disque{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:250px;
	text-align:left;
}
li{
	padding-bottom:10px;
}
#chansons a:link, #chansons a:visited, .disque a:link, .disque a:visited, li a:link, li a:visited, .option a:link, .option a:visited{
	color:#50512F;
	text-decoration:none;
	font-weight:bold;
}
#chansons a:hover, #chansons a:active, .disque a:hover, .disque a:active, li a:active, li a:hover, .option a:active, .option a:hover{
	color:#939456;
}
#share{
	position:absolute;
	display:block;
	left:75%;
	top:725px;
	z-index:100;
}
#position {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	text-align: center;
}
#forshare{
	display:none;
}
.bold{
	font-weight:bold;
}
.option{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

