/*feuille de style page actu 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#actu /* image du lien actu */
{
width : 146px;
height : 156px;
margin-left : 50px;
margin-top : 30px;
z-index : 2;
position : absolute;
}
div#blog 
{
margin-left : 400px;
margin-top : 100px;
z-index : 3;
position : absolute;
}
div#photo
{
margin-left : 100px;
margin-top : 220px;
z-index : 4;
position : absolute;
}
a:link
{
text-decoration : none;
color : white;
font-size: 14px;
font-weight: bold;
}
a:visited 
{
text-decoration : none;
color : white;
font-size: 14px;
}
a:hover
{
text-decoration : none;
color : white;
font-size: 16px;
font-weight: bold;
}


