body {
  margin: 0px;
  background-image:url('images/fondpuzzle4.gif');
  }
p, td, h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #CC6600;
  }
a:link {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px dotted #CC6600;
  }
a:visited {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px dotted #CC6600;
  }
a:hover {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px solid #BB5500;
  }
a:active {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px dashed #CC6600;
  }
a.passouligne:link, a.passouligne:visited, a.passouligne:hover, a.passouligne:active {
  border-bottom: none;
  }
.page {
  width: 773px;
  margin: 0 auto;
  text-align: center;
  background-color:#FFFFFF;
  border: 1px solid black;
  }
.page2 {
  width: 990px;
  margin: 0 auto;
  text-align: center;
  background-color:#FFFFFF;
  border: 1px solid black;
  }
.descriptif {
  padding: 25px;
  }
.inpcont {
  width: 100%;
	border-color: #CC6600;
	border-style: dotted;
	border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  }
.inpcontred {
	border-color: #CC6600;
	border-style: dotted;
	border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  }
.inpsub {
  background-color: #dc7610;
/*	border-color: #CC6600;
	border-style: dotted;
	border-width: 1px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  }
.erreur {
  color: #FF0000;
  font-weight: bold;
  }