@charset "utf-8";
/* CSS Document */
body
  {
	background-color: #ee7d0c;
	text-align: center;
  }
*
  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
  }
#conteneur
  {
	width: 795px;
	background: url(images/top_part.jpg) top left no-repeat;
	padding-top: 250px;
	margin: auto;
	text-align: center;
  }

#formenvoie
  {
	width: 541px;
	text-align: left;
	margin: 60px auto 0 auto;
  }
input
  {
	background-color: #f9c08b;
	border:0;
	padding: 0 10px;
	width: 70px;
  }
#btenvoie
  {
	width: 457px;
	height: 51px;
	background: none;
	margin: 20px 0 0 280px;
  }

#code
  {
	height: 41px;
	width: 80px;
	background-color: #f9c08b;
	color: #003b79;
	display: block;
  }
