@charset "utf-8";

/* CSS Document */
/*body{background:#4a001c}*/
body {
	background:#370016
}

A {
	color: #FFFBD1;
	text-decoration:none;
}

A:hover {
	text-decoration: overline underline;
	color:#FFFBD1;
	font-style:italic;
}

IMG {
	border:none;
}

#flashcontent {
	position:fixed;
	margin-bottom:0px;
	margin-left:-9px;
	width:100%;
	height:100%;
	text-align: center
}

#welcome {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-align: center;
	text-decoration:none;
	color:#000;
	margin-left: auto;
	margin-right: auto;
}

#band {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
}

#plante {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
}

#etoile {
	position:absolute;
	right:0;
	top:0;
	display:block;
}

