@charset "UTF-8";
/* CSS Document */
a {text-decoration:none;}
a:visited {color:  #fff;}
a:hover {color: #666; text-shadow: 0px 2px 0px #FFF; filter: dropshadow(color=#FFF, offx=0, offy=2);}
a:active {color:  #666; text-shadow: 0px 2px 0px #FFF; filter: dropshadow(color=#FFF, offx=0, offy=2);}
body{
	background:url(../Fond.jpg) no-repeat center top;
	font-family: 'Lobster Two', arial, serif;
	margin-left:auto; margin-right:auto;
	margin-top:300px;
	width:900px;
	text-align:center;
	font-size:44px;
	color:#FFF;
	text-shadow: 0px 2px 0px #666;
	filter: dropshadow(color=#666, offx=0, offy=2);
}