html {
	height:100%;
}
body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#545454;
	margin:0; padding:0;
	min-height:100%;
	position:relative;
}
div.clear {
	clear:both;
	width:100%; height:0;
	font-size:0; line-height:0;
	overflow:hidden; visibility:hidden;
	border:none;
	margin:0; padding:0;
}

img.background-image {
	position:fixed; bottom:0; left:0; z-index:100;
	width:100%;
}
div.dots {
	position:fixed; top:0; left:0; z-index:101;
	width:100%; height:100%;
	background-image:url(../images/dedicated/dedicated-dots.gif);
}

/* HEADER */
div.header {
	background-image:url(../images/dedicated/dedicated-header-bg.png);
	height:92px;
	padding:18px 0 0;
	position:relative; z-index:200;
}
div.header p {
	font-family:'Century Gothic', Arial, sans-serif; font-size:16px; font-weight:bold; color:#49baf4; text-align:center;
	margin:0 auto;
}
div.header p span {
	color:#fff;
}
div.header p#title-fr {
	width:390px; height:35px;
	background:url(../images/dedicated/dedicated-title-fr.png) no-repeat;
	margin-bottom:18px;
	text-indent:-10000px;
}
div.header p#title-nl {
	width:458px; height:35px;
	background:url(../images/dedicated/dedicated-title-nl.png) no-repeat;
	margin-bottom:18px;
	text-indent:-10000px;
}
/* //HEADER */

/* STEPS */
div#steps {
	background-image:url(../images/dedicated/dedicated-steps-bg.png);
	height:82px;
	margin:0 0 20px;
	position:relative; z-index:200;
}
div#steps ol {
	margin:0 auto; padding:0;
	width:900px;
}
div#steps ol li {
	width:262px;
	margin:0; padding:12px 0 0 38px;
	list-style:none;
	float:left;
	position:relative;
	font-family:'Century Gothic', Arial, sans-serif; color:#545454; font-size:22px; font-weight:bold; line-height:30px;
}
div#steps ol li span.step-number {
	position:absolute; top:0; left:0;
	width:68px; height:82px;
	background:url(../images/dedicated/dedicated-step-number.png) no-repeat;
	font-size:48px; line-height:42px;
	padding:0 0 0 7px;
}
div#steps ol li span.step-white {
	display:block;
	padding:0 0 0 37px;
	color:#fff; font-size:30px;
}
/* //STEPS */

div.form-top p {
	margin:0 0 20px;
}
div.form-title {
	font-family:'Century Gothic', Arial, sans-serif; font-size:24px; color:#545454;
	padding:16px 20px 0 0;
}
div.form-title a {
	color:#545454; text-decoration:none;
}
div.form-title a.genericbutton {
	padding:10px 35px;
	font-family:'Century Gothic', Arial, sans-serif; vertical-align:middle; font-size:20px; font-weight:bold; color:#fff;
	cursor:pointer;
	background-color:#49baf4;
	border:none;
}
p.form-help {
	font-family:'Century Gothic', Arial, sans-serif; font-size:18px; color:#49baf4; font-weight:bold;
	padding:0 20px 0 0;
}
img.logo {
	border:1px solid #545454;
	margin:20px;
	float:left;
}
div.dedicated-content {
	padding:20px;
}
div.wrapper {
	padding:0 0 52px;
}
div.body {
	width:898px;
	border:1px solid #545454;
	margin:0 auto;
	background-image:url(../images/dedicated/dedicated-white-bg.png);
	position:relative; z-index:200;
}
div.body h2 {
	color:#248fd3;
}
div.body h3 {
	color:#248fd3;
}
table.button {
	margin-top:10px;
	margin-bottom:10px;
	height:38px;
}
table.button td.left {
	height:38px;
}
table.button td.middle {
	background:url('../images/dedicated/button-middle.gif') repeat-x #0087ae;
	padding-left:15px;
	padding-right:15px;
}
table.button td.middle a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
}
table.button td.right {
	height:38px;
}
ul.advantages {
	margin-left:40px;
}
ul.advantages li {
	list-style-image: url('../images/dedicated/bullet.gif');
	font-size:14px;
	margin-bottom:10px;
}

