html{
	margin: 5px;
	font-family: Verdana, "Arial Black", Arial, serif;
	font-size: small;
	background-color: black;
	color: white;
	text-align: center;
}

body{
	width: 900px;
	height:100%;
	margin: auto;
   	margin-top: 20px;
   	margin-bottom: 20px;
}


#header{
	width: 900px;
	height: 260px;
	background-color: black;	
}

#container1{
	width: 850px;
	min-height: 440px;
	padding-top: 10px;
	padding-left: 25px;
   	padding-right: 25px;
	background-color: black;
}

#container2{
	width: 875px;
	min-height: 660px;
	padding-top: 10px;
	padding-left: 25px;
	background-color: black;
}

#artist-box{
	position: relative;
	float: left;
	width: 250px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-color: black;
}

#bio-box{
	position: relative;
	float: left;
	width: 525px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: left;
	background-color: black;
}

#left-box{
	position: relative;
	float: left;
	width: 250px;
	height: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-color: black;
}

#album-box{
	position: relative;
	float: left;
	width: 250px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	background-color: black;
}

#link-box{
	position: relative;
	float: left;
	width: 250px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: black;
}

#video-box{
	position: relative;
	float: left;
	width: 550px;
	height: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: left;
	background-color: black;
}

#track-box{
	position: relative;
	float: left;
	width: 550px;
	min-height: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: black;
}

#cart-box{
	position: relative;
	float: left;
	width: 295px;
	min-height: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-image: url(../images/cart_background.png);
    	-moz-border-radius: 10px 75px 10px 10px / 10px 30px 10px 10px; 
    	-webkit-border-radius: 10px 75px 10px 10px / 10px 30px 10px 10px; 
    	-khtml-border-radius: 10px 75px 10px 10px / 10px 30px 10px 10px;
	border-radius: 10px 75px 10px 10px / 10px 30px 10px 10px;  
}

#page-box{
	position: relative;
	float: left;
	width: 900px;
	height: 40px;
	text-align: left;
	background-color: black;
}

#footer{
	position: relative;
	float: left;
	width: 900px;
	height: 100px;
	background-color: black;
	background-image: url(../images/ban__micpro.jpg);
	background-repeat: no-repeat;
}

#player{
	position: relative;
	float: right;
	width: 200px;
}

#logo{
	position:relative;
	height: 350px;
	width: 850px;
	background-repeat:no-repeat;
	margin-bottom: 10px;	
}

#button{
	position:absolute; 
	bottom:0px; 
	right:10px;	
}


a{
	color: #70D116;
}

a:hover{
	text-decoration: underline;
	color: #e36829;
	font-weight: bold;
}

a.info{
   position: relative;
   color: white;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}

a.info span{
   display: none; /* on masque l'infobulle */
}

a.info:hover{
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}

a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #70D116;
   padding: 3px;

   border: 1px solid green;
   border-left: 4px solid green;
}

img{
	border: 0px;
}

img.centered{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.itemContainer{
	width:100%;
	float:left;
	text-align: left;
}
	
.itemContainer div{
	float:left;
	margin: 5px 10px 5px 5px ;
	text-align: left;
}
	
.itemContainer a{
	float:left;
	text-decoration:none;
	text-align: left;
}

.cartHeaders{
	width:100%;
	float:left;
	text-align: left;
}
	
.cartHeaders div{
	float:left;
	margin: 5px 70px 5px 20px ;
	text-align: left;
}

/* Table */
tr{
	text-align: left;
}

td, th{
	padding-right: 5px;
}

