/*------------------------------------------------------------------
[Sommaire]

1. Reset
2. Main - Structure Page 1
3. Main - Structure Pages form
4. Sup Form2
5. Form3 et validation
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Reset]
*/
body, div, dl, dt, dd, ul, ol, li, h1,
h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img {
  border: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none;
}

/*------------------------------------------------------------------
[2. Main - Structure Page 1]
*/
body {
	background-color: #000000;
	text-align : center;
	font : 12px Arial, Helvetica, sans-serif;
	color : #000;
	margin: 0;
	padding: 0;
}
#container {
	width: 930px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
	position: relative;
}
#header {
  background: #e97b00 url(../images/header.jpg) no-repeat;
  height: 564px;
  position: relative;
}
#registration {
  position: absolute;
  top: 407px;
  left: 694px;
  height: 94px;
  width: 236px;
}
#content {
  height: 225px;
}
#footer {
  background: url(../images/footer.png) no-repeat;
  height: 60px;
}

/* jQuery ui */

body .ui-state-default,
body .ui-widget-content .ui-state-default {
  color: #c77405;
}
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited {
  color: #c77405;
}
