/*feuille de style page liens 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 : 10;
position : absolute;
}
div#liens /* image du lien contact */
{
width : 139px;
height : 234px;
margin-left : 40px;
margin-top : 30px;
z-index : 2;
position : absolute;
}
div#catalogue /* image du lien catalogue */
{
width : 186px;
height : 120px;
margin-left : 40px;
margin-top : 30px;
z-index : 2;
position : absolute;
}
div#texte /*texte */
{
width : 500px;
margin-left : 130px;
margin-top : 130px;
z-index : 3;
position : absolute;
}
div#catalogue_texte /*texte */
{
width : 500px;
margin-left : 130px;
margin-top : 200px;
z-index : 3;
position : absolute;
}
span.violet
{
font-size: 14px;
color: #80277c;
font-weight: bold;
}
span.rouge
{
color: #f2622d;
}
.centrer
{
text-align: center;
}
.justifier
{
text-align: justify;
}
.gras
{
font-weight: bold;
}
a:link
{
text-decoration : none;
color : white;
}
a:visited 
{
text-decoration : none;
color : white;
}
a:hover
{
text-decoration : none;
color : white;
font-size: 14px;
font-weight: bold;
}

