body
{
	background-color: #666666;
	background-attachment: fixed;
	font-family: Helvetica, Arial;
	color: white;
	font-size: 0.8em;
}
a:link, a:visited
{
	text-decoration: none;
	color: white;
}
.boxApp
{
	border: 2px solid white;
	border-radius: 5px;
	display: inline-block;
	padding: 7px;
	width: 150px;
	height: 50px;
	background-color: #444444;
	margin: 10px;
}
.menuBox
{
	border: 2px solid white;
	border-radius: 5px;
	background-color: #666666;
	display: inline;
	position: fixed;
	top: 5px;
	right: 5px;
	padding: 4px;
}
.menu
{
	color: white;
	font-size: 1.2em;
	text-decoration: none;
}
.editeur
{
	width: 90%;
	display: none;
	position: fixed;
	top: 60px;
	border: 2px solid white;
	border-radius: 5px;
	background-color: black;
	padding: 10px;
}
.blocEntree
{
	border: 2px solid white;
	padding: 6px;
	margin: 10px;
	background-color: #000000;
	border-radius: 5px;
}
.uneEntree
{
	display: inline-block;
	text-align: center;
	padding: 7px;
}
.texte0Point, .texte1Point, .texte2Point, .texte3Point, .texteSimple
{
	font-weight: bold;
	margin: 4px;
	font-size: 1.3em;
}
.texte0Point
{
	color: #BBBBBB;
}
.texte1Point
{
	color: #DDA600;
}
.texte2Point
{
	color: #DD0042;
}
.texte3Point
{
	color: #FFFF00;
}
.texteSimple
{
	color: #FFFFFF;
}
.loginBox
{
	text-align: center;
	padding: 20px;
	border: 2px solid grey;
	background-color: white;
	border-radius: 5px;
	display: inline-block;
	margin-top: 100px;
}
.loginButton
{
	font-size: 1.4em;
	color: white;
	background-color: grey;
	border: 1px solid white;
	border-radius: 5px;
}