*, html {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#titre {
	position:absolute; 
	width:800px; 
	height:171px; 
	z-index:2; 
	left: 10; 
	top: 10; 
	background-color: #6666CC; 
	layer-background-color: #6666CC; 
}
#cache {
	position:absolute; 
	width:800px; 
	height:160px; 
	z-index:1; 
	left: 10; 
	top: 0; 
	background-color: #6666CC; 
}

.input_text {
	background-color: #ddf;
	border: 1px solid #ccc;
	width: 180px;
}
.small_text_input {
	width: 30px;
	text-align: center;
}

.input_textarea {
	background-color: #ddf;
	border: 1px solid #ccc;
	overflow: auto;
	width: 370px;
	height: 110px;
}
#form1 p {
	margin: 0;
	padding: 2px;
}