@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#333333;
}

#container {
	width:100%;
	height:100%;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container a { outline:none; color:#CC3333; text-decoration:none; font-weight:bold; }

#container .etoile { margin-top:30px; }
