/* CSS Document */

 #formcontact {
	width: 65%;
	background: #F5F5F5;
	color: Black;
}
#formcontact input, #formcontact select, #formcontact textarea {
	margin-left: 1%;
	width: 65%;
}
#formcontact select, #formcontact textarea {
	
	width: 65%;
}
#formcontact p {
	margin: 2px 0 2px 0;
	border-bottom-color: White;
	border-bottom-width: thin;
	border-bottom-style: solid;
	
	padding: 5px 5px;
}
#formcontact label {
	display: block;
	width: 28%;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	color: Black;
	background-color: transparent;
	padding-left: 5%;
}
#priorite input {
 display: inline;
 width: 1%;
 height: 1em;
 
 }
#info {
	text-align: center;
	padding: 0 0;
	border: none;
}

.rouge {

	color: Red;
	background: transparent;
}
#boutton {
	text-align: center;
	border-bottom-style: none;
	padding: 5px 0px 5px 0px;
}
#boutton input {
	width: 25%;
	display: inline;
}



