/*feuille de style page espace jeunes créateurs 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#espace /* image du lien espace jeunes créateurs */
{
width : 221px;
height : 457px;
margin-left : 40px;
margin-top : 30px;
z-index : 2;
position : absolute;
}
div#photo /* photo */
{
margin-left : 470px;
margin-top : 20px;
z-index : 10;
position : absolute;
}
div#vetements /* image vetements */
{
width : 240px;
height : 55px;
margin-left : 280px;
margin-top : 180px;
z-index : 3;
position : absolute;
}
div#texte01 /* t-shirt, jupes... */
{
width : 200px;
height : 50px;
margin-left : 370px;
margin-top : 240px;
z-index : 4;
position : absolute;
}
div#texte02 /* plastic soldier*/
{
width : 200px;
height : 50px;
margin-left : 200px;
margin-top : 300px;
z-index : 5;
position : absolute;
}
div#texte03 /* kaemes */
{
width : 100px;
height : 50px;
margin-left : 400px;
margin-top : 350px;
z-index : 6;
position : absolute;
}
div#accessoires /* accessoires */
{
width : 265px;
height : 37px;
margin-left : 265px;
margin-top : 450px;
z-index : 7;
position : absolute;
}
div#texte04 /* porte clef ... */
{
width : 200px;
height : 50px;
margin-left : 265px;
margin-top : 490px;
z-index : 8;
position : absolute;
}
div#texte05 /* haut les mains */
{
width : 200px;
height : 50px;
margin-left : 170px;
margin-top : 520px;
z-index : 9;
position : absolute;
}
h1
{
font-size: 12px;
}
h2
{
font-size: 20px;
font-weight: bold;
}


