/* Début du formulaire */

#form h1 {
	text-align:center;
}

#input {
	width:510px;
	height:520px;	
	margin:0 auto;
}

#input p {
	padding:12px;
	text-align:left;
}
#input p label {
	text-align:left;
	float:left;
}
#input p input {
	border:solid 1px #CCCCCC;
	color:#333;
	float:right;
	width:370px;
}

form {
	height:550px;
	text-align:center;
}

textarea {
	width:370px;
	height:200px;
	border:solid 1px #CCCCCC;
	float:right;
}

#confirm {
	margin: 0 auto;
	margin-top:30px;
	width:610px;
	padding:5px;
	line-height:1.8;
	border:2px solid #66CC00;
	background-color:#66FF33;
	font-size:130%;
	text-align:center;
}

#error {
	margin:0 auto;
	margin-top:30px;
	padding:5px;
	width:650px;
	line-height:1.8;
	border:2px solid #C82222;
	background-color:#F24840;
	font-size:130%;
	text-align:center;
}

#champs {
	text-align:center;
	margin-bottom:15px;
}

/* Fin du formulaire */

/* AUTEUR: André Rouyer */
/* DATE DE CREATION: 23/10/2000 */

BODY {background: url(fondsensy.gif); font-family:Arial;color:#000080;font-size:10pt}
A:hover {color: #0000FF; text-decoration: overline}
:link{color:#D4552B;font-weight:bold;text-decoration:none}
:visited {font-weight:bold;font-style:italic;color:#0074E9}
TABLE {font-family:Arial;color:#000080;font-size:8pt}
