body {
	background-image: url(1704/fond%201.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #0000FF;
	background-repeat: repeat-y;
	background-color: #9586C7;
}
#contact {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 0.8em;
}
table {
	background-color: #FFCC00;
}
td {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.intro p {
	text-align: center;
	font-weight: bold;
}
.reponse p {
	color: #FF3300;
}
label
{
	width: 270px;
	font-size: 1em;
	font-weight: bold;
	color: #FF0099;
}
textarea, input
{
	font-family: Vardana, "Trebuchet MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 1em;
	color: black;
	background-color: #A697E0;
	overflow: auto;
	height: 1.5em;
}
#effacer {
	height: 2em;
}
form {
	width: 350px;
	height: 480px;
	padding-right: 10px;
	padding-left: 20px;
	border: 2px solid #666666;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}
.attention
{
   font-size: 1em;
   color: red;
}
#son_message {
	overflow: scroll;
	height: 200px;
}
#envoyer {
	color: #FF0000;
	height: 2em;
}

