/* CSS Document */

#formulaire{
   margin-top : 40px
}
section {
   height: 300px;
}
footer {
   height: 50px;
}
.bloc {
   height: 150px;
}

		.body {
	height: 800px;
	width: 800px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}.container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: right;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 800px;
	float: left;
}
.logo {

	position:absolute;
	padding: 0px;
	height: 130px;
	width: 220px;
	float: left;
	margin: 0px;
	clear: left;
}
.page-header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
}
.row {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
	clear: left;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
	border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	float: left;
	height: auto;
	width: 800px;
}
.span6 {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	clear: left;
}
