html, body{
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#515F68;
	}
	
h1{
	font-weight:bold;
	color:#c83630;
	text-align:center;
	font-size:24px
	}

	
h2{
	font-weight:bold;
	color:#c83630;
	text-align:center;
	font-size:16px;
	}
	
a{
	text-decoration:none;
	}
	
img{
	border:none;
	}
	
#header{
  width:900px;
  height:105px;
  background-image:url('images/header_page_attente.jpg');
  background-repeat:no-repeat;
  vertical-align:bottom;
  text-align:center;
  font-size:26px;
  font-weight:bold;
  color:#FFFFFF;
}

td input.text{
  width:100%;
  }
