body {
	background-color: #FFFce5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#titre {
	position : absolute;
	top : 10px;
	width : 100%;
	right: 0;
	left: 0;
	text-align: center;
}

#info {
	position : absolute;
	top : 50px;;
	right: 0;
	left: 0;
	width : 100%;
	text-align: center;
}
#formulaire {
	position : absolute;
	top : 80px;
	width : 100%;
	right: 0;
	left: 0;
	text-align: center;
}


#contenu {
	position : absolute;
	top : 35em;
	left: 1em;
	right: 1em;
}

.input {
	width : 300px;
}

.message {
	width : 100%;
	padding-top : 0.3em;
	padding-bottom: 0.3em;
	border: 1px dotted #666666;
	margin-top: 1em;
	margin-bottom: 1em;
}

.texte_mess {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0.3em;
	margin-top: 0.2em;
	font-size: 1em;
}

.rouge {
	font-weight: bold;
	color: #FF0000;
}

textarea {
	width : 300px;
	height : 70px;
}

