html{
		height:100%;	
		margin:0px;
	}
	body{
		background-color: #FFFFFF;
		color: #333;
		font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
		font-size: 100%;
		text-align: center;
		background:url("../images/bg-body.gif") no-repeat fixed center top #C3C8CC;
		height:100%;
		margin:0px;
	}
	#page{
		background-color: #FFFFFF;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: 0px auto 2px;
		text-align: left;
		width: 980px;
		height:100%;
	}
	h1{
		text-align:center;	
		color:#FB5801;
	}
	p{
		padding:5px;	
	}
	.elt_form{
		width:350px;
		margin:4px auto 4px auto;
		color:#333;
	}
	.label_form{
		width:150px;
		float:left;
		text-align:right;
		margin-right:5px;
	}
	.btn_r{
		font-weight: bold;
		background-color: #FB5801;
		color: #FFFFFF;
		cursor: pointer;
		border:none;
		border:1px solid #FB5801;
		border-radius: 5px;
	}
	.centre{
		text-align:center;	
	}
	.messageErr{
		color:#F00;
		font-weight:bold;
		text-align:center;	
	}