BODY {
	font-family: arial, sans-serif;
	font-size:10px;
}

A IMG {
	border:none;
}

#container {
	width:748px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bambou_et_neige.jpg);
	background-repeat: no-repeat;
}

#frame-top {
	font-size:0;
	background-image: url(images/frame_top.gif);
	height:6px;
}

#frame-center {
	border:none;
	border-left:solid 1px black;
	border-right:solid 1px black;	
	padding:2px;
	height:380px;
}

#frame-bottom {
	font-size:0;
	background-image: url(images/frame_bottom.gif);
	height:6px;
}

#text {
	width:270px;
	background-color:white;
	position:relative;
	top:100px;
	left:380px;
}

.star {
	cursor: pointer;
	position:relative;
	left:715px;
	top:-25px;
}

#menu {
	height:18px;
	background-color: #F5F5F5;
	width:300px;
	position:relative;
	left:350px;
	display: run-in;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:solid 1px black;
	border-top:none;
}

#menu-container {
	height:25px;
	position:relative;
	top:-7px;
}