body {
	background: transparent url("images/leftcolumn_bg.jpg") repeat scroll left top;
}
.couleurEntete {
    background-color: #dfeae1;
}
.inputForm {
	padding-top:10px;
	width:400px;
	
}
.submitForm {
	padding-top:20px;
	width:300px;
	
}
div {
	width:800px;
	margin:auto;
	display:block;
	text-align: center;
}
label {
	float:left;
	width:200px;
}
input {
	width:110px;
}
h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
h2 {
    color: #245477;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px;
    text-align: center;
}
