@charset "UTF-8";

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	font-family:arial;
	color:#10212D;
}

header {
	float:middle;
	width:100%;
}

div#logo {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
  	background-color:#10212D;
}
div#logo img {
	width:1000px;
  background-color:#10212D;
}

div#top_header {
	height:30px;
  float:middle;  
  background-color:#10212D;
}

section#component {
	float:left;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

section#component h2 {
	text-align:center;
	color:#10212D;
}

section#component div.rsform-block {
	margin-bottom:20px;
	width:100%;
	float:left;
}

section#component div.rsform-block-header-votre-magasin, section#component div.rsform-block-header-vendeur, section#component div.rsform-block-header-livraison-installation, section#component div.rsform-block-header-conclusion {
	font-weight:bold;
	color:#10212D;
}

section#component div.formControlLabel {
	float:left;
	width:30%;
	text-align:left;
}

section#component div.formControls {
	float:left;
	width:68%;
	margin-left:2%;
}

section#component div.formControls label {
	margin-right:50px;
}

footer {
	float:left;
	text-align:center;
	color:#fff;
	width:100%;
	height:100px;
	background-color:#10212D;
	background-image:url("../images/bg_bottom_footer.png");
	background-repeat:no-repeat;
	background-position:top 0 right 50px;
}