html {
	width:100%;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../gfx/texture.png);
	text-align:center;
}

.cache {

	display:none;

}


.flash  {
	display:table;
	width:815px;
	height:540px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.index {
	width:100%;
	height:100%;
}
.indexlien{
	padding-top:25%;
	text-align:center;
}

a {
	text-decoration:none;
	color:#444444;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
}

a:hover {
	font-style:italic;
}