/*feuille de style page disquaire blind spot */

html, body
{
height : 600px;
font-family : Verdana;
background-color : black;
color: white;
font-size : 12px;
padding: 10px;
}
div#global
{
width : 700px;
height: 600px;
background-image : url(images/fond.png);
margin : 0 auto;
position : relative;
}
div#logo /* image du logo bas/droite qui sert de lien pour retourner à la page d'accueil */
{
width : 100px;
height : 88px;
margin-left : 550px;
margin-top : 475px;
z-index : 1;
position : absolute;
}
div#disquaire /* image disquaire dans la page disquaire */
{
width : 295px;
height : 122px;
margin-left : 50px;
margin-top : 15px;
z-index : 2;
position : absolute;
}
div#photo /* photo */
{
margin-left : 380px;
margin-top : 20px;
z-index : 11;
position : absolute;
}
div#rock /* image rock */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 265px;
z-index : 3;
position : absolute;
}
div#musiquetraditionnelle /* image musique traditionnelle*/
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 290px;
z-index : 4;
position : absolute;
}
div#jazz /* image jazz */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 325px;
z-index : 5;
position : absolute;
}
div#funkysoul /* image funky soul afrobeat */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 355px;
z-index : 6;
position : absolute;
}
div#hiphop /* image hip hop */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 390px;
z-index : 7;
position : absolute;
}
div#musiquecontemporaine /* image musique contemporaine */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 420px;
z-index : 8;
position : absolute;
}
div#musiqueelectronique /* image musique electronique */
{
width : 600px;
height : 30px;
margin-left : 45px;
margin-top : 445px;
z-index : 9;
position : absolute;
}
div#texte01 /* un spectre de genres musicaux ...*/
{
margin-left : 88px;
margin-top : 230px;
z-index : 4;
position : absolute;
}
div#texte02 /* borne de musique libre*/
{
margin-left : 45px;
margin-top : 490px;
z-index : 10;
position : absolute;
}
.gauche
{
float: left;
}
h1
{
font-size: 12px;
}
