/*feuille de style page libraire 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#libraire /* image du lien libraire */
{
width : 318px;
height : 312px;
margin-left : 50px;
margin-top : 40px;
z-index : 2;
position : absolute;
}
div#musique /* image musique*/
{
width : 215px;
height : 47px;
margin-left : 310px;
margin-top : 132px;
z-index : 3;
position : absolute;
}
div#socio /* image socio*/
{
width : 158px;
height : 41px;
margin-left : 340px;
margin-top : 205px;
z-index : 4;
position : absolute;
}
div#bd /* image bd*/
{
width : 103px;
height : 49px;
margin-left : 368px;
margin-top : 270px;
z-index : 5;
position : absolute;
}
div#graphisme /* image graphisme*/
{
width : 205px;
height : 55px;
margin-left : 320px;
margin-top : 335px;
z-index : 6;
position : absolute;
}
div#photo /* photo de la librairie */
{
margin-left : 30px;
margin-top : 280px;
z-index : 8;
position : absolute;
}
div#texte /* liste des libraires*/
{
width : 400px;
height : 200px;
margin-left : 80px;
margin-top : 510px;
z-index : 7;
position : absolute;
}
.text
{
text-align: justify;
}


