html,body {
	margin: 0px;
	height: 100%;
	min-width: 800px;
	width: 800px;
	font-family: arial,sans-serif;
	font-size: 12px;
}

div#content {
	width: 800px;
	margin: auto;
	padding-top: 60px;
	text-align: left;
	color: #000000;
	background-image:url(/preview/img/poivrons.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
div#content h1 {
	padding-top: 30px;
	color: #FE0034;
	font-size: 18pt;
}
div#content h3 {
	margin: 0px;
	color: #95C800;
	font-size: 16pt;
}
div#erreurs {
	width: 380px;
	border: 1px solid #ff0084;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	background: #ffe8e8;
}
div#ZoneLibre {
	width:800px;
	padding: 40px 0 20px 0;
	margin-bottom:0;
	text-align:left;
}
div#footer {
	width: 800px;
	/* background: #aaaaaa; */
	text-align: left;
	margin-top: 50px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:visited{
	color: #000000;
}
#footer a:hover{
	color: #FE0034;
	text-decoration: underline;
}
