@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
}

#conteneur {
width:1024px;
height:800px;
position:absolute;
margin-left:-512px;
margin-top:-400px;
left:50%;
top:50%;
}




#contenu {
width:1024px;
height:768px;
position:absolute;
margin-left:-512px;
/*margin-top:-384px;*/
left:50%;
/*top:50%;*/
}


#contenu-musique {
width:1024px;
height:715px;
}

#bouton-fermer {
margin-top:3px;
margin-left:838px;
width:88px;
height:12px;
}


#rollover-close {
display:block;
width:88px;
height:12px;
background-image:url(../images/close-rollover.jpg);
background-repeat:no-repeat;
background-position:left;
}

#rollover-close:hover {
background-image:url(../images/close-rollover.jpg);
background-repeat:no-repeat;
background-position:right;
}



