body{
	background-color: #000;
}
#menu, #menu a{
	color: #fff;
}

#content{

}

#content img{
	display: inline-block;
	margin: 40px 40px 0px 0px;
}

#disque_liste{
	width: 150px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#disque_liste img{
	margin: 20px 20px 0px 0px;
}

#disque_detail{
	height: 400px;
/*
	position: fixed;
	top: 0px;
*/
	float:right;
	left: 400px;
	width: 700px;
	margin: 20px 0px;
	color: #FFF;
}

#disque_detail img{
	margin: 0px;
}

#disque_detail h1,#disque_detail h2{
	margin: 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#disque_detail h1{
	font-weight: bold;
}
#disque_detail h2{
	font-weight: bold;
	font-style: italic
}

#achat_box{
	margin-top: 12px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#achat_box div{
	margin-bottom: 10px;
}
#achat_box form{
	display: inline-block;
}
#achat_box .bouton{
	border: none;
	padding: 6px;
	margin: 0px;
	background-color: #555;
	display: inline-block;
/*
	width: 80px;
*/
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#achat_box .bouton:hover{
	background-color: #1E90FF;
}

#disk_list > a, #stick{
	display: block;
	width: 135px;
	height: 135px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 30px 30px 0px;
	float: left;
	position: relative;
	text-decoration: none;
}
#disk_list > a.big, #stick{
	width: 300px;
	height: 300px;
}
#disk_list .prix{
	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
	padding: 4px 8px;
	color: #FFF;
	background-color: #222;
	position: absolute;
	bottom: -4px;
	right: -4px;
	font-size: 16px;
}

.big .prix{
	color: #222 !important;
	background-color: #FFF !important;
	font-size: 20px !important;
}

#stick{
	color: #FFF;
	text-align: left;
	background-color: #8D2020;
	text-align: center;
}
#stick h1{
	font-weight: normal;
	font-size: 27px;
	margin-bottom: 14px;
	margin-top: 102px;
}
#stick div{
	margin: 45px;
}
#stick p{
font-size: 15px;
text-transform: uppercase;
}

#stick hr{
	border: none;
	height: 1px;
	background-color: #EEE;
}
