@charset "utf-8";
/* CSS Document */

body{
	font-size:10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../media/background.jpg) no-repeat #000000;
	background-position:top;
}



a { 
text-decoration: none;
font-size:10px;
}


/******************/

a.lien_bleu:link, a.lien_bleu:active, a.lien_bleu:visited	{
	color:#000;
	font-size:10px;
	display:block;
	padding:2px;
	background-color:#FFFFFF;
}

a.lien_bleu:hover  {
	color:#0077c4;
	background-color:#e2e2e2;
}

a.lien_bleu span{display: none}

a.lien_bleu:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:relative;
    top:10px; left:10px; bottom:-10px; width:15em;
    border:3px solid #e2e2e2;
    background-color:#000; color:#FFF;
    text-align: center
}


h1{
	font-size:12px;
	line-height:12px;
}
