body
{
    width: 1000px;
    height: 700px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	padding-top:0px;
   	background-image:url("img_design/background.jpg");
	font-family: "Trebuchet MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	border-left: 1px solid #8CEF60;
	border-right: 1px solid #8CEF60;

}

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;
}

