form.formular {
	width: 646px;
	color: 333333;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, sans-serif;
	font-size:12px;
}

form.formular input[type="text"] {
	width: 150px;
}

form.formular p {
	margin-bottom: 10px;
}


p.check,
p.double-plus,
p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}


p.check label {
	float: left;
	width: 30px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	padding-top:5px;
}

p.double-plus label,
p.double label {
	float: left;
	width: 230px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	padding-top:5px;
}

p.double-plus label span.info,
p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

#datepicker1, #datepicker2, #datepicker3, #datepicker41, #datepicker42, #datepicker51, #datepicker52,  
p.double span input,
p.double span select,
p.double-plus span input,
p.double span textarea {
	border: solid 1px #de0076;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	margin-bottom:1px;
}

p.check span {
	width: 580px;
	margin-left: 30px;
	padding: 2px 4px;
	display:block;
}

p.double span,form.formular p.double-plus span {
	width: 300px;
	margin-left: 12px;
	padding: 2px 4px;
}

p.double span {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333;
	height:30px;
}

input[type="checkbox"] {
	border:0px;
	background:none;
}

input[type="submit"].envoyer {
	border: solid 1px #de0076;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#ffffff;
	font-size:12px;
	background-color:#de0076;
}

p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
p.simple {
	margin-left: 270px;
}

p.double-plus {
	overflow: hidden;
	width: 100%;
	margin-top: 0em;
}

#form_code {
	width:40px;
}

#form_ville {
	width:105px;
}

