#page
{
	background-image: url('/images/frontend/template1-background.jpg');
	font-family:Myriad, Arial, Helvetica, sans-serif;
}
#content
{
	position: absolute;
	width: 725px;
	height: 400px;
	left: 250px;
	top: 200px;
	overflow:auto;
}
#content h1
{
	color: #F55600;
	font-size: 20px;
}
#content #paragraphehaut
{
	position: absolute;
	width: 95%;
	height: 136px;
	font-size: 12px;
}
#content #paragraphemilieu
{
	position: absolute;
	top: 177px;
	width: 95%;
	height: 120px;
	font-size: 12px;
}
#content #paragraphebas
{
	position: absolute;
	top: 299px;
	width: 95%;
	height: 120px;
	font-size: 12px;
}


