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

body {
	background-image: url(../images/design/bg_rayures_bleu.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/*=========================================================== CONTENU ============================================================
--------------------------------------------------------------------------------------------------------------------------------*/


/*=============== CADRES ===============*/
#cadre_top_gauche{
	background:url(../images/design/pyjama_cadre_haut_gauche.gif) no-repeat;
}


#cadre_top_droite{
	background:url(../images/design/pyjama_cadre_haut_droite.gif) no-repeat;
}

#cadre_bas_gauche{
	background: url(../images/design/pyjama_cadre_bas_gauche.gif) no-repeat;
}

.selecteur {
	background: url(../images/design/pyjama_disque_chanson_over.png) no-repeat -20px;
}
/*=============== DESSINS ===============*/
#pyjama_dessin_milieu, #pyjama_dessin_bas_gauche, #pyjama_dessin_bas_droite{
	z-index:5;
}

#pyjama_dessin_milieu{
	background:url(../images/design/pyjama_dessin_milieu.png) no-repeat;
	width:30px;
	height:28px;
	position:absolute;
	left: 455px;
	top: 590px;
}

#pyjama_dessin_bas_gauche{
	background:url(../images/design/pyjama_dessin_bas_gauche.png) no-repeat;
	width:69px;
	height:110px;
	position:absolute;
	left: 34px;
	top: 1025px;
	
}

#pyjama_dessin_bas_droite{
	background:url(../images/design/pyjama_dessin_bas_droite.png) no-repeat;
	width:83px;
	height:84px;
	position:absolute;
	left: 890px;
	top: 1020px;
}

#boite_musique_cadre{
	height: 200px;
	bottom:0px;
}
