#formulaire {
	font-size: 12px;
}
#formulaire h3, #formulaire .grand label.rechercher  {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}

#formulaire div.grand {
	text-align: center;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
}
#formulaire .champs label {
	width: 150px;
	border: 0px none transparent;
	margin-right: 10px;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	font-weight: bold;
}

#formulaire input {
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 8px;
	margin-right: 5px;
	width: 150px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 1px solid #F29B2A;
}
#formulaire select, #formulaire .select {
	width: 152px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 4px;
	border: 0px none transparent;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 5px;
	margin-bottom: 1px;
	margin-left: 8px;
}
#formulaire .select {
	padding-bottom: 0px;
}
#formulaire select option {
	height: 12px;
	padding-bottom: 2px;
	overflow: hidden;
}
#formulaire input.grandinput {
	width: 265px;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 7px;
}
#formulaire input.longueinput {
	width: 265px;
}

#formulaire .envoyer {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background-image: url(../images/bouton-envoyer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 234px;
	color: #51001B;
	padding-bottom: 12px;
	height: 42px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formulaire .envoyer:hover {
	color: #FF0000;
	background-image: url(../images/bouton-envoyer-hover.jpg);
}
.champs {
	background-attachment: scroll;
	background-image: url(../images/champ-recherche-petit.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
/*	padding-bottom: 4px;/**/
	padding-left: 2px;
	float: left;
}

#formulaire .radiobouton {
	height: 12px;
	width: 12px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#formulaire textarea {
	background-image: url(../images/champ-texte.jpg);
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 80px;
	width: 200px;
	margin-bottom: 0px;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.obl {
	font-weight: bold;
	color: #FF0000;
	font-size: 130%;
}
#formulaire .message {
	text-align: left;
	vertical-align: top;
	line-height: 40px;
}

