body
{
	margin: 0 auto;
	padding: 0;
	background-color: #f4f4ed;

}

input
{

}

input.inputsub{
	margin: 0 0 0 -52px;
	width: 50px;
	height: 30px;
	background: url('submit.png');
	border: 0;
	cursor: pointer;
}

input.inputext {
	font-family: Calibri,Tahoma, Arial;
	font-size: 18px;
	height: 23px;
	width: 500px;
	background: url('bg-form.png') repeat-x top #fff;
	border: 1px solid #ACBABD;
	padding: 5px;
}

a img
{
	border: 0;
}

a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9ac36d;
}

#header{
	height: 150px;
	text-align: center;
	margin: 10px;
}

#result{
	height: 100px;
	background: url('bg.png') top repeat-x;
	text-align: center;
	color: #f4f4ed;
	font-size: 18px;	
}


#formulaire{
	height: 100px;
	background: url('bg.png') top repeat-x;
	text-align: center;
	color: #f4f4ed;
	font-size: 18px;
}

#footer{
	color: #222;
	font-size:  12px;
	text-align: center;
	margin: 5px;
}