@charset "UTF-8";
/* CSS Document */

h2#titre {
	height: 27px;
	background-image: url(../images/contact/titre.gif);
}

h3#sousTitre1, h3#sousTitre2 {
	display: block;
	height: 22px;
	margin: 18px 0px 0px 0px;
	text-indent: -10000px;
	/*overflow: hidden;*/
	background-position: top left;
	background-repeat: no-repeat;
}
h3#sousTitre1 {
	background-image: url(../images/contact/sous_titre1.gif);
}
h3#sousTitre2 {
	background-image: url(../images/contact/sous_titre2.gif);
}
h3#sousTitre1 + p, h3#sousTitre2 + p {
	margin-top: 0px;
}

div#right fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

div#right fieldset dl {
	width: 300px;
	margin: 3px 0px 0px 0px;
	overflow: hidden;
}

div#right fieldset dl#message {
	width: 400px;
}

div#right fieldset dl dt {
	float: left;
	font-weight: bold;
	margin: 0px;
}

div#right fieldset dl dd {
	float: right;
	margin: 0px;
}

input {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	width: 304px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input#send {
	width: 81px;
	height: 28px;
	margin: 0px 0px 0px 91px;
}

input#send:hover {
	text-indent: -10000px;
	background-image: url(../images/contact/bouton_envoyer_roll.gif);
	background-position: top left;
	background-repeat: no-repeat;
}