/*feuille de style page contact 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#contact /* image du lien contact */
{
width : 139px;
height : 234px;
margin-left : 40px;
margin-top : 30px;
z-index : 2;
position : absolute;
}
div#plan /* image du plan */
{
width : 450px;
height : 209px;
margin-left : 190px;
margin-top : 100px;
z-index : 3;
position : absolute;
}
div#textcontact /* contact */
{
width : 350px;
height : 240px;
margin-left : 180px;
margin-top : 340px;
z-index : 4;
position : absolute;
}
h1
{
font-size: 16px;
color: #80277c;
}
h2
{
font-size: 14px;
font-weight: bold;
}
a:link
{
text-decoration : none;
color : white;
}
a:visited 
{
text-decoration : none;
color : white;
}
a:hover
{
text-decoration : none;
color : white;
}

