
/*  form */


#formbox{
	width: 430px;
	text-align: left;
	font-size: 12px;
	margin-top: 35px;
	float: left;
}

form p{
	margin-left: 0;
	padding-left: 0;
}
/*formulaire de contact*/
.texte2{
	width: 200px;
	margin-bottom: 0;
}
.texte{
	width: 200px;
	margin-bottom: 15px;
}
* html .texte{
	margin-left: -23px;
}
.textecourriel{
	width: 250px;
}


.champ{
	width: 400px;
}
* html .champ{
	width: 420px;
}


label{
	margin-top: 2px;
	height: 17px;
	display: block;
	float: left;
	width: 250px;
}

.envoyer{
	float: right;
	margin-right: 45px;
}

form span.entreprise{
	display: block;
	float: left;
	width: 250px;
	clear: both;
}


form span.nom{
	display: block;
	float: left;
	width: 250px;
	clear: both;
}

form span.courriel{
	display: block;
	float: left;
	width: 250px;
	clear: both;
}

form span.telephone{
	display: block;
	float: left;
	width: 250px;
	clear: both;
}
form span.localite{
	display: block;
	float: left;
	width: 250px;
	clear: both;
}
form span.message{
	display: block;
	float: left;
	width: 500px;
	clear: both;
}
* html form span.message{
	width: 400px;
}
form span.submit{
	display: block;
	float: right;
	margin-top: 25px;
	clear: both;
}
form input#courriel, form input#nom, form input#societe, form input#phone, form input#localite, form textarea#message{
	border-bottom: 1px solid #D9DCDF;
	border-top: 1px solid #B8BEC4;
	border-left: 1px solid #B8BEC4;
	border-right: 1px solid #D9DCDF;
}
.validation-advice{
	color: Red;
	font-size: 10px;
}
span.star{
	font-size: 10px;
	color: #5D8BC6;
}
#infoform{
	/*float: left;*/
	font-size: 10px;
}
#retourform{
	position: absolute;
	top: 250px;
	left: 450px;
	color: #5D8BC6;
}