#fenetre
{
	position:absolute;
	display:none;
	top:0px;
	marging-left:0px;
	text-align:center;
	background-image:url(fond_menu.png);
	background-repeat:repeat;
	z-index:200;
}

#image
{
	text-align:center;
	margin:auto;
	width:90%;
}

body{
	background-color:#C00;
	padding:0px;
}

a{
	color:#FFFFFF;
}