#formulaire {
	width: 450px;
}
#formulaire  td {
	padding: 2px;
}


#formulaire  label {
	font-weight: bold;
	color: #CCCCCC;
}

#formulaire b {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#formulaire input {
	margin-top: 3px; margin-bottom: 1px; margin-left: 8px; margin-right: 5px;
	border-style: none;
	background-attachment: scroll;
	background-image: url(../images/champ-recherche-petit.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
}/*
input {
	background-color: transparent;
	background-image: url(../images/champ-recherche-petit.gif); background-repeat: no-repeat; background-position: left top; background-attachment: scroll;
	height: 22px; width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	border-style: none;	
}*/
#formulaire select {
	background-image: url(../images/champ-recherche-petit.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 90px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: transparent;
	border: 0px none transparent;
	margin-right: 18px;
	margin-top: 3px;
}
#formulaire select option {
	background-color: #FFFFFF;
	height: 12px;
}

#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.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 234px;
	color: #51001B;
	padding-bottom: 12px;
	height: 42px;
}
#formulaire .envoyer:hover {
	color: #FF0000;
}
.champs {
	text-align: right;
	width: 40px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	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.gif);
	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;
	background-color: transparent;
	margin-left: 10px;
}


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

