/*feuille de style page accueil 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 du lien disquaire */
{
width : 190px;
height : 122px;
margin-left : 70px;
margin-top : 20px;
z-index : 8;
position : absolute;
}
div#actu /* image du lien actu */
{
width : 129px;
height : 91px;
margin-left : 430px;
margin-top : 140px;
z-index : 9;
position : absolute;
}
div#libraire /* image du lien libraire */
{
width : 183px;
height : 115px;
margin-left : 182px;
margin-top : 134px;
z-index : 10;
position : absolute;
}
div#liens /* image du lien liens */
{
width : 131px;
height : 85px;
margin-left : 530px;
margin-top : 225px;
z-index : 11;
position : absolute;
}
div#espace /* image du lien espace jeunes créateurs */
{
width : 209px;
height : 135px;
margin-left : 55px;
margin-top : 250px;
z-index : 12;
position : absolute;
}
div#contact /* image du lien contact */
{
width : 137px;
height : 86px;
margin-left : 380px;
margin-top : 323px;
z-index : 13;
position : absolute;
}
div#catalogue /* image du lien catalogue */
{
width : 186px;
height : 120px;
margin-left : 472px;
margin-top : 15px;
z-index : 14;
position : absolute;
}
div#texte /* texte de presentation */
{
width : 450px;
height : 170px;
margin-left : 50px;
margin-top : 410px;
z-index : 14;
position : absolute;
}
div#filetdisquaire /* filet image disquaire */
{
width : 112px;
height : 54px;
margin-left : 250px;
margin-top : 15px;
z-index : 2;
position : absolute;
}
div#filetactu /* filet image actu */
{
width : 99px;
height : 113px;
margin-left : 390px;
margin-top : 18px;
z-index : 3;
position : absolute;
}
div#filetlibraire /* filet image libraire */
{
width : 15px;
height : 168px;
margin-left : 355px;
margin-top : 15px;
z-index : 4;
position : absolute;
}
div#filetliens /* filet image liens */
{
width : 148px;
height : 290px;
margin-left : 390px;
margin-top : 15px;
z-index : 5;
position : absolute;
}
div#filetespace /* filet image espace */
{
width : 119px;
height : 167px;
margin-left : 252px;
margin-top : 173px;
z-index : 6;
position : absolute;
}
div#filetcontact /* filet image contact */
{
width : 50px;
height : 317px;
margin-left : 380px;
margin-top : 15px;
z-index : 7;
position : absolute;
}
div#filetcatalogue /* filet image catalogue */
{
width : 96px;
height : 51px;
margin-left : 390px;
margin-top : 20px;
z-index : 15;
position : absolute;
}
span.violet
{
font-weight : bold;
color: #80277c;
}
span.rouge
{
color: #f2622d;
}
.text
{
text-align: justify;
}
a:link
{
text-decoration : none;
}
a:visited 
{
text-decoration : none;
}
a:hover
{
text-decoration : none;
}