body {
	background-image: url(../xtras/bg.gif);
	background-color: #FF0000;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#center {
	color: #333333;
	background-color: #FFFFFF;
	width: 700px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF3333;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
	border-left-color: #FF3333;
	text-align: justify;
}
#center p {
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
#img {
	width: 290px;
	float: right;
	margin: 3px;
}
#afiche {
	margin: 3px;
	float: right;
	width: 210px;
}
#formulario {
	float: left;
	width: 250px;
	margin-right: 10px;
	text-align: center;
	margin-left: 10px;
}
