*
{
   font-family: "Comic Sans MS", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
   background-color: #2C2C2C;
}

h2
{
	color:#C5FF00;
}

a
{
	color:#C5FF00;
	text-decoration: none;
}


form
{
	text-align: center;
	color:#C5FF00;
}

#poste
{
	float: left;
}

#note
{
	float: right;
}

/* ------------------------------------------- */

input, textarea, select
{
   font-family: "Comic Sans MS", Times, serif;
   background-color: white;
}

