body
{
	font-size: 14px;
	font-family: Arial;
}
#schizo1
{
	position: absolute;
	top: 100px;
	left: 10px;
	width: 130px;
	height: 200px;
	padding: 20px;
	margin: 0px;
	border: 1px solid #CCC;
	background: #EEE;
}

#schizo2
{
	position: absolute;
	top: 350px;
	left: 10px;
	width: 600px;
	height: 31px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #CCC;
	background: #EEE;
	text-align: center;
}

#schizo3
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 60px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #CCC;
	background: #EEE;
	text-align: center;
}

#explications
{
	position: absolute;
	top: 100px;
	left: 190px;
	width: 400px;
	height: 200px;
	padding: 20px;
	margin: 0px;
	border: 1px solid #CCC;
	background: #EEE;
	text-align: justify;
}

#schizo1 ul, #schizo1 li
{
	list-style-type:none;
	list-style-position:outside;
}