body {
	text-align: center;
}

#formulaire {
	width: 411px;
	margin: auto;
}

#contactForm input {
	width: 363px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.nomprenom {
	width: 315px!important;
}

.voie {
	width: 70px!important;
	margin-bottom: 7px;
}

.rue {
	width: 288px!important;
}

.code {
	width: 120px!important;
}

.ville {
	width: 238px!important;
}

.verif {
	width: 200px!important;
}

.envoyer {
	width: 116px!important;
	float: right;
	margin-right: 46px!important;
}

#contactForm select.civ {
	with: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#contactForm textarea {
	height: 150px;
	width: 362px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 10px;
}

#contactForm #sub{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	color: #f1f1f1;
	background: #515558;
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	border: 1px solid transparent;
}

#contactForm #sub:hover{
	background: #515558;
}

#contactForm label {
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}

#contactForm fieldset {
	border: none;
}

.warning {
	color: #9F6000;
	background-color: #fef5cf;
	background-image: url('../img/error_button.png');
	background-repeat:no-repeat;
	width: 300px;
	padding-left: 50px;
	line-height: 40px;
}

.info {
	color: #175f8c;
	background-color: #d6eff8;
	background-image: url('../img/info_button.png');
	background-repeat:no-repeat;
	width: 300px;
	padding-left: 50px;
	line-height: 40px;
}

.success { /* succes formulaire de contact*/
	padding-top: 250px;
	font-size: 13pt;
}

#adresse {
    padding-left: 52px;
    width: 340px;
}	

#adresse p {
	text-align: center!important;
	padding: 0!important;
	text-indent: inherit!important;
	margin-bottom: 30px;
}