/*feuille de style page accueil+flash blind spot */

html, body
{
height : 600px;
font-family : Verdana;
background-color : black;
color: white;
font-size : 12px;
padding: 5px;
}
div#global
{
width : 700px;
height: 600px;
background-color : black;
margin : 0 auto;
position : relative;
padding: 5px;
}
div#header
{
width : 700px;
margin : 0 auto;
position : relative;
text-align : center;
font-weight : bold;
}
a:link
{
text-decoration : none;
color: white;
font-size : 14px;
}
a:visited 
{
text-decoration : none;
color: white;
font-size : 14px;
}
a:hover
{
text-decoration : none;
color: white;
font-size : 16px;
}