/* Formulaire */
#form {
	margin-bottom:0;
}
#form h2 {
	text-align:center;
}
#form p.subtitle {
	margin:10px 30px 20px;
}
#form #submit {
	text-align:center;
	margin:20px 0 0;
}
#form #submit input[type=submit]{
	padding:10px 35px;
	font-family:'Century Gothic', Arial, sans-serif; vertical-align:middle; font-size:20px; font-weight:bold; color:#fff;
	cursor:pointer;
	background-color:#49baf4;
	border:none;
}
#form ul.check-list {
	margin:0; padding:0;
	width:50%;
	float:left;
}
#form ul.check-list li {
	list-style:none;
	padding-bottom:3px;
	width:50%;
	float:left;
}
#form ul.check-list li label{
	font-weight:normal;
	float:none;
	width:auto;
	vertical-align:middle;
}
#form ul.check-list li input{
	vertical-align:middle;
}
#form span.necessary {
	font-size:10px;
	color:red;
}
#form fieldset {
	border:none; border-top:1px solid #545454;
	padding:20px; margin:0;
}
#form fieldset input {
	vertical-align:bottom;
	margin:0;
}
#form .field {
	padding-bottom:10px;
	clear:left;
}
#form .error {
	background-color:#cf6a6d!important;
	padding-bottom: 10px!important; margin-bottom:1px; margin-top:1px;
	color:#222323!important;
}
#form p.error {
	color:#fff!important; font-weight:bold;
}
#form label, #form .label {
	display:block;
	float:none;
}
#form .field li label, #form .field li .label {
	display:inline;
}
#form .field .field {
	margin-left:10px;
	padding-bottom:0;
	background:none;
	margin-bottom:5px;
}
#form .field .field label.left, #form .field .field .label.left {
	width:100px;
	float:left;
}
#form .field .field label, #form .field .field .label {
	margin-left:5px;
}
#form select {
	width:425px;
	border:1px solid #545454;
}
#form .inputText {
	margin-left:10px;
	width:250px;
}
#form textarea {
	width:422px; height:104px;
	border:1px solid #545454;
}
#form p.form_warning {
	/*background:url(../images/carreful.gif) top left no-repeat;*/
	margin:6px 0 0 0;
	padding-left:0px;
	font-weight:bold;
	color:red;
}
#form .field label img {
	margin:0;
}
#form fieldset p.note {
	margin-left:10px;
	font-size:10px;
}
#form fieldset .field p.form_notice {
	margin:0 0 0 10px;
}
#form fieldset .field input#newuser_sCaptcha {
	width:90px;
}
#form p.label, #form label {
	line-height:22px; font-weight:bold;
	width:50%;
	float:left;
}
#form li p.label, #form li label {
	line-height:normal;
	padding-left:inherit;
	margin-top:auto;
	margin-bottom:auto;
	font-weight:normal;
	font-size:inherit;
}
#form fieldset input.input-text {
	width:422px; height:18px;
	border:1px solid #545454;
	color:#545454;
}

/* FOOTER */
div.footer {
	background-image:url(../images/dedicated/dedicated-header-bg.png);
	width:100%; height:32px;
	position:absolute; bottom:0; left:0; z-index:200;
}
div.footer p {
	font-size:12px; color:#fff; text-align:center; line-height:32px;
	margin:0; padding:0;
}
div.footer p a {
	text-decoration:none; color:#fff;
}
/* //FOOTER */

/* MOBILE */
@media only screen and (max-width : 720px) {
	div#content {
		width:100%;
		border:none;
	}
	div.header img.logo {
		display:none;
	}
	div.header {
		width:auto; height:auto;
		padding:10px;
	}
	div.header p {
		text-align:center;
	}
	#form textarea {
		margin-left:0; padding:0;
		width:100%;
		resize:vertical;
	}
	#form p.label, #form label {
		text-align:left;
		width:100%;
	}
	#form p.subtitle {
		margin-left:0; margin-right:0;
	}
	#form ul.check-list {
		margin-left:10px;
	}
	#form fieldset input.input-text {
		width:100%;
		padding:3px 0;
	}
	#form .field {
		padding-right:10px;
	}
	div.footer {
		height:auto;
		padding-bottom:10px;
	}
	div.footer p {
		font-size:14px;
	}
	div.footer p a {
		white-space:nowrap;
	}
	#form select {
		margin-left:0;
		width:100%;
	}
	div#steps ol {
		width:100%;
	}
	div.body {
		width:100%;
		border:none;
	}
	div#steps ol li {
		width:33%;
		text-align:center; font-size:18px;
		padding-left:0;
	}
	div#steps ol li span.step-number {
		display:none;
	}
	div#steps ol li span.step-white {
		padding-left:0;
	}
	p.form-help {
		padding:0 20px;
		clear:left;
	}
	img.background-image {
		height:100%;
	}
}


form#related-form div.field {
	margin:0 0 21px;
	clear:left;
	height:70px;
}
form#related-form span.input {
	float:left;
	width:30px; height:45px;
	padding:27px 0 0 6px;
}
form#related-form span.input input {
	margin:0; padding:0;
}
form#related-form label {
	width:606px;
}
form#related-form label img {
	float:left;
	height:70px;
	border:1px solid #1074AE;
	margin:0 15px 0 0;
}
form#related-form label span.label {
	display:inline-block;
	padding:18px 0 0;
	font-weight:normal;
}
div#content p.related-actions {
	line-height:32px;
	margin:40px 0;
	clear:left;
}
p.related-actions {
	margin-bottom:0;
}
p.related-actions a.left {
	text-decoration:underline; color:#545454; line-height:52px;
}
p.related-actions a.big-btn {
	font-weight:bold; text-decoration:none; color:#fff; font-size:20px; line-height:52px;
	padding:0 20px;
	height:52px;
	background-color:#49baf4;
	float:right;
}

/* POPUP */
div#popup-background {
	background-color:#000;
	position:fixed!important; position:absolute; top:0; left:0; z-index:10000;
	width:100%; height:100%;
	opacity:0.5;
	display:none;
}
div#addemar-popup {
	display:none;
	position:fixed!important; position:absolute; top:50%; left:50%; z-index:10001;
	width:360px; height:120px;
	margin:-60px 0 0 -200px; padding:0 20px;
	background-color:#fff;
	font-family:'Century Gothic', Arial, sans-serif;
}
/* //POPUP */