/**
 * Contenant des différents composants de la page
 */
div#content {
	width:1024px;
	margin: 10px auto;
}

/**
 * Contenant du corps de l'e-mail
 */
div#shorty-mailing {
	float:left;
	width:627px;
	margin-right:5px;
	border:1px solid black;
}

/**
 * Contenant du formulaire de demande
 */
div#shorty-form {
	float:left;
	width:374px;
	border:1px solid black;
	padding:10px;
	font-size:14px;
}
	div#shorty-form h2 {
		text-align:center;
	}
	div#shorty-form p.subtitle {
		margin:10px 30px 20px;
	}
	div#shorty-form #submit {
		text-align:center;
		margin-bottom:20px;
	}
		div#shorty-form #submit input[type=submit]{
			font-weight:bold;
			padding:10px 35px;
		}
	div#shorty-form div.field {
		margin-bottom:7px;
		padding:7px 30px;
	}
		div#shorty-form div.field select {
			width:510px;
		}
		div#shorty-form div.field textarea {
			width:510px;
			height:75px;
		}
		div#shorty-form div.field input[type=text] {
			width:510px;
		}
		div#shorty-form .error .label, div#shorty-form .error label {
			color:red;
		}
		div#shorty-form .field .label, div#shorty-form .field label {
			display:block;
			font-weight:bold;
			margin:0 0 4px;
		}
		div#shorty-form div.field div.field {
			margin-bottom:1px;
		}
	div#shorty-form select {
		width:250px;
	}
	div#shorty-form span.necessary {
		font-size:0.8em;
	}
	div#shorty-form label.left {
		width:115px;
		float:left;
	}
	div#shorty-form ul.check-list {
		margin:0;
		padding:0;
	}
	div#shorty-form ul.check-list li {
		list-style: none;
		padding-bottom:3px;
	}
		div#shorty-form ul.check-list li label{
			color:black;
			font-weight:normal;
			display:inline;
			vertical-align:middle;
		}
		div#shorty-form ul.check-list li input{
			vertical-align:middle;
		}
	div#shorty-form ul#questions {
		margin:0;
		padding:7px 30px;
	}
		div#shorty-form ul#questions li {
			list-style: none;
			padding-bottom:25px;
		}
			div#shorty-form ul#questions li strong {
				display:block;
				margin:0 0 7px;
			}
			div#shorty-form ul#questions li br {
				display:none;
			}
	
input#submit {
	 text-align:center;
}

/* Sliders */
.js .slider {
	background: url(##images##ui-slider-bg.gif) repeat-x 0 5px;
	height:35px;
	margin:10px 0 55px;
	position:relative;
}
.js .slider select {
	display:none;
}
.js .slider .knob {
	height:19px;
	width:14px;
	background:url(##images##slider_pin.gif) no-repeat;
	cursor:move;
	position:absolute;
	z-index:2;
}
.js .slider-values {
	margin:0; padding:0;
	position:absolute;
	z-index:1;
	left:0; top:13px;
}
.js .slider-values li {
	position:absolute;
	margin:0; padding:0;
	list-style:none;
	list-style-image:none;
}
.js .slider-values li span{
	display:block;
	margin:0;
	padding:10px 0 0 0;
	border-left:1px dotted #dfdfdf;
	font-size:10px; line-height:10px;
	text-transform:uppercase;
	color:#727272;
	text-align:center;
	cursor:pointer;
}
.js .slider-values li.last{
	border-right:1px dotted #dfdfdf;
}
.slider-current-value {
	display:none;
}
.js .slider-current-value {
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	font-size:16px;
	right:0;
	top:45px;
	color:#B6130A;
}
#howto {
	display:none;
}

/* 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:Arial, sans-serif;
}
div#addemar-popup h2 {
	margin:16px 0;
}
/* //POPUP */

/* MOBILE */
@media only screen and (max-width : 720px) {
	div#content {
		width:100%;
	}
	div#shorty-form {
		width:auto!important;
	}
	div#shorty-form p.subtitle {
		margin-left:0; margin-right:0;
	}
	div#shorty-form div.field {
		padding-left:0; padding-right:0;
	}
	div#shorty-form h2 {
		font-size:24px;
	}
	div#shorty-form div.field input[type="text"] {
		width:100%;
		padding:3px 0;
	}
	div#shorty-form div.field textarea {
		width:100%;
		padding:0;
		resize:vertical;
	}
}